Component: ValuesGroup

Element: ValuesGroup / value

Namespace http://schemas.google.com/dspl/2010
Diagram Diagram dspl7.tmp#id11
Type Value
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
lang optional
Source
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>

Element: ValuesGroup / conceptValue

Namespace http://schemas.google.com/dspl/2010
Diagram Diagram dspl0.tmp#id13
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
concept xs:QName required
Source
<xs:element name="conceptValue" minOccurs="0">
  <xs:complexType>
    <xs:attribute name="concept" type="xs:QName" use="required"/>
  </xs:complexType>
</xs:element>

Attribute: ValuesGroup / conceptValue / @concept

Namespace No namespace
Type xs:QName
Properties
use: required
Used by
Element ValuesGroup/conceptValue
Source
<xs:attribute name="concept" type="xs:QName" use="required"/>

Attribute: ValuesGroup / @id

Namespace No namespace
Annotations The identifier of the table column.
Type LocalId
Properties
use: required
Facets
maxLength 64
Used by
Element Table/column
Source
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Attribute: ValuesGroup / @type

Namespace No namespace
Annotations The data type of the table column. All values of the column in the table must conform to this data type.
Type DataType
Properties
use: required
Facets
enumeration string
enumeration float
enumeration integer
enumeration boolean
enumeration date
enumeration concept
Used by
Element Table/column
Source
<xs:attribute name="type" type="DataType" use="required">
  <xs:annotation>
    <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Attribute: ValuesGroup / @format

Namespace No namespace
Annotations A format for the column, used to parse a textual representation of the values. Date formats are defined by: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Type xs:string
Properties
use: optional
Used by
Element Table/column
Source
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
  </xs:annotation>
</xs:attribute>

Element: Group ValuesGroup

Namespace http://schemas.google.com/dspl/2010
Annotations A group of atomic values. There must be at most one value per locale (xml:lang attribute), and at most one value with no locale. All values are either value elements or conceptValue elements.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12
Used by
Element Table/column
Complex Types Attribute, Values
Model value* | conceptValue{0,1}
Children conceptValue, value
Source
<xs:group name="ValuesGroup">
  <xs:annotation>
    <xs:documentation>A group of atomic values. There must be at most one value per locale
        (xml:lang attribute), and at most one value with no locale.
        All values are either value elements or conceptValue elements.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="conceptValue" minOccurs="0">
      <xs:complexType>
        <xs:attribute name="concept" type="xs:QName" use="required"/>
      </xs:complexType>
    </xs:element>
  </xs:choice>
</xs:group>

Created using the oXygen XML Editor.