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