Definition Type: Element
Name: ShipmentTerms
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure containing information on the terms for shipment.
Collapse XSD Schema Diagram:
Drilldown into ShipmentTermsLocation in schema pidxlib_xsd Drilldown into ShipmentTermsCode in schema pidxlib_xsdXSD Diagram of ShipmentTerms in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="ShipmentTerms">
    <annotation>
        <documentation>Structure containing information on the terms for shipment.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:ShipmentTermsCode" />
            <element ref="pidx:ShipmentTermsLocation" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShipmentTermsCode pidx:ShipmentTermsCode (1) (1)
ShipmentTermsLocation pidx:ShipmentTermsLocation 0 (1)