คอมโพเนนต์: ข้อมูล

องค์ประกอบ: ข้อมูล / ไฟล์

เนมสเปซ http://schemas.google.com/dspl/2010
แผนภาพ แผนภาพ dspl11.tmp#id100 dspl11.tmp#id101
ประเภท ส่วนขยายของ xs:string
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
Attributes
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
ใช้โดย
องค์ประกอบ ตาราง/ข้อมูล
รุ่น ไฟล์
เด็ก ไฟล์
แหล่งที่มา
<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: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>

แอตทริบิวต์: ข้อมูล / ไฟล์ / @การเข้ารหัส

เนมสเปซ ไม่มีเนมสเปซ
คำอธิบายประกอบ การเข้ารหัสข้อมูลในไฟล์
ประเภท 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