<xsd:complexType name="PriceListHeaderType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">The Price list may be issued by either a company within your Enterprise, a division or by any entity that is represented by the SupplierParty.
The SupplierParty in the context of the Catalog is the Party the supplies the Catalog and also the PriceList. The PublisherPary is provided for the case in which the SupplierParty uses a third Party to publish the Catalog and PriceList.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="HeaderType">
<xsd:sequence>
<xsd:element ref="CurrencyCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the default currency of the PriceList.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="EffectiveTimePeriod" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the effective period of the PriceList.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PublisherParty" minOccurs="0" />
<xsd:element ref="CustomerParty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PriceBreak" minOccurs="0" />
<xsd:element ref="PriceListQualifier" minOccurs="0" maxOccurs="unbounded" />
<!-- <xsd:element ref="UserArea" minOccurs="0"/> -->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|