simpleType regionCode
namespace urn:tva:mpeg7:2005
type restriction of xs:string
properties
base string
used by
elements ParentalGuidanceType/Region PlaceType/Region CreationCoordinatesType/CreationLocation BasicContentDescriptionType/ProductionLocation ReleaseInformationType/ReleaseLocation
facets
Kind Value Annotation
whiteSpace collapse
pattern [a-zA-Z]{2}(-[a-zA-Z0-9]{1,3})?
source <xs:simpleType name="regionCode">
 
<xs:restriction base="string">
   
<xs:whiteSpace value="collapse"/>
   
<xs:pattern value="[a-zA-Z]{2}(-[a-zA-Z0-9]{1,3})?"/>
 
</xs:restriction>
</xs:simpleType>


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