Schema Name: QuoteNotification.xsd
Target Namespace: http://www.api.org/pidXML
Documentation:
QuoteNotification American Petroleum Institute (API), Petroleum Industry Data Exchange (PIDX) 2006 1.2 QuoteNotification element serves as the root node for PIDX transactions.
Collapse XSD Schema Code:

<schema targetNamespace="http://www.api.org/pidXML" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:pidx="http://www.api.org/pidXML" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2">
	<annotation>
		<documentation>
			<schemaName>QuoteNotification</schemaName>
			<copyright>American Petroleum Institute (API), Petroleum Industry Data Exchange (PIDX) 2006</copyright>
			<schemaVersion>1.2</schemaVersion>
			<description>QuoteNotification element serves as the root node for PIDX transactions.</description>
		</documentation>
	</annotation>
	<include schemaLocation="PIDXLib.xsd"/>
	<element name="QuoteNotification">
		<complexType>
			<sequence>
				<element ref="pidx:QuoteNotificationProperties"/>
			</sequence>
			<attribute ref="pidx:version" use="optional"/>
		</complexType>
	</element>
	<element name="QuoteNotificationProperties">
		<complexType>
			<sequence>
				<element ref="pidx:QuoteNotificationDate"/>
				<element ref="pidx:QuoteNumber"/>
				<element ref="pidx:QuoteDate"/>
				<element ref="pidx:PartnerInformation" minOccurs="2" maxOccurs="unbounded"/>
				<element ref="pidx:NotificationCode"/>
				<element ref="pidx:Comment" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
</schema>
Collapse Elements: