组件:LocalId

简单类型 LocalId

命名空间 http://schemas.google.com/dspl/2010
注释 数据集中使用的本地标识符。本地标识符在它们定义的范围内必须是唯一的,例如,属性 ID 在概念内是唯一的,列 ID 在表中是唯一的。本地标识符的长度上限为 64 个字符。
图示 图示
类型 xs:NCName 的限制
属性
maxLength 64
使用方数量
属性
来源
<xs:simpleType name="LocalId">
  <xs:annotation>
    <xs:documentation>A local identifier used in the dataset. Local identifiers must
        be unique within the scope they are defined in, e.g., property
        ids are unique within a concept, column ids are unique within
        a table.  The length of local identifiers is limited to 64
        characters.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NCName">
    <xs:maxLength value="64"/>
  </xs:restriction>
</xs:simpleType>

使用 oXygen XML 编辑器创建。