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 (Standards for Technology in Automotive Retail)
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 oagis:Amount (1) (1)
PerQuantity oagis:PerQuantity (1) (1)
Collapse Derivation Tree:
Collapse References:
oagis:PriceABIEType