Definition Type Simple Type
Name TypeVendorType
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Facets  
MaxInclusive 4
MinInclusive 1
Documentation
        1 = Billing
        2 = Quality / Outcomes
        3 = AIMS only
        4 = EMR/EHR (with or without AIMS)
      
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="TypeVendorType" >
  <xs:annotation>
    <xs:documentation>
        1 = Billing
        2 = Quality / Outcomes
        3 = AIMS only
        4 = EMR/EHR (with or without AIMS)
      
</xs:documentation>
  </xs:annotation>

  <xs:restriction base="xs:int">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="4"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
TypeVendorType
    mstns:VendorType
References
mstns:VendorType
Generated using Liquid XML Studio - FREE Community Edition 7.1.6.1440 by Liquid Technologies Ltd