| namespace | http://taf-jsg.info/schemes | |||||||||
| type | restriction of xs:string | |||||||||
| properties | 
  | 
				|||||||||
| used by | ||||||||||
| facets | 
  | 
				|||||||||
| annotation | 
  | 
				|||||||||
| source | <xs:simpleType name="CountryIdentISO"> <xs:annotation> <xs:documentation>ISO 3166-1 alpha code (2 positions)</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="2"/> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType>  |