المكون: جدول

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

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية معلومات نصية عن الجدول:
المخطط البياني المخطط البياني dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
النوع معلومات
أماكن إقامة
المحتوى: معقد
الحد الأدنى للتكرار: 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: غير محدود
الطراز القيمة* | conceptValue{0,1}
أطفال conceptValue وvalue
آلة افتراضية
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
التنسيق xs:string اختياري تنسيق للعمود، يُستخدَم لتحليل نص وتمثيل القيم. يتم تحديد تنسيقات التاريخ من خلال: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
المعرِّف 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
الطراز file
أطفال file
آلة افتراضية
<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}
أطفال العمود، data، info
السمات
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>

السمة: جدول / عمود / @format

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

السمة: جدول / عمود / @type

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