コンポーネント: LocalId

シンプルなタイプ LocalId

名前空間 http://schemas.google.com/dspl/2010
アノテーション データセットで使用されるローカル識別子。ローカル ID は、定義されているスコープ内で一意である必要があります。たとえば、プロパティ ID はコンセプト内で一意で、列 ID はテーブル内で一意である必要があります。ローカル識別子の長さは 64 文字までです。
図
タイプ xs:NCName の制限
Facets
最大長 64
使用アカウント
属性 Attribute/@idconceptProperty/@idconceptTableMapping/@refconceptTableMapping/mapconcept/@toColumnconceptTableMapping/mapProperty/@ref, conceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn, SliceTableMapping/@toColumn, SliceTableMapping/@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 Editor を使用して作成します。