组件:LocalId

简单类型 LocalId

命名空间 http://schemas.google.com/dspl/2010
注释 数据集中使用的本地标识符。本地标识符 在定义它们的范围内是唯一的,例如,属性 ID 是 在概念中是唯一的,则列 ID 在表中是唯一的。长度 本地标识符不得超过 64 个字符。
图示 图示
类型 xs:NCName 的限制
分面
长度上限 64
使用方数量
属性 Attribute/@idConceptProperty/@idConceptTableMapping/@refConceptTableMapping/mapConcept/@toColumn ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn, SliceTableMapping/mapMetric/@toColumn, Table/column/@idValuesGroup/@id
来源
<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 Editor