<xsd:group name="PartyAndAccountReferences.model">
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to a party.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="accountReference" type="AccountReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to an account.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|