XML Schema Documentation

Model Group: AccountReferenceOrPartyReference.model

[Table of contents]

Name AccountReferenceOrPartyReference.model
XML Instance Representation
Start Choice [1]
<accountReference> AccountReference </accountReference> [0..1]

'Reference to the subaccount definition in the Party list.'

<partyReference> PartyReference </partyReference> [0..1]

'Reference to the party definition.'

End Choice
Diagram
Schema Component Representation
<xsd:group name="AccountReferenceOrPartyReference.model">
<xsd:choice>
<xsd:element name="accountReference" type=" AccountReference " minOccurs="0"/>
<xsd:element name="partyReference" type=" PartyReference " minOccurs="0"/>
</xsd:choice>
</xsd:group>