simpleType currencyCodeType
namespace urn:tva:metadata:2005
type restriction of xs:string
properties
base string
used by
attribute PriceType/@currency
facets
Kind Value Annotation
pattern [a-zA-Z]{3}
source <xs:simpleType name="currencyCodeType">
 
<xs:restriction base="string">
   
<xs:pattern value="[a-zA-Z]{3}"/>
 
</xs:restriction>
</xs:simpleType>


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