<xs:attributeGroup name="DiscountInfoGroup">
<xs:annotation>
<xs:documentation>Used to provide details of either the discount or promotion.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The discount amount.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="Percent" type="Percentage" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The discount as a percent.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ID" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A unique identifier for the discount.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Description" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Textual information regarding the discount.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|