جزء: جدول

عنصر: جدول / اطلاعات

فضای نام http://schemas.google.com/dspl/2010
حاشیه نویسی ها اطلاعات متنی در مورد جدول.
نمودار نمودارdspl4.tmp#id7dspl4.tmp#id14dspl4.tmp#id15dspl4.tmp#id6
تایپ کنید اطلاعات
خواص
محتوا: مجتمع
کوچک اتفاق می افتد: 0
مدل نام ، توضیحات{0،1} ، آدرس اینترنتی{0،1}
فرزندان توضیحات ، نام ، آدرس اینترنتی
نمونه، مثال
<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#id95dspl10.tmp#id96dspl10.tmp#id94dspl0.tmp#id10dspl0.tmp#id12dspl0.tmp#id9
خواص
محتوا: مجتمع
حداکثر اتفاق می افتد: نامحدود
مدل ارزش* | مفهوم ارزش{0،1}
فرزندان مفهوم ارزش، ارزش
نمونه، مثال
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
ویژگی های
QName تایپ کنید درست شد پیش فرض استفاده کنید حاشیه نویسی
قالب xs: رشته اختیاری قالبی برای ستون که برای تجزیه نمایش متنی مقادیر استفاده می شود. قالب‌های تاریخ توسط: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html تعریف می‌شوند
شناسه LocalId ضروری شناسه ستون جدول.
نوع نوع داده ضروری نوع داده ستون جدول. تمام مقادیر ستون در جدول باید با این نوع داده مطابقت داشته باشد.
منبع
<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#id99dspl11.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#id102dspl10.tmp#id89dspl10.tmp#id90dspl10.tmp#id97
استفاده شده توسط
عنصر dspl/tables/table
مدل اطلاعات{0،1} ، ستون+ ، داده{0،1}
فرزندان ستون ، داده ، اطلاعات
ویژگی های
QName تایپ کنید درست شد پیش فرض استفاده کنید حاشیه نویسی
شناسه شناسه ضروری شناسه منحصر به فرد جدول در مجموعه داده.
منبع
<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: رشته
خواص
استفاده کنید: اختیاری
منبع
<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>

ویژگی: جدول / ستون / شناسه @

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

ویژگی: جدول / ستون / نوع @

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

ویژگی: Table / @id

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