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