구성요소: DataType

단순 유형 데이터 유형

네임스페이스 http://schemas.google.com/dspl/2010
주석 원자 데이터 값에 지원되는 데이터 유형입니다.
다이어그램 다이어그램
유형 xs:string 제한
패싯
열거형 문자열
열거형 float
열거형 정수
열거형 부울
열거형 날짜
열거형 개념
사용 주체
속성 Attribute/type/@ref, Concept/type/@ref, ConceptProperty/type/@ref, Table/column/@type, ValuesGroup/@type
소스
<xs:simpleType name="DataType">
  <xs:annotation>
    <xs:documentation>Data types supported for atomic data values.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="string"/>
    <xs:enumeration value="float"/>
    <xs:enumeration value="integer"/>
    <xs:enumeration value="boolean"/>
    <xs:enumeration value="date"/>
    <xs:enumeration value="concept"/>
  </xs:restriction>
</xs:simpleType>

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