<schema xmlns:pidx="http://www.api.org/pidXML" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.api.org/pidXML" elementFormDefault="qualified" version="1.1">
<annotation>
<documentation>
<schemaName>BillOfLadingResponse</schemaName>
<copyright>American Petroleum Institute (API), Petroleum Industry Data Exchange (PIDX) 2006</copyright>
<schemaVersion>1.1</schemaVersion>
<description/>
</documentation>
</annotation>
<include schemaLocation="PIDXCodeLists.xsd"/>
<include schemaLocation="PIDXLib.xsd"/>
<element name="BillOfLadingResponse">
<annotation>
<documentation xml:lang="en"/>
</annotation>
<complexType>
<choice>
<sequence>
<element name="Success" type="pidx:SuccessType">
<annotation>
<documentation xml:lang="en"> Standard way to indicate successful processing of a PIDX message. Returning an empty element of this type indicates success.</documentation>
</annotation>
</element>
<element name="Warnings" type="pidx:WarningsType" minOccurs="0">
<annotation>
<documentation xml:lang="en"> Standard way to indicate successful processing of an PIDX message, but one in which warnings are generated.</documentation>
</annotation>
</element>
</sequence>
<element name="Errors" type="pidx:ErrorsType">
<annotation>
<documentation xml:lang="en"> A collection of errors that occurred during the processing of a message.</documentation>
</annotation>
</element>
</choice>
<attribute ref="pidx:documentIdentifier" use="required"/>
<attribute ref="pidx:transactionPurposeIndicator" use="required"/>
<attribute ref="pidx:version"/>
</complexType>
</element>
</schema>
|