Composant: Données
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Élément: Données / fichier
Espace de noms |
http://schemas.google.com/dspl/2010 |
Diagramme |
 |
Type |
extension de xs:string |
Propriétés |
|
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 |
 |
Utilisé par |
|
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>
|
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 |
|
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>
|
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 |
|
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
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/10/13 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/10/13 (UTC)."],[[["The \"Data\" element is an extension of the xs:string type and is used to represent data for a table."],["Data is formatted as a \"file\" element which has optional \"format\" and \"encoding\" attributes."],["By default, the \"format\" attribute is set to \"csv\", and \"encoding\" is set to \"utf-8\"."],["While other formats may be specified for the \"format\" attribute, the Google importer currently only supports CSV."]]],["The core content defines the \"Data\" complex type, representing data for a table, which uses a \"file\" element. The \"file\" element has two optional attributes: \"format\" and \"encoding.\" \"Format\" specifies the data format, defaulting to \"csv,\" which is the only currently supported format. \"Encoding\" defines the character encoding of the data, defaulting to \"utf-8\". These attributes describe how the data in the file should be interpreted.\n"]]