Definition Type Simple Type
Name taxIdType
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Facets  
Length 9
Pattern [0-9]{9}
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="taxIdType" >
  <xs:restriction base="xs:string">
    <xs:length value="9" fixed="true"/>
    <xs:pattern value="[0-9]{9}"/>
  </xs:restriction>

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