<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>
|