Definition Type Simple Type
Name ICDValueType10SG
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Facets  
MaxLength 5
MinLength 3
Pattern ^[a-zA-Z0-9]{7}$
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="ICDValueType10SG" >
  <xs:restriction base="xs:string">
    <xs:minLength value="3"/>
    <xs:maxLength value="5"/>
    <xs:pattern value="^[a-zA-Z0-9]{7}$"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
ICDValueType10SG
    [No Super Types]
Generated using Liquid XML Studio - FREE Community Edition 7.1.6.1440 - Featuring XML Data Binder