Composant: Données

Élément: Données / Fichier

Namespace 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 Fixed (Corrigé) Par défaut Utilisation Annotation
encodage xs:chaîne utf-8 Facultatif Encodage des données dans le fichier.
format xs:chaîne csv Facultatif Format des données dans le fichier. Remarque concernant la mise en œuvre : seul le format CSV est actuellement accepté par l'importateur Google.
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

Namespace http://schemas.google.com/dspl/2010
Annotations Données pour une table.
Diagramme Diagramme dspl11.tmp#id99.
Utilisé par
Élément Tableau/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

Namespace Aucun espace de noms
Annotations Format des données dans le fichier. Remarque sur la mise en œuvre: seul le format CSV est actuellement accepté par l'importateur Google.
Type xs:chaîne
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 / @encodage

Namespace Aucun espace de noms
Annotations Encodage des données dans le fichier.
Type xs:chaîne
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 l'éditeur XML OXygen