المكون: البيانات

العنصر: البيانات / ملف

مساحة الاسم http://schemas.google.com/dspl/2010
المخطط البياني المخطط البياني dspl11.tmp#id100 dspl11.tmp#id101
النوع امتداد xs:string
أماكن إقامة
المحتوى: معقد
السمات
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>

النوع المعقد: البيانات

مساحة الاسم 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>

السمة: Data / file / @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>

تم إنشاؤه باستخدام محرِّر XML oXygen: