<xsd:complexType name="CouponType">
<xsd:sequence>
<xsd:element minOccurs="0" name="CouponID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
Identification of Coupon dealership service
application
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="CouponDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Text identification of Coupon
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CouponDiscountAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Credit Price for coupons
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CouponComment" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Comments associated with the coupon (e.g., Please rotate
tire to front left).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|