جزء: جدول
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
عنصر: جدول / اطلاعات
فضای نام | http://schemas.google.com/dspl/2010 |
---|
حاشیه نویسی ها | اطلاعات متنی در مورد جدول. |
---|
نمودار |  |
---|
تایپ کنید | اطلاعات |
---|
خواص | محتوا: | مجتمع |
---|
کوچک اتفاق می افتد: | 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 |
---|
حاشیه نویسی ها | مشخصات یک ستون در جدول. |
---|
نمودار |  |
---|
خواص | محتوا: | مجتمع |
---|
حداکثر اتفاق می افتد: | نامحدود |
---|
|
---|
مدل | ارزش* | مفهوم ارزش{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 |
---|
حاشیه نویسی ها | یک منبع داده که در آن داده های جدول را می توان یافت. |
---|
نمودار |  |
---|
تایپ کنید | داده ها |
---|
خواص | محتوا: | مجتمع |
---|
کوچک اتفاق می افتد: | 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 |
---|
حاشیه نویسی ها | یک جدول داده هایی را برای مجموعه داده ارائه می دهد. یک جدول ممکن است داده هایی را برای یک مفهوم یا برای یک برش ارائه دهد. |
---|
نمودار |  |
---|
استفاده شده توسط | |
---|
مدل | اطلاعات{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 |
---|
خواص | استفاده کنید: | مورد نیاز است |
---|
|
---|
وجوه | |
---|
منبع | <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
فضای نام | بدون فضای نام |
---|
حاشیه نویسی ها | شناسه منحصر به فرد جدول در مجموعه داده. |
---|
تایپ کنید | شناسه |
---|
خواص | استفاده کنید: | مورد نیاز است |
---|
|
---|
وجوه | |
---|
استفاده شده توسط | |
---|
منبع | <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 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده 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"]]