<xsd:complexType name="AbstractApplicablePartyProfileObjects" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An abstract base type that combines objects applicable to the description of a party profile (e.g. applicable assets and cash evets to specific contacts or settlement instructions).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="identifier" type="AssociationToAssetIdentifier" />
<xsd:sequence>
<xsd:element name="applicableAssets" type="ApplicableAssets" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A structure which describes the applicable assets.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="applicableTransactions" type="ApplicableTransactionType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A scheme which defines the types of applicable transactions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
|