Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type CodeSystemPropertyDefinitionType
Namespace No namespace
Annotations
Type of CodeSystem Property
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration code
A simple code
enumeration Coding
A coded concept
enumeration string
A string
enumeration integer
An integer
enumeration boolean
A boolean
enumeration dateTime
A dateTime
enumeration decimal
A decimal
Used by
Source
<xs:simpleType name="CodeSystemPropertyDefinitionType">
  <xs:annotation>
    <xs:documentation>Type of CodeSystem Property</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="code">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">A simple code</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Coding">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">A coded concept</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="string">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">A string</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="integer">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">An integer</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="boolean">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">A boolean</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="dateTime">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">A dateTime</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="decimal">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">A decimal</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>