QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
PriceType | cidxListPriceType | required |
Element | Pricing |
<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> |