PricingType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
PriceType cidxListPriceType required

Used By

Element Pricing

Source

<xsd:complexType name="PricingType">
  <xsd:sequence>
    <xsd:choice>
      <xsd:element ref="PricingLumpSum"/>
      <xsd:element ref="PricingPerUnit"/>
      <xsd:sequence>
        <xsd:element ref="PricingPercentage"/>
        <xsd:element ref="PercentageBasis"/>
      </xsd:sequence>
    </xsd:choice>
    <xsd:element ref="PriceReason" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="PriceType" type="cidxListPriceType" use="required"/>
</xsd:complexType>