XML Einrichten Version 1.2
PriceQualified Complex Type
XML Einrichten Version 1.2 : PriceQualified Complex Type
Description
Price information with a defined price type by a qualifier
Namespace (none)
Base Type
Extension of Price Complex Type
Diagram
Qualifier Element PriceQuantity Element Currency Element Value Element Sequence PriceQualified Complex Type
Overview
PriceQualified Extension of Price Complex Type
Price information with a defined price type by a qualifier
Sequence
Used By
AdditionalPrice Element
BuyingPrice Element
SalesPrice Element
BuyingPrice Element
SalesPrice Element
Source
<xs:complexType name="PriceQualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Preisangabe mit definierten Preistyp über einen Qualifer</xs:documentation>
    <xs:documentation xml:lang="en">Price information with a defined price type by a qualifier</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Price">
      <xs:sequence>
        <xs:element name="Qualifier" type="PriceQualifier" minOccurs="1" maxOccurs="1" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
XML Einrichten Version 1.2