Definition Type Simple Type
Name PracticeIdType
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Facets  
Pattern ^[0-9]{3,5}$
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="PracticeIdType" >
  <xs:restriction base="xs:token">
    <xs:pattern value="^[0-9]{3,5}$"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
PracticeIdType
    mstns:PracticeID
References
mstns:PracticeID
Generated using Liquid XML Studio - FREE Community Edition 7.1.6.1440 - Featuring XML Code Generation