Definition Type: ComplexType
Name: PriceType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatecorecomponentSchemaModule/0.1
Containing Schema: ReusableAggregateCoreComponent.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AllowanceCharge in schema reusableaggregatecorecomponent_xsd Drilldown into Period in schema reusableaggregatecorecomponent_xsd Drilldown into IndicationIndicator in schema reusableaggregatecorecomponent_xsd Drilldown into Numeric in schema reusableaggregatecorecomponent_xsd Drilldown into Quantity in schema reusableaggregatecorecomponent_xsd Drilldown into Amount in schema reusableaggregatecorecomponent_xsd Drilldown into Code in schema reusableaggregatecorecomponent_xsdXSD Diagram of PriceType in schema reusableaggregatecorecomponent_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PriceType">
    <xsd:sequence>
        <xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Quantity" type="udt:QuantityType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Numeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="IndicationIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Period" type="rcm:PeriodType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="AllowanceCharge" type="rcm:AllowanceChargeType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code rcm:Code 0 unbounded
Amount rcm:Amount 0 unbounded
Quantity rcm:Quantity 0 unbounded
Numeric rcm:Numeric 0 unbounded
IndicationIndicator rcm:IndicationIndicator 0 unbounded
Period rcm:Period 0 unbounded
AllowanceCharge rcm:AllowanceCharge 0 unbounded
Collapse Derivation Tree:
Collapse References:
rcm:Price, rcm:Price