XML Schema Documentation

Model Group: PartyAndAccountReferences.model

[Table of contents]

Name PartyAndAccountReferences.model
Used by (from the same schema document) Complex Type PartyRelationship , Complex Type RelatedParty
XML Instance Representation
<partyReference> PartyReference </partyReference> [0..1]

'Reference to a party.'

<accountReference> AccountReference </accountReference> [0..1]

'Reference to an account.'

Diagram
Schema Component Representation
<xsd:group name="PartyAndAccountReferences.model">
<xsd:sequence>
<xsd:element name="partyReference" type=" PartyReference " minOccurs="0"/>
<xsd:element name="accountReference" type=" AccountReference " minOccurs="0"/>
</xsd:sequence>
</xsd:group>