PriceDeclarationType

Complex Type Information

Model

Used By

Source

<xs:complexType name="PriceDeclarationType">
  <xs:sequence>
    <xs:element ref="PriceType" minOccurs="0"/>
    <xs:element ref="TotalPrice"/>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="PriceComponent"/>
      <xs:element ref="SubTotal"/>
    </xs:choice>
  </xs:sequence>
</xs:complexType>