جزء: داده

عنصر: داده / فایل

فضای نام http://schemas.google.com/dspl/2010
نمودار نمودارdspl11.tmp#id100dspl11.tmp#id101
تایپ کنید پسوند xs:string
خواص
محتوا: مجتمع
ویژگی های
QName تایپ کنید درست شد پیش فرض استفاده کنید حاشیه نویسی
رمزگذاری xs: رشته utf-8 اختیاری رمزگذاری داده ها در فایل
قالب 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>

ویژگی: داده / فایل / فرمت @

فضای نام بدون فضای نام
حاشیه نویسی ها فرمت داده های موجود در فایل نکته پیاده‌سازی: 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>

ویژگی: داده / فایل / رمزگذاری@

فضای نام بدون فضای نام
حاشیه نویسی ها رمزگذاری داده ها در فایل
تایپ کنید xs: رشته
خواص
استفاده کنید: اختیاری
پیش فرض: 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 ایجاد شده است.