Definition Type: ComplexType
Name: AmountPerQuantityType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
Indicates the cost or price of something represented as a value per a number of units. The price of eggs for example would be 1.29 per 1 dozen.
Collapse XSD Schema Diagram:
Drilldown into PerQuantity in schema fields_xsd Drilldown into Amount in schema fields_xsdXSD Diagram of AmountPerQuantityType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="AmountPerQuantityType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the cost or price of something represented as a value per a number of units. The price of eggs for example would be 1.29 per 1 dozen.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Amount" />
        <xsd:element ref="PerQuantity" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount nsA:Amount (1) (1)
PerQuantity nsA:PerQuantity (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:PriceABIEType