구성요소: LocalId

LocalType 단순 유형

네임스페이스 http://schemas.google.com/dspl/2010
주석 데이터 세트에 사용되는 로컬 식별자입니다. 로컬 식별자는 정의된 범위 내에서 고유해야 합니다. 예를 들어 속성 ID는 개념 내에서 고유하고 열 ID는 테이블 내에서 고유합니다. 로컬 식별자의 길이는 64자로 제한됩니다.
다이어그램 다이어그램
유형 xs:NCName의 제한 사항
Facets
maxLength 64
사용 중인 광고
속성 속성/@id, conceptProperty/@id, conceptTableMapping/@ref, conceptTableMapping/mapconcept/@toColumn, conceptTableMapping/mapProperty/@ref, conceptTableMapping/mapProperty/@toColumn, SliceTableMapping/mapDimension/@toColumn, 11}}11}}1}
소스
<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 편집기를 사용하여 만듭니다.