คอมโพเนนต์: ตาราง

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

เนมสเปซ http://schemas.google.com/dspl/2010
หมายเหตุ ข้อมูลที่เป็นข้อความเกี่ยวกับตาราง
แผนภาพ แผนภาพ dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
ประเภท ข้อมูล
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
ขั้นต่ำ: 0
รุ่น ชื่อ , คำอธิบาย{0,1} , url{0,1}
เด็ก รายละเอียด, ชื่อ, URL
อินสแตนซ์
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
แหล่งที่มา
<xs:element name="info" type="Info" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the table.</xs:documentation>
  </xs:annotation>
</xs:element>

องค์ประกอบ: ตาราง / คอลัมน์

เนมสเปซ http://schemas.google.com/dspl/2010
หมายเหตุ ข้อกำหนดของคอลัมน์ในตาราง
แผนภาพ แผนภาพ dspl10.tmp#id95 dspl10.tmp#id96 dspl10.tmp#id94 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
maxOccurs: ไร้ขอบเขต
รุ่น value* | conceptValue{0,1}
เด็ก conceptValue, value
อินสแตนซ์
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
Attributes
QName ประเภท ไม่เปลี่ยนแปลง ค่าเริ่มต้น ใช้ หมายเหตุ
รูปแบบ xs:string ไม่บังคับ รูปแบบสำหรับคอลัมน์ที่ใช้ในการแยกวิเคราะห์ค่าในรูปแบบข้อความ กำหนดรูปแบบวันที่ตาม: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id LocalId จำเป็น ตัวระบุคอลัมน์ในตาราง
ประเภท DataType จำเป็น ประเภทข้อมูลของคอลัมน์ในตาราง ค่าทั้งหมดของคอลัมน์ในตารางต้องสอดคล้องกับข้อมูลประเภทนี้
แหล่งที่มา
<xs:element name="column" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The specification of a column in the table.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:group ref="ValuesGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A constant value for the column.</xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:attribute name="id" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The identifier of the table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="DataType" use="required">
      <xs:annotation>
        <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="format" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

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

เนมสเปซ http://schemas.google.com/dspl/2010
หมายเหตุ แหล่งข้อมูลที่สามารถพบข้อมูลสำหรับตารางได้
แผนภาพ แผนภาพ dspl11.tmp#id99 dspl11.tmp#id98
ประเภท ข้อมูล
พร็อพเพอร์ตี้
เนื้อหา: ซับซ้อน
ขั้นต่ำ: 0
รุ่น ไฟล์
เด็ก ไฟล์
อินสแตนซ์
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
แหล่งที่มา
<xs:element name="data" type="Data" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A data source where data for the table can be found.</xs:documentation>
  </xs:annotation>
</xs:element>

ประเภทที่ซับซ้อน: ตาราง

เนมสเปซ http://schemas.google.com/dspl/2010
หมายเหตุ ตารางให้ข้อมูลสำหรับชุดข้อมูล ตารางอาจมีข้อมูลสำหรับแนวคิดหรือสไลซ์
แผนภาพ แผนภาพ dspl10.tmp#id102 dspl10.tmp#id89 dspl10.tmp#id90 dspl10.tmp#id97
ใช้โดย
องค์ประกอบ dspl/ตาราง/ตาราง
รุ่น info{0,1} , column+ , data{0,1}
เด็ก คอลัมน์, ข้อมูล, ข้อมูล
Attributes
QName ประเภท ไม่เปลี่ยนแปลง ค่าเริ่มต้น ใช้ หมายเหตุ
id รหัส จำเป็น ตัวระบุที่ไม่ซ้ำกันของตารางในชุดข้อมูล
แหล่งที่มา
<xs:complexType name="Table">
  <xs:annotation>
    <xs:documentation>A table provides data for the dataset. A table may provide data
        for a concept or for a slice.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="column" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The specification of a column in the table.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:group ref="ValuesGroup" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A constant value for the column.</xs:documentation>
          </xs:annotation>
        </xs:group>
        <xs:attribute name="id" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The identifier of the table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="type" type="DataType" use="required">
          <xs:annotation>
            <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="format" type="xs:string" use="optional">
          <xs:annotation>
            <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="data" type="Data" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A data source where data for the table can be found.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="Id" use="required">
    <xs:annotation>
      <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

แอตทริบิวต์: ตาราง / คอลัมน์ / @รูปแบบ

เนมสเปซ ไม่มีเนมสเปซ
หมายเหตุ รูปแบบสำหรับคอลัมน์ ใช้เพื่อแยกวิเคราะห์ค่าในรูปแบบข้อความ กำหนดรูปแบบวันที่ตาม: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
ประเภท xs:string
พร็อพเพอร์ตี้
ใช้: ไม่บังคับ
แหล่งที่มา
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
  </xs:annotation>
</xs:attribute>

แอตทริบิวต์: ตาราง / คอลัมน์ / @id

เนมสเปซ ไม่มีเนมสเปซ
หมายเหตุ ตัวระบุคอลัมน์ในตาราง
ประเภท LocalId
พร็อพเพอร์ตี้
ใช้: จำเป็น
ข้อมูลประกอบ
maxLength 64
แหล่งที่มา
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

แอตทริบิวต์: ตาราง / คอลัมน์ / @ประเภท

เนมสเปซ ไม่มีเนมสเปซ
หมายเหตุ ประเภทข้อมูลของคอลัมน์ในตาราง ค่าทั้งหมดของคอลัมน์ในตารางต้องสอดคล้องกับข้อมูลประเภทนี้
ประเภท DataType
พร็อพเพอร์ตี้
ใช้: จำเป็น
ข้อมูลประกอบ
การแจงนับ string
การแจงนับ float
การแจงนับ จำนวนเต็ม
การแจงนับ boolean
การแจงนับ วันที่
การแจงนับ แนวคิด
แหล่งที่มา
<xs:attribute name="type" type="DataType" use="required">
  <xs:annotation>
    <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
  </xs:annotation>
</xs:attribute>

แอตทริบิวต์: ตาราง / @id

เนมสเปซ ไม่มีเนมสเปซ
หมายเหตุ ตัวระบุที่ไม่ซ้ำกันของตารางในชุดข้อมูล
ประเภท รหัส
พร็อพเพอร์ตี้
ใช้: จำเป็น
ข้อมูลประกอบ
maxLength 64
ใช้โดย
ประเภทที่ซับซ้อน ตาราง
แหล่งที่มา
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

สร้างโดยใช้ตัวแก้ไข XML ของ oXygen