Definition Type Simple Type
Name LabDataCategoryCodeType
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Facets  
Enumerations Blood bank , Chemistry , Cytology , Genetics , Hematology , Histology , Immunology , Microbiology , Other , Unknown
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="LabDataCategoryCodeType" >
  <xs:restriction base="xs:string">
    <xs:enumeration value="Blood bank"/>
    <xs:enumeration value="Chemistry"/>
    <xs:enumeration value="Cytology"/>
    <xs:enumeration value="Genetics"/>
    <xs:enumeration value="Hematology"/>
    <xs:enumeration value="Histology"/>
    <xs:enumeration value="Immunology"/>
    <xs:enumeration value="Microbiology"/>
    <xs:enumeration value="Other"/>
    <xs:enumeration value="Unknown"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
LabDataCategoryCodeType
    mstns:LabCategoryName
References
mstns:LabCategoryName
Generated using Liquid XML Studio - FREE Community Edition 7.1.6.1440 - Featuring XML Schema Doc Gen