المكوّن: جدول

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

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية معلومات نصية حول الجدول.
رسم بياني رسم بياني dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
النوع معلومات
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 0
الطراز name ، description{0,1} ، url{0,1}
أطفال description وname و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>
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
format (التنسيق) xs:سلسلة إجراء اختياري تنسيق للعمود يُستخدم لتحليل تمثيل نصي للقيم. يتم تحديد تنسيقات التاريخ من خلال: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
المعرِّف المعرّف المحلي إجراء مطلوب معرّف عمود الجدول.
type (النوع) نوع البيانات إجراء مطلوب نوع البيانات في عمود الجدول. ويجب أن تتوافق جميع قيم العمود في الجدول مع نوع البيانات هذا.
المصدر
<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
النوع البيانات
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 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/tables/table
الطراز info{0,1} وcolumn+ وdata{0,1}
أطفال column وdata وinfo
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
المعرِّف رقم التعريف إجراء مطلوب المعرّف الفريد للجدول في مجموعة البيانات.
المصدر
<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>

السمة: Table / column / @format

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية تنسيق للعمود يُستخدم لتحليل تمثيل نصي للقيم. يتم تحديد تنسيقات التاريخ من خلال: 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>

السمة: Table / column / @id

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية معرّف عمود الجدول.
النوع المعرّف المحلي
أماكن إقامة
استخدم: إجراء مطلوب
الواجهات
الحد الأقصى للطول 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>

السمة: Table / column / @type

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية نوع البيانات في عمود الجدول. ويجب أن تتوافق جميع قيم العمود في الجدول مع نوع البيانات هذا.
النوع نوع البيانات
أماكن إقامة
استخدم: إجراء مطلوب
الواجهات
تعداد سلسلة
تعداد عدد عائم
تعداد عدد صحيح
تعداد منطقي
تعداد التاريخ
تعداد مفهوم
المصدر
<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>

تم إنشاؤه باستخدام oxygen XML Editor.