Definition Type: ComplexType
Name: PriceABIEType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:AmountPerQuantityType
Containing Schema: Components.xsd
Abstract
Documentation:
PriceABIEType is logically derived from UN/CEFACT TBG17 ABIE PriceType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
Drilldown into TimePeriod in schema components_xsd Drilldown into Code in schema fields_xsd Drilldown into PerQuantity in schema fields_xsd Drilldown into Amount in schema fields_xsd Drilldown into AmountPerQuantityType in schema components_xsdXSD Diagram of PriceABIEType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="PriceABIEType">
    <xsd:annotation>
        <xsd:documentation>PriceABIEType is logically derived from UN/CEFACT TBG17 ABIE PriceType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="AmountPerQuantityType">
            <xsd:sequence>
                <xsd:element ref="Code" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="TimePeriod" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount nsA:Amount (1) (1)
PerQuantity nsA:PerQuantity (1) (1)
Code nsA:Code 0 unbounded
TimePeriod nsA:TimePeriod 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:UnitCost, nsA:UnitPrice, nsA:UnitValue