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

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

مساحة الاسم http://schemas.google.com/dspl/2010
رسم بياني رسم بياني dspl11.tmp#id100 dspl11.tmp#id101
النوع امتداد xs:string
أماكن إقامة
المحتوى: مُعَقَّد
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
التشفير xs:سلسلة أوتف-8 إجراء اختياري ترميز البيانات في الملف.
format (التنسيق) xs:سلسلة تنسيق 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
قيد الاستخدام بواسطة
عنصر الجدول/البيانات
الطراز ملف
أطفال ملف
المصدر
<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:سلسلة
أماكن إقامة
استخدم: إجراء اختياري
الافتراضي: تنسيق 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:سلسلة
أماكن إقامة
استخدم: إجراء اختياري
الافتراضي: أوتف-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.