Komponente: ValuesGroup

Element: ValuesGroup/Wert

Namespace http://schemas.google.com/dspl/2010
Diagramm Diagramm dspl7.tmp#id11
Typ Wert
Attribute
content: Komplex
minOccurs: 0
MaxOccurs: Unbegrenzt
Attribute
QName Typ Fixed Standard Verwenden Anmerkung
lang optional
Quelle
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>

Element: ValuesGroup / conceptValue

Namespace http://schemas.google.com/dspl/2010
Diagramm Diagramm dspl0.tmp#id13
Attribute
content: Komplex
minOccurs: 0
Attribute
QName Typ Fixed Standard Verwenden Anmerkung
Konzept xs:QName erforderlich
Quelle
<xs:element name="conceptValue" minOccurs="0">
  <xs:complexType>
    <xs:attribute name="concept" type="xs:QName" use="required"/>
  </xs:complexType>
</xs:element>

Attribut: ValuesGroup / conceptValue / @concept

Namespace Kein Namespace
Typ xs:QName
Attribute
verwenden Sie zum Beispiel: erforderlich
Verwendet von
Element ValuesGroup/conceptValue
Quelle
<xs:attribute name="concept" type="xs:QName" use="required"/>

Attribut: ValuesGroup/ @id

Namespace Kein Namespace
Annotationen Die ID der Tabellenspalte.
Typ LocalId
Attribute
verwenden Sie zum Beispiel: erforderlich
Attribute
maxLength 64
Verwendet von
Element Tabelle/Spalte
Quelle
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Attribut: ValuesGroup / @type

Namespace Kein Namespace
Annotationen Der Datentyp der Tabellenspalte. Alle Werte der Spalte in der Tabelle müssen diesem Datentyp entsprechen.
Typ Datentyp
Attribute
verwenden Sie zum Beispiel: erforderlich
Attribute
Aufzählung String
Aufzählung float
Aufzählung integer
Aufzählung boolean
Aufzählung date
Aufzählung Konzept
Verwendet von
Element Tabelle/Spalte
Quelle
<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>

Attribut: ValuesGroup/ @format

Namespace Kein Namespace
Annotationen Ein Format für die Spalte, das zum Parsen einer Textdarstellung der Werte verwendet wird. Datumsformate werden folgendermaßen definiert: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Typ X:String
Attribute
verwenden Sie zum Beispiel: optional
Verwendet von
Element Tabelle/Spalte
Quelle
<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
Annotationen Eine Gruppe von atomaren Werten. Pro Sprache (xml:lang-Attribut) darf es nur einen Wert und höchstens einen Wert ohne Sprache geben. Alle Werte sind entweder Wertelemente oder conceptValue-Elemente.
Diagramm Diagramm dspl0.tmp#id10 dspl0.tmp#id12
Verwendet von
Element Tabelle/Spalte
Komplexe Typen Attribut, Werte
Modell Wert* | conceptValue{0,1}
Kinder conceptValue, value
Quelle
<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>

Erstellt mit dem oXygen-XML-Editor.