simpleType CurrencyCode
type restriction of xs:string
used by
attributes GeneralParametersCurrency/@CurrencyCode Amount/@CurrencyCode RatePrice/@CurrencyCode
facets
Kind Value annotation 
minLength 
maxLength 
annotation
documentation
Código de moneda
source <xs:simpleType name="CurrencyCode">
 
<xs:annotation>
   
<xs:documentation>Código de moneda</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="3"/>
   
<xs:maxLength value="3"/>
 
</xs:restriction>
</xs:simpleType>


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