Komponente: Tabelle

Element: Tabelle / Informationen

Namespace http://schemas.google.com/dspl/2010
Annotationen Textinformationen zur Tabelle.
Diagramm Diagramm dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Typ Info
Attribute
content: Komplex
minOccurs: 0
Modell name , description{0,1} , url{0,1}
Kinder Beschreibung, Name, URL
Instanz
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Quelle
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the table.</xs:documentation>
  </xs:annotation>
</xs:element>

Element: Tabelle / Spalte

Namespace http://schemas.google.com/dspl/2010
Annotationen Die Angabe einer Spalte in der Tabelle.
Diagramm Diagramm dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
Attribute
content: Komplex
MaxOccurs: Unbegrenzt
Modell Wert* | conceptValue{0,1}
Kinder conceptValue, value
Instanz
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Attribute
QName Typ Fixed Standard Verwenden Anmerkung
Format X:String optional 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
id LocalId erforderlich Die ID der Tabellenspalte.
Typ Datentyp erforderlich Der Datentyp der Tabellenspalte. Alle Werte der Spalte in der Tabelle müssen diesem Datentyp entsprechen.
Quelle
<xs:element name="column" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The specification of a column in the table.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:group ref="ValuesGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A constant value for the column.</xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:attribute name="id" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The identifier of the table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <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>
    <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>
  </xs:complexType>
</xs:element>

Element: Tabelle / Daten

Namespace http://schemas.google.com/dspl/2010
Annotationen Eine Datenquelle, in der die Daten für die Tabelle zu finden sind.
Diagramm Diagramm dspl11.tmp#id99 dspl11.tmp#id98
Typ Daten
Attribute
content: Komplex
minOccurs: 0
Modell file
Kinder file
Instanz
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
Quelle
<xs:element name="data" type="Data" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A data source where data for the table can be found.</xs:documentation>
  </xs:annotation>
</xs:element>

Komplexer Typ: Tabelle

Namespace http://schemas.google.com/dspl/2010
Annotationen Eine Tabelle enthält Daten für das Dataset. Eine Tabelle kann Daten für ein Konzept oder für ein Segment enthalten.
Diagramm Diagramm dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
Verwendet von
Element dspl/tables/table
Modell info{0,1} , Spalte+ , Daten{0,1}
Kinder Spalte, Daten, Informationen
Attribute
QName Typ Fixed Standard Verwenden Anmerkung
id ID erforderlich Die eindeutige Kennung der Tabelle im Dataset.
Quelle
<xs:complexType name="Table">
  <xs:annotation>
    <xs:documentation>A table provides data for the dataset. A table may provide data
        for a concept or for a slice.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="column" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The specification of a column in the table.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:group ref="ValuesGroup" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A constant value for the column.</xs:documentation>
          </xs:annotation>
        </xs:group>
        <xs:attribute name="id" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The identifier of the table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <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>
        <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>
      </xs:complexType>
    </xs:element>
    <xs:element name="data" type="Data" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A data source where data for the table can be found.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="Id" use="required">
    <xs:annotation>
      <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Attribut: Tabelle/Spalte/ @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
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>

Attribut: Tabelle/Spalte/ @id

Namespace Kein Namespace
Annotationen Die ID der Tabellenspalte.
Typ LocalId
Attribute
verwenden Sie zum Beispiel: erforderlich
Attribute
maxLength 64
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: Tabelle / Spalte / @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
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: Tabelle / @id

Namespace Kein Namespace
Annotationen Die eindeutige ID der Tabelle im Dataset.
Typ ID
Attribute
verwenden Sie zum Beispiel: erforderlich
Attribute
maxLength 64
Verwendet von
Komplexer Typ Tabelle
Quelle
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Erstellt mit dem oXygen-XML-Editor.