רכיב: טבלה
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
רכיב: טבלה / מידע
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
מידע טקסטואלי על הטבלה. |
תרשים |
 |
סוג |
מידע |
מאפיינים |
content: |
מורכב |
minOccurs: |
0 |
|
דגם |
name , description{0,1} , url{0,1} |
ילדים |
description, name, url |
Instance |
<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 |
הערות |
המפרט של עמודה בטבלה. |
תרשים |
 |
מאפיינים |
content: |
מורכב |
maxOccurs: |
ללא גבולות |
|
דגם |
value* | conceptValue{0,1} |
ילדים |
conceptValue, value |
Instance |
<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 |
id |
LocalId |
|
|
חובה |
המזהה של העמודה בטבלה. |
type |
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 |
הערות |
מקור נתונים שבו הנתונים של הטבלה יכולים להיות
נמצא. |
תרשים |
 |
סוג |
נתונים |
מאפיינים |
content: |
מורכב |
minOccurs: |
0 |
|
דגם |
file |
ילדים |
file |
Instance |
<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} , עמודה+ , data{0,1} |
ילדים |
column, data, info |
מאפיינים |
QName |
סוג |
קבוע |
ברירת מחדל |
שימוש |
הערה |
id |
מזהה |
|
|
חובה |
המזהה הייחודי של הטבלה בשדה
של הכיתובים. |
|
מקור |
<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 |
מאפיינים |
|
מאפיינים |
ספירה |
מחרוזת |
|
ספירה |
מספר ממשי (float) |
|
ספירה |
מספר שלם |
|
ספירה |
בוליאני |
|
ספירה |
תאריך |
|
ספירה |
קונספט |
|
|
מקור |
<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>
|
נוצר באמצעות
oXygen XML Editor
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[[["התוכן קל להבנה","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 (שעון UTC)."],[],["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"]]