元件:值

複合類型:值

命名空間 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 編輯器建立。