<xsd:complexType name="PriceABIEType">
<xsd:annotation>
<xsd:documentation>
A sum of money for which something is or may be bought or sold.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="PriceCode" type="scl:PriceEnumeratedType">
<xsd:annotation>
<xsd:documentation>
A code specifying the type of price.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ChargeAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
The monetary value of the price charged.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="PriceDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
A textual description of price.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ApplicableLocation" />
</xsd:sequence>
</xsd:complexType>
|