XML Schema Documentation

Complex Type: NotifyingParty

[Table of contents]

Super-types: None
Sub-types: None
Name NotifyingParty
Used by (from the same schema document) Complex Type CreditEventNotice
Abstract no
XML Instance Representation
<...>
<buyerPartyReference> PartyReference </buyerPartyReference> [1]
<sellerPartyReference> PartyReference </sellerPartyReference> [0..1]
</...>
Diagram
type_PartyReference type_PartyReference
Schema Component Representation
<xsd:complexType name="NotifyingParty">
<xsd:sequence>
<xsd:element name="buyerPartyReference" type=" PartyReference "/>
<xsd:element name="sellerPartyReference" type=" PartyReference " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>