Definition Type Simple Type
Name ICDValueType9SG
Namespace https://www.aqihq.org/AQIXMLResources/AQISchema.xsd
Facets  
MaxLength 4
MinLength 3
Pattern ^\d{3,4}$
XSD Schema AQISchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="ICDValueType9SG" >
  <xs:restriction base="xs:string">
    <xs:minLength value="3"/>
    <xs:maxLength value="4"/>
    <xs:pattern value="^\d{3,4}$"/>
  </xs:restriction>

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