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

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