simpleType lrms:CountryCode
namespace http://www.LRMS-Adopted-02-00-00
type restriction of xs:string
used by
elements lrms:PreCoded/countryCode lrms:AdminAreaGroup/countryCode
facets
minLength 2
maxLength 3
source <xs:simpleType name="CountryCode">
 
<xs:restriction base="xs:string">
   
<xs:minLength value="2"/>
   
<xs:maxLength value="3"/>
 
</xs:restriction>
 
<!-- removed to make schema work:
     
<xs:restriction base ="DSRC:country-code-text"/>
      --
>
</xs:simpleType>


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