Komponente: Daten

Element: Daten/Datei

Namespace http://schemas.google.com/dspl/2010
Diagramm Diagramm dspl11.tmp#id100 dspl11.tmp#id101
Typ Erweiterung von xs:string
Attribute
content: Komplex
Attribute
QName Typ Fixed Standard Verwenden Anmerkung
Codierung X:String UTF-8 optional Die Codierung von Daten in der Datei.
Format X:String CSV optional Das Format der Daten in der Datei. Implementierungshinweis: CSV ist das einzige Format, das derzeit vom Google-Importeur unterstützt wird.
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 Diagramm dspl11.tmp#id99
Verwendet von
Element Tabelle/Daten
Modell file
Kinder 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>

Attribut: Daten / Datei / @format

Namespace Kein Namespace
Annotationen Das Format der Daten in der Datei. Implementierungshinweis: CSV ist das einzige Format, das derzeit vom Google-Importeur unterstützt wird.
Typ X:String
Attribute
verwenden Sie zum Beispiel: optional
default: CSV
Verwendet von
Element Daten/Datei
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 / @Codierung

Namespace Kein Namespace
Annotationen Die Codierung von Daten in der Datei.
Typ X:String
Attribute
verwenden Sie zum Beispiel: optional
default: UTF-8
Verwendet von
Element Daten/Datei
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.