רכיב: נתונים

רכיב: קובץ

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

סוג מורכב: נתונים

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

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

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

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

מרחב שמות אין מרחב שמות
הערות קידוד הנתונים בקובץ.
סוג x: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.