Komponente: Tabelle

Element: Tabelle / info

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 (Mindestanzahl): 0
Modell name , description{0,1} , url{0,1}
Children 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 Spezifikation 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}
Children conceptValue, Wert
Instanz
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Attribute
QName Typ Behoben Standard Verwenden Annotation
format xs:string optional Format für die Spalte, das zum Parsen eines Darstellung der Werte. Datumsformate werden definiert durch: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id LocalId erforderlich Die Kennzeichnung der Tabellenspalte.
type DataType erforderlich Der Datentyp der Tabellenspalte. Alle Werte der Spalte in der Tabelle muss 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 Datenquelle, in der Daten für die Tabelle gefunden.
Diagramm Diagramm dspl11.tmp#id99 dspl11.tmp#id98
Typ Daten
Attribute
content: komplex
minOccurs (Mindestanzahl): 0
Modell file
Children 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 liefern für ein Konzept oder ein Stück.
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}
Children Spalte, Daten, Informationen
Attribute
QName Typ Behoben Standard Verwenden Annotation
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 verwendet wird der Werte. Datumsformate werden definiert durch: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Typ xs: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 Kennzeichnung 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 muss die Tabelle diesem Datentyp entsprechen.
Typ DataType
Attribute
verwenden Sie zum Beispiel: erforderlich
Attribute
Aufzählung String
Aufzählung float
Aufzählung Ganzzahl
Aufzählung boolean
Aufzählung Datum
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 Kennzeichnung 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