Definition Type: Element
Name: BillOfLadingResponse
Namespace: http://www.api.org/pidXML
Containing Schema: BillOfLadingResponse.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Errors in schema billofladingresponse_xsd Drilldown into Warnings in schema billofladingresponse_xsd Drilldown into Success in schema billofladingresponse_xsd Drilldown into version in schema pidxlib_xsd Drilldown into transactionPurposeIndicator in schema pidxlib_xsd Drilldown into documentIdentifier in schema pidxlib_xsdXSD Diagram of BillOfLadingResponse in schema billofladingresponse_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Success pidx:Success (1) (1)
Warnings pidx:Warnings 0 (1)
Errors pidx:Errors (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
documentIdentifier pidx:documentIdentifier Required
transactionPurposeIndicator pidx:transactionPurposeIndicator Required
version pidx:version (Optional)