Componente: Tabella

Elemento: Tabella/informazioni

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Informazioni testuali sulla tabella.
Diagramma Diagramma dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Tipo Informazioni
Proprietà
contenuti: complesso
minOccorre: 0
Modello nome, description{0,1}, url{0,1}
Bambini descrizione, nome, url
Istanza
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Fonte
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the table.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Tabella/colonna

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni La specifica di una colonna nella tabella.
Diagramma Diagramma dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
Proprietà
contenuti: complesso
maxOccurs: senza limiti
Modello valore* | conceptValue{0,1}
Bambini conceptValue, valore
Istanza
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Attributi
QName Tipo Fisso Predefinito Utilizzo Annotazione
formato xs:stringa facoltativo Un formato per la colonna, utilizzato per analizzare una rappresentazione testuale dei valori. I formati della data sono definiti da: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id ID locale obbligatorio L'identificatore della colonna della tabella.
type Tipo di dati obbligatorio Il tipo di dati della colonna della tabella. Tutti i valori della colonna nella tabella devono essere conformi a questo tipo di dati.
Fonte
<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>

Elemento: Tabella/dati

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Un'origine dati in cui è possibile trovare i dati della tabella.
Diagramma Diagramma dspl11.tmp#id99 dspl11.tmp#id98
Tipo Dati
Proprietà
contenuti: complesso
minOccorre: 0
Modello file
Bambini file
Istanza
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
Fonte
<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>

Tipo complesso: tabella

Spazio dei nomi http://schemas.google.com/dspl/2010
Annotazioni Una tabella fornisce i dati per il set di dati. Una tabella può fornire dati per un concetto o per una sezione.
Diagramma Diagramma dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
Usato da
Elemento dspl/tables/table
Modello informazioni{0,1} , colonna+ , dati{0,1}
Bambini colonna, dati, informazioni
Attributi
QName Tipo Fisso Predefinito Utilizzo Annotazione
id ID obbligatorio L'identificatore univoco della tabella nel set di dati.
Fonte
<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>

Attributo: Tabella/colonna/ @formato

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni Un formato per la colonna, utilizzato per analizzare una rappresentazione testuale dei valori. I formati della data sono definiti da: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
Tipo xs:stringa
Proprietà
utilizza: facoltativo
Fonte
<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>

Attributo: Tabella/colonna/ @id

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'identificatore della colonna della tabella.
Tipo ID locale
Proprietà
utilizza: obbligatorio
Facet
Lunghezza massima 64
Fonte
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Attributo: Tabella/colonna/ @tipo

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni Il tipo di dati della colonna della tabella. Tutti i valori della colonna nella tabella devono essere conformi a questo tipo di dati.
Tipo Tipo di dati
Proprietà
utilizza: obbligatorio
Facet
enumerazione string
enumerazione numero in virgola mobile
enumerazione integer
enumerazione boolean
enumerazione date
enumerazione concetto
Fonte
<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>

Attributo: Tabella / @id

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni L'identificatore univoco della tabella nel set di dati.
Tipo ID
Proprietà
utilizza: obbligatorio
Facet
Lunghezza massima 64
Usato da
Tipo di complesso Tabella
Fonte
<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>

Creato con l'editor XML oXygen.