Definition Type: ComplexType
Name: PriceType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatebusinessinformationentity/0.1
Containing Schema: ReusableAggregateBusinessInformationEntity.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TimePeriod in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Code in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Quantity in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Amount in schema reusableaggregatebusinessinformationentity_xsdXSD Diagram of PriceType in schema reusableaggregatebusinessinformationentity_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PriceType">
    <xsd:sequence>
        <xsd:element name="Amount" type="udt:AmountType" />
        <xsd:element name="Quantity" type="udt:QuantityType" />
        <xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="TimePeriod" type="ram:TimePeriodType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount ram:Amount (1) (1)
Quantity ram:Quantity (1) (1)
Code ram:Code 0 unbounded
TimePeriod ram:TimePeriod 0 (1)
Collapse Derivation Tree:
Collapse References:
ram:Price, ram:Price