Definition Type Simple Type
Name MonitorCodeTypeExampleList
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Facets  
Enumerations electrocardiogram , oxygen analyzer , thermometer , respirometer , Other , Unknown
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="MonitorCodeTypeExampleList" >
  <xs:restriction base="xs:string"<!-- THE FOLLOWING ENUMERATIONS ARE PROVIDED AS A SAMPLE ONLY
      
           It is impossible to provide a comprehensive list of
           monitoring devises used in medicine. In order to keep up
           with technology (as technological devices are invented and
           put in use) The following is a sample of the
           values provided from several groups. -->
>
    <xs:enumeration value="electrocardiogram"/>
    <xs:enumeration value="oxygen analyzer"/>
    <xs:enumeration value="thermometer"/>
    <xs:enumeration value="respirometer"/>
    <xs:enumeration value="Other"/>
    <xs:enumeration value="Unknown"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
MonitorCodeTypeExampleList
    [No Super Types]
Generated using Liquid XML Studio - FREE Community Edition 7.1.6.1440 - Featuring XSD to java Code Generation