<xsd:complexType name="OverrideIdentifier" abstract="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that identifies an override record.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="PartyAndAccountReferences.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A pointer style reference to a party identifier and optionally an account identifier defined elsewhere in the document. The party referenced has allocated the party profile identifier.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="overrideId" type="OverrideId" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|