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