<xs:attribute name="currencyCode" default="USD"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:annotation> <xs:documentation> The currency code. </xs:documentation> <xs:appinfo> USD </xs:appinfo> </xs:annotation> </xs:restriction> </xs:simpleType> </xs:attribute>