it:ObligationGuaranteeType

complexType ObligationGuaranteeType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/

Definition

A data type for a set of details of how the obligation will be fulfilled

Diagram

XML Schema

<xs:complexType name="ObligationGuaranteeType">
<xs:annotation>
<xs:documentation>
A data type for a set of details of how the obligation will be fulfilled
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:GuaranteeReferenceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:SecurityDetailsCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:ObligationGuaranteeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>