المكون: جدول
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
العنصر: جدول / معلومات
مساحة الاسم |
http://schemas.google.com/dspl/2010 |
التعليقات التوضيحية |
معلومات نصية عن الجدول: |
المخطط البياني |
 |
النوع |
معلومات |
أماكن إقامة |
المحتوى: |
معقد |
الحد الأدنى للتكرار: |
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 |
التعليقات التوضيحية |
تشير إلى مواصفات عمود في الجدول. |
المخطط البياني |
 |
أماكن إقامة |
المحتوى: |
معقد |
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 |
التعليقات التوضيحية |
مصدر بيانات يمكن فيه الاطّلاع على بيانات الجدول
التي عثرت عليها |
المخطط البياني |
 |
النوع |
البيانات |
أماكن إقامة |
المحتوى: |
معقد |
الحد الأدنى للتكرار: |
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 |
التعليقات التوضيحية |
يعرض الجدول بيانات لمجموعة البيانات. قد يحتوي الجدول على بيانات
لتحديد مفهوم أو شريحة |
المخطط البياني |
 |
قيد الاستخدام بواسطة |
|
الطراز |
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>
|
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
تنسيق للعمود يُستخدَم لتحليل تمثيل نصي
القيم. يتم تحديد تنسيقات التاريخ من خلال:
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>
|
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
معرِّف العمود في الجدول. |
النوع |
LocalId |
أماكن إقامة |
|
الواجهات |
|
المصدر |
<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
مساحة الاسم |
لا توجد مساحة اسم |
التعليقات التوضيحية |
المعرّف الفريد للجدول في مجموعة البيانات: |
النوع |
رقم التعريف |
أماكن إقامة |
|
الواجهات |
|
قيد الاستخدام بواسطة |
|
المصدر |
<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:
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],["Tables store dataset information, and they are uniquely identified by an ID. Each table can have optional textual information in its \"info\" section. Tables are comprised of columns and data. Columns require a unique ID, data type and optionally include a format to parse text values. Columns can be of various data types. The data section provides a file, with a specified encoding and format, as a source. Each column may define multiple values and an optional concept.\n"]]