<xsd:group name="MarkToMarketExposureParty.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies which party is the exposed party and which is the obligated party.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="exposedPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party that is exposed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="obligatedPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party that is obligated..</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|