simpleType countryCode
namespace urn:tva:mpeg7:2005
type restriction of xs:string
properties
base string
used by
elements PersonType/Citizenship ClassificationPreferencesType/Country PersonType/Nationality
facets
Kind Value Annotation
whiteSpace collapse
pattern [a-zA-Z]{2}
source <xs:simpleType name="countryCode">
 
<xs:restriction base="string">
   
<xs:whiteSpace value="collapse"/>
   
<xs:pattern value="[a-zA-Z]{2}"/>
 
</xs:restriction>
</xs:simpleType>


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