simpleType lrms:PostalCode
namespace http://www.LRMS-Adopted-02-00-00
type restriction of xs:string
used by
element lrms:AdminAreaGroup/postalCode
facets
minLength 5
maxLength 10
source <xs:simpleType name="PostalCode">
 
<xs:restriction base="xs:string">
   
<xs:minLength value="5"/>
   
<xs:maxLength value="10"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy