구성요소: ID

단순 유형 ID

네임스페이스 http://schemas.google.com/dspl/2010
주석 개념, 슬라이스, 주제의 데이터 세트에서 사용되는 전역 식별자입니다. 전역 식별자의 길이는 64자로 제한됩니다. 데이터 세트에서 어떤 값도 전역 식별자로 두 번 나타날 수 없습니다.
다이어그램 다이어그램
유형 xs:ID 제한사항
Facets
maxLength 64
사용 중인 광고
속성 개념/@id, 슬라이스/@id, 테이블/@id, 주제/@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 편집기를 사용하여 만듭니다.