Definition Type: ComplexType
Name: PriceABIEType
Namespace: http://www.openapplications.org/oagis/9
Type: oa: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_xsd1 Drilldown into Code in schema fields_xsd1 Drilldown into PerQuantity in schema fields_xsd1 Drilldown into Amount in schema fields_xsd1 Drilldown into AmountPerQuantityType in schema components_xsd1XSD Diagram of PriceABIEType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PriceABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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 oa:Amount (1) (1)
PerQuantity oa:PerQuantity (1) (1)
Code oa:Code 0 unbounded
TimePeriod oa:TimePeriod 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:UnitCost, oa:UnitPrice, oa:UnitValue