جزء: داده
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
عنصر: داده / فایل
فضای نام | http://schemas.google.com/dspl/2010 |
---|
نمودار |  |
---|
تایپ کنید | پسوند xs:string |
---|
خواص | |
---|
صفات | QName | تایپ کنید | ثابت شد | پیش فرض | استفاده کنید | حاشیه نویسی |
---|
رمزگذاری | xs: رشته | | utf-8 | اختیاری | رمزگذاری داده ها در فایل |
---|
قالب | xs: رشته | | 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> |
---|
نوع مجتمع: داده
فضای نام | http://schemas.google.com/dspl/2010 |
---|
حاشیه نویسی ها | داده های یک جدول |
---|
نمودار |  |
---|
استفاده شده توسط | |
---|
مدل | فایل |
---|
بچه ها | فایل |
---|
منبع | <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: رشته |
---|
خواص | استفاده کنید: | اختیاری |
---|
پیش فرض: | 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> |
---|
ویژگی: داده / فایل / رمزگذاری@
فضای نام | بدون فضای نام |
---|
حاشیه نویسی ها | رمزگذاری داده ها در فایل |
---|
تایپ کنید | xs: رشته |
---|
خواص | استفاده کنید: | اختیاری |
---|
پیش فرض: | 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> |
---|
با استفاده از ویرایشگر XML oXygen ایجاد شده است.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-07 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-01-07 بهوقت ساعت هماهنگ جهانی."],[[["The \"Data\" element is an extension of the xs:string type and is used to represent data for a table."],["Data is formatted as a \"file\" element which has optional \"format\" and \"encoding\" attributes."],["By default, the \"format\" attribute is set to \"csv\", and \"encoding\" is set to \"utf-8\"."],["While other formats may be specified for the \"format\" attribute, the Google importer currently only supports CSV."]]],["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"]]