コンポーネント: 値

複合型: 値

名前空間 http://schemas.google.com/dspl/2010
アノテーション アトミックなデータ値。
図
タイプ xs:string の拡張
使用者
要素 ValuesGroup/値
属性
QName タイプ 固定 デフォルト 使用 Annotation
lang 省略可
ソース
<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>

次を使用して作成: oXygen XML エディタ