组件:ID

简单类型 ID

命名空间 http://schemas.google.com/dspl/2010
注释 数据集中使用的全局标识符(用于概念、切片和主题)。全局标识符的长度不得超过 64 个字符。任何值都不能作为数据集中的全局标识符出现两次。
图示 图示
类型 xs:ID 的限制
属性
maxLength 64
使用方数量
属性 概念/@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 编辑器创建。