コンポーネント: ID

シンプル型 ID

名前空間 http://schemas.google.com/dspl/2010
アノテーション データセットで使用されるグローバル識別子(コンセプト、スライス用) トピック)。グローバル識別子の長さは 64 個に制限されています あります。グローバル識別子として値を 2 回使用することはできません。
図
タイプ xs:ID の制限
ファセット
最大の長さ 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 エディタ