<xsd:complexType name="PriceABIEType">
<xsd:annotation>
<xsd:documentation>PriceABIEType is logically derived from UN/CEFACT TBG17 ABIE PriceType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AmountPerQuantityType">
<xsd:sequence>
<xsd:element ref="Code" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="TimePeriod" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|