组成部分:值

复杂类型:值

命名空间 http://schemas.google.com/dspl/2010
注释 原子数据值
图示 图示
类型 xs:string 的扩展
使用方数量
元素 ValuesGroup/value
属性
QName 类型 已修复 默认 使用 注解
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 编辑器创建。