<xsd:group name="AccountReferenceOrPartyReference.model">
<xsd:choice>
<xsd:element name="accountReference" type="AccountReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the subaccount definition in the Party list.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the party definition.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|