רכיב: נתונים
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
רכיב: נתונים / קובץ
מרחב שמות |
http://schemas.google.com/dspl/2010 |
תרשים |
 |
סוג |
סיומת של xs:string |
מאפיינים |
|
מאפיינים |
QName |
סוג |
קבוע |
ברירת מחדל |
שימוש |
הערה |
קידוד |
xs:string |
|
utf-8 |
אופציונלי |
קידוד הנתונים בקובץ. |
פורמט |
xs:string |
|
csv |
אופציונלי |
הפורמט של הנתונים בקובץ. הערה לגבי הטמעה:
CSV הוא הפורמט היחיד שנתמך כרגע על ידי Google
ומיובא. |
|
מקור |
<xs:element name="file">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="format" type="xs:string" use="optional" default="csv">
<xs:annotation>
<xs:documentation>The format of the data in the file.
Implementation note: CSV is the only format
currently supported by the Google importer.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
<xs:annotation>
<xs:documentation>The encoding of data in the file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|
סוג מורכב: Data
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
נתונים של טבלה. |
תרשים |
 |
בשימוש על ידי |
|
דגם |
file |
ילדים |
file |
מקור |
<xs:complexType name="Data">
<xs:annotation>
<xs:documentation>Data for a table.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="file">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="format" type="xs:string" use="optional" default="csv">
<xs:annotation>
<xs:documentation>The format of the data in the file.
Implementation note: CSV is the only format
currently supported by the Google importer.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
<xs:annotation>
<xs:documentation>The encoding of data in the file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
|
מרחב שמות |
אין מרחב שמות |
הערות |
הפורמט של הנתונים בקובץ. הערה בנושא הטמעה: CSV
הפורמט היחיד שנתמך כרגע על ידי יבואן Google. |
סוג |
xs:string |
מאפיינים |
להשתמש ב: |
אופציונלי |
ברירת מחדל: |
csv |
|
בשימוש על ידי |
|
מקור |
<xs:attribute name="format" type="xs:string" use="optional" default="csv">
<xs:annotation>
<xs:documentation>The format of the data in the file.
Implementation note: CSV is the only format
currently supported by the Google importer.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
מאפיין: נתונים / קובץ / @encoding
מרחב שמות |
אין מרחב שמות |
הערות |
קידוד הנתונים בקובץ. |
סוג |
xs:string |
מאפיינים |
להשתמש ב: |
אופציונלי |
ברירת מחדל: |
utf-8 |
|
בשימוש על ידי |
|
מקור |
<xs:attribute name="encoding" type="xs:string" use="optional" default="utf-8">
<xs:annotation>
<xs:documentation>The encoding of data in the file.</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)."],[],["The core content defines the \"Data\" complex type, representing data for a table, which uses a \"file\" element. The \"file\" element has two optional attributes: \"format\" and \"encoding.\" \"Format\" specifies the data format, defaulting to \"csv,\" which is the only currently supported format. \"Encoding\" defines the character encoding of the data, defaulting to \"utf-8\". These attributes describe how the data in the file should be interpreted.\n"]]