Definition Type: Element
Name: LetterOfCreditInformation
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure holding information describing the details of the letter of credit associated with a transaction.
Collapse XSD Schema Diagram:
Drilldown into LetterOfCreditNegotiatedDateTimeRange in schema pidxlib_xsd Drilldown into LetterOfCreditVoyageDateTimeRange in schema pidxlib_xsd Drilldown into LetterOfCreditQuantity in schema pidxlib_xsd Drilldown into PaymentTerms in schema pidxlib_xsd Drilldown into LetterOfCreditAmount in schema pidxlib_xsd Drilldown into AdvisingBank in schema pidxlib_xsd Drilldown into DocumentReference in schema pidxlib_xsdXSD Diagram of LetterOfCreditInformation in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="LetterOfCreditInformation">
    <annotation>
        <documentation>Structure holding information describing the details of the letter of credit associated 
				with a transaction.
			</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:DocumentReference" />
            <element name="AdvisingBank">
                <annotation>
                    <documentation>
							Bank or financial institution which will be responsible for transacting 						Letter(s) of Credit.
						</documentation>
                </annotation>
                <complexType>
                    <sequence>
                        <element ref="pidx:PartnerInformation" />
                    </sequence>
                </complexType>
            </element>
            <element name="LetterOfCreditAmount" type="pidx:MonetaryType">
                <annotation>
                    <documentation>
							The monetary amount of the Letter of Credit.
						</documentation>
                </annotation>
            </element>
            <element ref="pidx:PaymentTerms" minOccurs="0" />
            <element name="LetterOfCreditQuantity">
                <annotation>
                    <documentation>
							Structure holding information on the quantity of goods authorized by the 						letter of credit
						</documentation>
                </annotation>
                <complexType>
                    <sequence>
                        <element ref="pidx:MinimumQuantity" minOccurs="0" />
                        <element ref="pidx:ActualQuantity" minOccurs="0" />
                        <element ref="pidx:MaximumQuantity" minOccurs="0" />
                    </sequence>
                </complexType>
            </element>
            <element name="LetterOfCreditVoyageDateTimeRange" type="pidx:DateTimeRangeType">
                <annotation>
                    <documentation>
							Structure holding date range by which the conveyance must depart in order for 						the letter of credit to be valid.
						</documentation>
                </annotation>
            </element>
            <element name="LetterOfCreditNegotiatedDateTimeRange" type="pidx:DateTimeRangeType">
                <annotation>
                    <documentation>
							Structure holding date range by which the letter of credit must be negotiated 						in order to be valid.
						</documentation>
                </annotation>
            </element>
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentReference pidx:DocumentReference (1) (1)
AdvisingBank pidx:AdvisingBank (1) (1)
LetterOfCreditAmount pidx:LetterOfCreditAmount (1) (1)
PaymentTerms pidx:PaymentTerms 0 (1)
LetterOfCreditQuantity pidx:LetterOfCreditQuantity (1) (1)
LetterOfCreditVoyageDateTimeRange pidx:LetterOfCreditVoyageDateTimeRange (1) (1)
LetterOfCreditNegotiatedDateTimeRange pidx:LetterOfCreditNegotiatedDateTimeRange (1) (1)