<xs:element name="Pricing" minOccurs="0">
<xs:annotation>
<xs:documentation>Actual pricing. This is what is displayed to customer. Include pricing type with taxes. Extend with DisplayLabel.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AddCurrencyConversion" />
</xs:sequence>
<xs:attribute name="DisplayLabel">
<xs:annotation>
<xs:documentation>Marketing name for pricing type, e.g. "Filed Price".</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string" />
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="CurrencyAmountGroup" />
</xs:complexType>
</xs:element>
|