<xsd:complexType name="ContractHeader">
<xsd:annotation>
<xsd:documentation xml:lang="en">Contract header containing identification and other information which is independent of the type of financial product.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="identifier" type="ContractIdentifier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identification of the Contract. Each party to the contract may assign multiple identifiers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="information" type="ContractInformation" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Information regarding the Contract from the perspective of the party referenced.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contractDate" type="IdentifiedDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Corresponds to the trade date. This element will be renamed tradeDate in the next major version (5.0) of FpML.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|