구성요소: ID

단순 유형 ID

네임스페이스 http://schemas.google.com/dspl/2010
주석 데이터 세트에 사용되는 전역 식별자 (개념, 슬라이스 있습니다. 전역 식별자의 길이는 64자로 제한됩니다. 있습니다. 다음 형식에서는 값이 전역 식별자로 두 번 표시될 수 없습니다. 데이터 세트에서 찾을 수 있습니다.
다이어그램 다이어그램
유형 xs:ID 제한사항
패싯
최대 길이 64
사용 주체
속성 Concept/@id, Slice/@id, Table/@id, Topic/@id
소스
<xs:simpleType name="Id">
  <xs:annotation>
    <xs:documentation>A global identifier used in the dataset (for concepts, slices
        and topics). The length of global identifiers is limited to 64
        characters. No value can appear twice as a global identifier
        in a dataset.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:ID">
    <xs:maxLength value="64"/>
  </xs:restriction>
</xs:simpleType>

다음을 사용하여 생성: oXygen XML 편집기.