<xsd:complexType name="ApplicableAssets">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that defines the assets (or type of assets) that a particular payment profile may be associated with.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="dealIdentifier" type="DealIdentifier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The deals for which this default settlement instruction is valid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="facilityIdentifier" type="FacilityIdentifier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The facilities for which this default settlement instruction is valid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="facilityType" type="FacilityType" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The facility type (i.e. term, delayed draw, TLB, etc.) for which this default settlement instruction is valid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|