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
minOccurs: 0
Modello name , 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>
Origine
<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 della 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: illimitati
Modello valore* | conceptValue{0,1}
Bambini conceptValue, value
Istanza
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Attributi
QName Tipo Risolto Predefinito Usa Annotazione
formato xs:string facoltativo Un formato per la colonna, utilizzato per analizzare un testo la rappresentazione dei valori. I formati della data sono definiti da: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id LocalId di provisioning. L'identificatore della colonna della tabella.
type DataType di provisioning. Il tipo di dati della colonna della tabella. Tutti i valori del parametro colonna della tabella deve essere conforme a questo tipo di dati.
Origine
<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 possono essere visualizzati i dati per la tabella trovato.
Diagramma Diagramma dspl11.tmp#id99 dspl11.tmp#id98
Tipo Dati
Proprietà
contenuti: complesso
minOccurs: 0
Modello file
Bambini file
Istanza
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
Origine
<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 Risolto Predefinito Usa Annotazione
id ID di provisioning. L'identificatore univoco della tabella nel del set di dati.
Origine
<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:string
Proprietà
usa: facoltativo
Origine
<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 LocalId
Proprietà
usa: di provisioning.
Facet
maxLength 64
Origine
<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 / @type

Spazio dei nomi Nessuno spazio dei nomi
Annotazioni Il tipo di dati della colonna della tabella. Tutti i valori della colonna in la tabella deve essere conforme a questo tipo di dati.
Tipo DataType
Proprietà
usa: di provisioning.
Facet
enumerazione stringa
enumerazione numero in virgola mobile
enumerazione integer
enumerazione booleano
enumerazione data
enumerazione concetto
Origine
<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 Identificatore univoco della tabella nel set di dati.
Tipo ID
Proprietà
usa: di provisioning.
Facet
maxLength 64
Usato da
Tipo di complesso Tabella
Origine
<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 Editor XML ossigeno.