complexType Amount
diagram pscev_p62.png
type extension of xs:decimal
properties
base xs:decimal
used by
elements CreditCard/Amount Price/Amount Rate/PrincingOrder
attributes
Name  Type  Use  Default  Fixed  annotation
CurrencyCodeCurrencyCoderequired      
source <xs:complexType name="Amount">
 
<xs:simpleContent>
   
<xs:extension base="xs:decimal">
     
<xs:attribute name="CurrencyCode" type="CurrencyCode" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute Amount/@CurrencyCode
type CurrencyCode
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
maxLength 
source <xs:attribute name="CurrencyCode" type="CurrencyCode" use="required"/>


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