<xs:complexType name="Price" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">Preisangabe </xs:documentation>
<xs:documentation xml:lang="en">Price information</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="CurrencyValue">
<xs:sequence>
<xs:element name="PriceQuantity" type="Quantity" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="de">Preisberechnungsmenge</xs:documentation>
<xs:documentation xml:lang="en">Quantity related to the price information</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|