רכיב: נתונים

רכיב: נתונים / קובץ

מרחב שמות http://schemas.google.com/dspl/2010
תרשים תרשים dspl11.tmp#id100 dspl11.tmp#id101
סוג סיומת של xs:string
מאפיינים
content: מורכב
מאפיינים
QName סוג קבוע ברירת מחדל שימוש הערה
קידוד xs:string utf-8 אופציונלי קידוד הנתונים בקובץ.
פורמט xs:string csv אופציונלי הפורמט של הנתונים בקובץ. הערה לגבי הטמעה: CSV הוא הפורמט היחיד שנתמך כרגע על ידי Google ומיובא.
מקור
<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>

סוג מורכב: Data

מרחב שמות http://schemas.google.com/dspl/2010
הערות נתונים של טבלה.
תרשים תרשים dspl11.tmp#id99
בשימוש על ידי
רכיב טבלה/נתונים
דגם file
ילדים file
מקור
<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>

מאפיין: נתונים / קובץ / @format

מרחב שמות אין מרחב שמות
הערות הפורמט של הנתונים בקובץ. הערה בנושא הטמעה: CSV הפורמט היחיד שנתמך כרגע על ידי יבואן Google.
סוג xs:string
מאפיינים
להשתמש ב: אופציונלי
ברירת מחדל: csv
בשימוש על ידי
רכיב נתונים/קובץ
מקור
<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>

מאפיין: נתונים / קובץ / @encoding

מרחב שמות אין מרחב שמות
הערות קידוד הנתונים בקובץ.
סוג xs:string
מאפיינים
להשתמש ב: אופציונלי
ברירת מחדל: utf-8
בשימוש על ידי
רכיב נתונים/קובץ
מקור
<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>

נוצר באמצעות oXygen XML Editor