<xsd:complexType name="PartyMessageInformation">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining additional information that may be recorded against a message.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifies that party that has ownership of this information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|