组件:LocalId

简单类型 LocalId

命名空间 http://schemas.google.com/dspl/2010
注释 数据集中使用的本地标识符。本地标识符在其定义范围内必须是唯一的,例如,属性 ID 在概念中是唯一的,而列 ID 在表中是唯一的。本地标识符的长度上限为 64 个字符。
图示 图示
类型 xs:NCName 的限制
分面
maxLength 64
使用者
属性 Attribute/@idConceptProperty/@idConceptTableMapping/@refConceptTableMapping/mapConcept/@toColumnConceptTableMapping/mapProperty/@refConceptTableMapping/mapProperty/@toColumnSliceTableMapping/mapDimension/@toColumn SliceTableMapping/mapDimension/@toColumnSliceTableMapping/mapDimension/@toColumn
来源
<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 编辑器创建。