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_xsd1 Drilldown into Amount in schema fields_xsd1XSD Diagram of AmountPerQuantityType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AmountPerQuantityType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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 oa:Amount (1) (1)
PerQuantity oa:PerQuantity (1) (1)
Collapse Derivation Tree:
Collapse References:
oa:PriceABIEType