Schema Name: PipelineNominationChange.xsd
Target Namespace: http://www.api.org/pidXML
Documentation:
PipelineNominationChange American Petroleum Institute (API), Petroleum Industry Data Exchange (PIDX) 2006 1.3 PipelineNominationChange 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.3">
	<annotation>
		<documentation>
			<schemaName>PipelineNominationChange</schemaName>
			<copyright>American Petroleum Institute (API), Petroleum Industry Data Exchange (PIDX) 2006</copyright>
			<schemaVersion>1.3</schemaVersion>
			<description>PipelineNominationChange element serves as the root node for PIDX transactions.</description>
		</documentation>
	</annotation>
	<include schemaLocation="PIDXLib.xsd"/>
	<element name="PipelineNominationChange">
		<complexType>
			<sequence>
				<element ref="pidx:PipelineNominationChangeProperties"/>
				<element ref="pidx:PipelineNominationChangeDetails"/>
				<element ref="pidx:PipelineNominationChangeSummary"/>
			</sequence>
			<attribute ref="pidx:documentIdentifier" use="required"/>
			<attribute ref="pidx:transactionPurposeIndicator" use="required"/>
			<attribute ref="pidx:version" use="optional"/>
		</complexType>
	</element>
	<element name="PipelineNominationChangeDetails">
		<complexType>
			<sequence>
				<element ref="pidx:PipelineNominationChangeLineItem" minOccurs="0" maxOccurs="unbounded"/>
			</sequence>
		</complexType>
	</element>
	<element name="PipelineNominationChangeLineItem">
		<complexType>
			<sequence>
				<element ref="pidx:LineItemNumber"/>
				<element ref="pidx:ItemDetailChangeCode"/>
				<element ref="pidx:LineItemInformation" minOccurs="0"/>
				<element ref="pidx:LineItemVersionNumber" minOccurs="0"/>
				<element ref="pidx:LineItemNominationQuantity"/>
				<element ref="pidx:PartnerInformation" maxOccurs="unbounded"/>
				<element ref="pidx:PartnerConfirmationStatus" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="pidx:ScheduleStartDateTime" minOccurs="0"/>
				<element ref="pidx:ScheduleRequestDateTime" minOccurs="0"/>
				<element ref="pidx:PipelineEventInformation" minOccurs="0"/>
				<element ref="pidx:CommodityCode" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="pidx:PurchaseOrderLineItemNumber" minOccurs="0"/>
				<element ref="pidx:PurchaseOrderInformation" minOccurs="0"/>
				<element ref="pidx:CustodyLocationInformation" minOccurs="0"/>
				<element ref="pidx:SpecialInstructions" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="pidx:ReferenceInformation" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="pidx:PartnerDefinedMeasure" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="pidx:Attachment" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="pidx:Comment" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
	<element name="PipelineNominationChangeProperties">
		<complexType>
			<sequence>
				<element ref="pidx:PipelineNominationChangeCode"/>
				<element ref="pidx:PipelineNominationChangeNumber"/>
				<element ref="pidx:PipelineNominationChangeDateTime"/>
				<element ref="pidx:ChangedByPartner"/>
				<element ref="pidx:PartnerInformation" maxOccurs="unbounded"/>
				<element ref="pidx:PipelineNominationVersionNumber" minOccurs="0"/>
				<element ref="pidx:ProductInformation" minOccurs="0"/>
				<element ref="pidx:PipelineCycle" minOccurs="0"/>
				<element ref="pidx:PipelineCycleYear" minOccurs="0"/>
				<element ref="pidx:PipelineSequence" minOccurs="0"/>
				<element ref="pidx:PipelineSCD" minOccurs="0"/>
				<element ref="pidx:PurchaseOrderInformation" minOccurs="0"/>
				<element ref="pidx:PurchaseOrderLineItemNumber" minOccurs="0"/>
				<element ref="pidx:LanguageCode" minOccurs="0"/>
				<element ref="pidx:SpecialInstructions" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="pidx:ReferenceInformation" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="pidx:Attachment" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="pidx:Comment" minOccurs="0"/>
			</sequence>
		</complexType>
	</element>
	<element name="PipelineNominationChangeSummary">
		<complexType>
			<sequence>
				<element ref="pidx:TotalLineItems"/>
			</sequence>
		</complexType>
	</element>
</schema>
Collapse Elements: