<xsd:complexType name="SurchargeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Aggregate which holds surcharge information.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="SurchargeCode" type="udt:CodeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Unique code for the surcharge.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SurchargeDescription" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Text description for the surcharge</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SurchargePriceAmount" type="udt:AmountType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Customer price of the surchage.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SurchargeCostAmount" type="udt:AmountType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Dealer (e.g) cost of the surcharge.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|