Компонент: Данные

Элемент: Данные /файл

Пространство имен http://schemas.google.com/dspl/2010
Диаграмма Диаграммаdspl11.tmp#id100dspl11.tmp#id101
Тип расширение xs:string
Характеристики
содержание: сложный
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
кодирование хз: строка утф-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
Аннотации Данные для таблицы.
Диаграмма Диаграммаdspl11.tmp#id99
Использован
Элемент Таблица/данные
Модель файл
Дети файл
Источник
<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>

Атрибут: Данные / файл /@format

Пространство имен Нет пространства имен
Аннотации Формат данных в файле. Примечание по внедрению. 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

Пространство имен Нет пространства имен
Аннотации Кодировка данных в файле.
Тип хз: строка
Характеристики
использовать: необязательный
По умолчанию: утф-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 .