Composant: Données

Élément: Données / fichier

Espace de noms http://schemas.google.com/dspl/2010
Diagramme Diagramme dspl11.tmp#id100 dspl11.tmp#id101
Type extension de xs:string
Propriétés
content: complexe
Attributs
QName Type Fixe Par défaut Utiliser Annotation
encoder xs:string utf-8 facultatif Encodage des données du fichier.
format xs:string csv facultatif Format des données du fichier. Remarque concernant l'implémentation: CSV est le seul format actuellement pris en charge par importateur.
Source
<xs:element name="file">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="format" type="xs:string" use="optional" default="csv">
          <xs:annotation>
            <xs:documentation>The format of the data in the file.

                    Implementation note: CSV is the only format
                    currently supported by the Google importer.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
          <xs:annotation>
            <xs:documentation>The encoding of data in the file.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Type complexe: données

Espace de noms http://schemas.google.com/dspl/2010
Annotations Données pour une table.
Diagramme Diagramme dspl11.tmp#id99
Utilisé par
Élément Table/Données
Modèle fichier
Enfants fichier
Source
<xs:complexType name="Data">
  <xs:annotation>
    <xs:documentation>Data for a table.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="file">
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:string">
            <xs:attribute name="format" type="xs:string" use="optional" default="csv">
              <xs:annotation>
                <xs:documentation>The format of the data in the file.

                    Implementation note: CSV is the only format
                    currently supported by the Google importer.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
              <xs:annotation>
                <xs:documentation>The encoding of data in the file.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:choice>
</xs:complexType>

Attribut: Données / fichier / @format

Espace de noms Aucun espace de noms
Annotations Format des données du fichier. Remarque concernant l'implémentation: Le format CSV est est le seul format actuellement compatible avec l'importateur Google.
Type xs:string
Propriétés
utilisez les lignes ci-dessous : facultatif
default: csv
Utilisé par
Élément Données/fichier
Source
<xs:attribute name="format" type="xs:string" use="optional" default="csv">
  <xs:annotation>
    <xs:documentation>The format of the data in the file.

                    Implementation note: CSV is the only format
                    currently supported by the Google importer.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Attribut: Données / fichier / @encoding

Espace de noms Aucun espace de noms
Annotations Encodage des données du fichier.
Type xs:string
Propriétés
utilisez les lignes ci-dessous : facultatif
default: utf-8
Utilisé par
Élément Données/fichier
Source
<xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
  <xs:annotation>
    <xs:documentation>The encoding of data in the file.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Créé à l'aide de la méthode Éditeur XML oXygen