구성요소: LocalId

단순 유형 LocalId

네임스페이스 http://schemas.google.com/dspl/2010
주석 데이터 세트에서 사용되는 로컬 식별자입니다. 로컬 식별자는 정의된 범위 내에서 고유해야 합니다. 예를 들어 속성 ID는 개념 내에서 고유하고 열 ID는 테이블 내에서 고유합니다. 로컬 식별자의 길이는 64자(영문 기준)로 제한됩니다.
다이어그램 다이어그램
유형 xs:NCName 제한
패싯
최대 길이 64
사용 주체
속성 Attribute/@id, ConceptProperty/@id, ConceptTableMapping/@ref, ConceptTableMapping/mapConcept/@toColumn, ConceptTableMapping/mapProperty/@ref, ConceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn, SliceTableMapping/mapMetric/@toColumn, Table/column/@id, ValuesGroup/@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 편집기를 사용하여 만듭니다.