Definition Type: ComplexType
Name: PenaltyType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatecorecomponentSchemaModule/0.1
Containing Schema: ReusableAggregateCoreComponent.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReferenceDocument in schema reusableaggregatecorecomponent_xsd Drilldown into ValidityPeriod in schema reusableaggregatecorecomponent_xsd Drilldown into Condition in schema reusableaggregatecorecomponent_xsd Drilldown into IndicationIndicator in schema reusableaggregatecorecomponent_xsd Drilldown into RateNumeric in schema reusableaggregatecorecomponent_xsd Drilldown into Amount in schema reusableaggregatecorecomponent_xsdXSD Diagram of PenaltyType in schema reusableaggregatecorecomponent_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PenaltyType">
    <xsd:sequence>
        <xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="RateNumeric" type="udt:NumericType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="IndicationIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Condition" type="rcm:ConditionType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ValidityPeriod" type="rcm:PeriodType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ReferenceDocument" type="rcm:DocumentType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount rcm:Amount 0 unbounded
RateNumeric rcm:RateNumeric 0 unbounded
IndicationIndicator rcm:IndicationIndicator 0 unbounded
Condition rcm:Condition 0 unbounded
ValidityPeriod rcm:ValidityPeriod 0 unbounded
ReferenceDocument rcm:ReferenceDocument 0 unbounded
Collapse Derivation Tree:
Collapse References:
rcm:Penalty