Componente: dati
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Elemento: dati / file
| Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
| Diagramma |
 |
| Tipo |
estensione di xs:string |
| Proprietà |
|
| Attributi |
| QName |
Tipo |
Risolto |
Predefinito |
Usa |
Annotazione |
| codifica |
xs:string |
|
utf-8 |
facoltativo |
La codifica dei dati nel file. |
| formato |
xs:string |
|
csv |
facoltativo |
Il formato dei dati nel file. Nota di implementazione:
CSV è l'unico formato attualmente supportato da Google
importatore. |
|
| Origine |
<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>
|
Tipo complesso: dati
| Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
| Annotazioni |
Dati per una tabella. |
| Diagramma |
 |
| Usato da |
|
| Modello |
file |
| Bambini |
file |
| Origine |
<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>
|
| Spazio dei nomi |
Nessuno spazio dei nomi |
| Annotazioni |
Il formato dei dati nel file. Nota di implementazione: il formato CSV è
l'unico formato attualmente supportato da Google Importer. |
| Tipo |
xs:string |
| Proprietà |
| usa: |
facoltativo |
| valore predefinito: |
csv |
|
| Usato da |
|
| Origine |
<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>
|
Attributo: Dati / file / @encoding
| Spazio dei nomi |
Nessuno spazio dei nomi |
| Annotazioni |
La codifica dei dati nel file. |
| Tipo |
xs:string |
| Proprietà |
| usa: |
facoltativo |
| valore predefinito: |
utf-8 |
|
| Usato da |
|
| Origine |
<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>
|
Creato con
Editor XML ossigeno.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-25 UTC."],[],["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"]]