Komponente: Daten
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Element: Daten / Datei
Namespace |
http://schemas.google.com/dspl/2010 |
Diagramm |
 |
Typ |
Erweiterung von xs:string |
Attribute |
|
Attribute |
QName |
Typ |
Behoben |
Standard |
Verwenden |
Annotation |
Codierung |
xs:string |
|
utf-8 |
optional |
Die Codierung der Daten in der Datei. |
format |
xs:string |
|
CSV |
optional |
Das Format der Daten in der Datei. Implementierungshinweis:
CSV ist das einzige Format, das derzeit von Google
Importer. |
|
Quelle |
<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>
|
Komplexer Typ: Daten
Namespace |
http://schemas.google.com/dspl/2010 |
Annotationen |
Daten für eine Tabelle. |
Diagramm |
 |
Verwendet von |
|
Modell |
file |
Children |
file |
Quelle |
<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>
|
Namespace |
Kein Namespace |
Annotationen |
Das Format der Daten in der Datei. Implementierungshinweis: CSV ist
ist das einzige Format, das derzeit vom Google-Importprogramm unterstützt wird. |
Typ |
xs:string |
Attribute |
verwenden Sie zum Beispiel: |
optional |
default: |
CSV |
|
Verwendet von |
|
Quelle |
<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: Daten / Datei / @encoding
Namespace |
Kein Namespace |
Annotationen |
Die Codierung der Daten in der Datei. |
Typ |
xs:string |
Attribute |
verwenden Sie zum Beispiel: |
optional |
default: |
utf-8 |
|
Verwendet von |
|
Quelle |
<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>
|
Erstellt mit dem
oXygen XML Editor
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-13 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]