元件:LocalId

簡易類型 LocalId

命名空間 http://schemas.google.com/dspl/2010
註解 資料集使用的本機 ID。本地 ID 必須在其定義範圍內不得重複,例如概念中的屬性 ID 不得重複,資料表中的 ID 也不得重複。本機 ID 的長度不能超過 64 個字元。
圖表 圖表
類型 xs:NCName 的限制
商情項目
長度上限 64
使用這項素材資源的廣告
屬性 Attribute/@idConceptProperty/@idConceptTableMapping/@refConceptTableMapping/mapConcept/@toColumnConceptTableMapping/mapProperty/@refConceptTableMapping/mapProperty/@toColumnSliceTableMapping/Column
資料來源
<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 編輯器建立。