元件:LocalId

簡易類型的 LocalId

命名空間 http://schemas.google.com/dspl/2010
註解 資料集中使用的本機 ID,本機 ID 必須 名稱不得重複,例如資源 ID 是 資料表中不重複的資料欄 ID,都不得重複。長度 的本機 ID 長度不得超過 64 個字元。
圖表 圖表
類型 xs:NCName 限制
facet
maxLength 64
使用這項素材資源的廣告
屬性 Attribute/@idConceptProperty/@idConceptTableMapping/@refConceptTableMapping/mapConcept/@toColumnConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn, SliceTableMapping/mapMetric/@toColumn, 資料表/欄/@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 編輯器