XML Einrichten Version 1.2
Price Complex Type
XML Einrichten Version 1.2 : Price Complex Type
Description
Price information
Namespace (none)
Base Type
Extension of CurrencyValue Complex Type
Diagram
PriceQuantity Element Currency Element Value Element Sequence Price Complex Type
Overview
Price Extension of CurrencyValue Complex Type
Price information
Sequence
Value xs:decimal
PriceQuantity Quantity Complex Type
Quantity related to the price information
Unit optional Unit Simple Type
Source
<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>
See Also
XML Einrichten Version 1.2