Компонент: Значение

Сложный тип: Значение

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Атомарное значение данных.
Диаграмма Диаграмма
Тип расширение xs:string
Использован
Элемент Группа значений/значение
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
язык необязательный
Источник
<xs:complexType name="Value">
  <xs:annotation>
    <xs:documentation>An atomic data value.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="xml:lang" use="optional">
        <xs:annotation>
          <xs:documentation>The language/locale that applies to the value.
              See [BCP 47] for possible values of the xml:lang
              attribute.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

Создано с помощью XML-редактора oXygen .