Definition Type: Element
Name: ExchangeRate
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Date in schema papinetcommondefsv2r40_xsd Drilldown into MaxCurrencyValue in schema papinetcommondefsv2r40_xsd Drilldown into MinCurrencyValue in schema papinetcommondefsv2r40_xsd Drilldown into CurrencyValue in schema papinetcommondefsv2r40_xsd Drilldown into CurrencyFromType in schema papinetcommondefsv2r40_xsd Drilldown into ExchangeRateType in schema papinetcommondefsv2r40_xsdXSD Diagram of ExchangeRate in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ExchangeRate">
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element ref="CurrencyValue" />
                <xs:sequence>
                    <xs:element ref="MinCurrencyValue" />
                    <xs:element ref="MaxCurrencyValue" />
                </xs:sequence>
            </xs:choice>
            <xs:element ref="Date" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="ExchangeRateType" type="fixedFloat" use="required" />
        <xs:attribute name="CurrencyFromType" type="currencyType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CurrencyValue pn:CurrencyValue (1) (1)
MinCurrencyValue pn:MinCurrencyValue (1) (1)
MaxCurrencyValue pn:MaxCurrencyValue (1) (1)
Date pn:Date 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ExchangeRateType pn:ExchangeRateType Required
CurrencyFromType pn:CurrencyFromType (Optional)