コンポーネント: Id

シンプルなタイプ ID

名前空間 http://schemas.google.com/dspl/2010
アノテーション データセット(コンセプト、スライス、トピック)に使用されるグローバル識別子。グローバル識別子の長さは 64 文字に制限されています。値は、データセットのグローバル識別子として 2 回使用することはできません。
図
タイプ xs:ID の制限
Facets
最大長 64
使用アカウント
属性 concept/@idSlice/@idTable/@idTopic/@id
ソース
<xs:simpleType name="Id">
  <xs:annotation>
    <xs:documentation>A global identifier used in the dataset (for concepts, slices
        and topics). The length of global identifiers is limited to 64
        characters. No value can appear twice as a global identifier
        in a dataset.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:ID">
    <xs:maxLength value="64"/>
  </xs:restriction>
</xs:simpleType>

oXygen XML Editor を使用して作成します。