Definition Type: ComplexType
Name: CreditContractCouponType
Namespace: http://www.starstandard.org/STAR/5
Type: star:CouponType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DiscountPercentage in schema components_xsd Drilldown into CouponComment in schema components_xsd Drilldown into CouponDiscountAmount in schema components_xsd Drilldown into CouponDescription in schema components_xsd Drilldown into CouponID in schema components_xsd Drilldown into CouponType in schema components_xsdXSD Diagram of CreditContractCouponType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CreditContractCouponType">
    <xsd:complexContent>
        <xsd:extension base="CouponType">
            <xsd:sequence>
                <xsd:element minOccurs="0" name="DiscountPercentage" type="udt:PercentType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Percentage of discount.
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CouponID star:CouponID 0 (1)
CouponDescription star:CouponDescription 0 unbounded
CouponDiscountAmount star:CouponDiscountAmount 0 (1)
CouponComment star:CouponComment 0 (1)
DiscountPercentage star:DiscountPercentage 0 (1)
Collapse Derivation Tree:
Collapse References:
star:CreditContractCoupon