XML Schema Documentation

Complex Type: ContractId

[Table of contents]

Super-types: xsd:normalizedString < ContractId (by extension)
Sub-types: None
Name ContractId
Used by (from the same schema document) Complex Type ContractIdentifier , Complex Type VersionedContractId
Abstract no
Documentation A contact id identifier allocated by a party. FpML does not define the domain values associated with this element.
XML Instance Representation
<...
contractIdScheme=" xsd:anyURI [1]"
id=" xsd:ID [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ContractId">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="contractIdScheme" type=" xsd:anyURI " use="required"/>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>