<xs:element name="PriceDetails">
<xs:complexType>
<xs:sequence>
<xs:element ref="PricePerUnit" />
<xs:element ref="InformationalPricePerUnit" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="ExchangeRate" minOccurs="0" />
<xs:element ref="MonetaryAdjustment" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="GeneralLedgerAccount" minOccurs="0" />
</xs:sequence>
<xs:attribute name="PriceQuantityBasis" type="quantityType" use="required" />
<xs:attribute name="PriceTaxBasis" type="yesNo" default="No" />
</xs:complexType>
</xs:element>
|