Definition Type: Element
Name: PriceDetails
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GeneralLedgerAccount in schema papinetcommondefsv2r40_xsd Drilldown into MonetaryAdjustment in schema papinetcommondefsv2r40_xsd Drilldown into ExchangeRate in schema papinetcommondefsv2r40_xsd Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into InformationalPricePerUnit in schema papinetcommondefsv2r40_xsd Drilldown into PricePerUnit in schema papinetcommondefsv2r40_xsd Drilldown into PriceTaxBasis in schema papinetcommondefsv2r40_xsd Drilldown into PriceQuantityBasis in schema papinetcommondefsv2r40_xsdXSD Diagram of PriceDetails in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="PriceDetails">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PricePerUnit" />
            <xs:element ref="InformationalPricePerUnit" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ExchangeRate" minOccurs="0" />
            <xs:element ref="MonetaryAdjustment" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="GeneralLedgerAccount" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="PriceQuantityBasis" type="quantityType" use="required" />
        <xs:attribute name="PriceTaxBasis" type="yesNo" default="No" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PricePerUnit pn:PricePerUnit (1) (1)
InformationalPricePerUnit pn:InformationalPricePerUnit 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded
ExchangeRate pn:ExchangeRate 0 (1)
MonetaryAdjustment pn:MonetaryAdjustment 0 unbounded
GeneralLedgerAccount pn:GeneralLedgerAccount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
PriceQuantityBasis pn:PriceQuantityBasis Required
PriceTaxBasis pn:PriceTaxBasis No (Optional)