Schema Component Representation
         
         
            <
xsd:complexType 
               name="
PaymentCurrency" 
deprecated="
true" 
deprecatedReason="
The model is wrong since it has an intradocument reference that is not clear. Current PaymentCurrency model and elements using this type are deprecated. Instead, a choice between currency, determinationMethod, and currencyReference (of type CurrencyReference) are inserted at the same level as the elements using PaymentCurrency.">
<
xsd:choice 
                  minOccurs="
0">
<
xsd:element 
                     name="
currency" 
type="
                        
                           Currency
                        
                     "/>
</
xsd:choice>
<
xsd:attribute 
                  name="
id" 
type="
                     
                        xsd:ID
                  "/>
<
xsd:attribute 
                  name="
href" 
type="
                     
                        xsd:IDREF
                  "/>
</
xsd:complexType>