Definition Type: ComplexType
Name: PriceABIEType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis: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 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PriceABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            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 maxOccurs="unbounded" minOccurs="0" ref="Code" />
                <xsd:element minOccurs="0" ref="TimePeriod" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount oagis:Amount (1) (1)
PerQuantity oagis:PerQuantity (1) (1)
Code oagis:Code 0 unbounded
TimePeriod oagis:TimePeriod 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:UnitCost, oagis:UnitPrice, oagis:UnitValue