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

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

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

สร้างโดยใช้ oXygen XML Editor