コンポーネント: LocalId

シンプル タイプの LocalId

名前空間 http://schemas.google.com/dspl/2010
アノテーション データセットで使用されるローカル識別子。ローカル識別子は、定義されているスコープ内で一意である必要があります。たとえば、プロパティ ID はコンセプト内で一意、列 ID はテーブル内で一意です。ローカル識別子の長さは 64 文字に制限されています。
図
タイプ xs:NCName の制限
ファセット
最大の長さ 64
使用者
属性 Attribute/@idConceptProperty/@idConceptTableMapping/@refConceptTableMapping/mapConcept/@toColumnConceptTableMapping/mapProperty/@refConceptTableMapping/mapProperty/@toColumnSliceTableMapping/mapDimension/@toColumnSliceTableMapping/mapMetric/@toColumnTable/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 エディタを使用して作成。