Компонент: Данные
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Элемент: Данные /файл
Пространство имен | http://schemas.google.com/dspl/2010 |
---|
Диаграмма |  |
---|
Тип | расширение xs:string |
---|
Характеристики | |
---|
Атрибуты | QName | Тип | Зафиксированный | По умолчанию | Использовать | Аннотация |
---|
кодирование | хз: строка | | utf-8 | необязательный | Кодировка данных в файле. |
---|
формат | хз: строка | | 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. |
---|
Тип | хз: строка |
---|
Характеристики | использовать: | необязательный |
---|
по умолчанию: | 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
Пространство имен | Нет пространства имен |
---|
Аннотации | Кодировка данных в файле. |
---|
Тип | хз: строка |
---|
Характеристики | использовать: | необязательный |
---|
по умолчанию: | 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 "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. 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"]]