Definition Type: ComplexType
Name: LinkId
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: normalizedString:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
The data type used for link identifiers.
Collapse XSD Schema Diagram:
Drilldown into linkIdScheme in schema fpml-doc-4-4_xsd Drilldown into id in schema fpml-doc-4-4_xsdXSD Diagram of LinkId in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LinkId">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The data type used for link identifiers.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:normalizedString">
            <xsd:attribute name="id" type="xsd:ID" />
            <xsd:attribute name="linkIdScheme" type="xsd:anyURI" use="required" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
linkIdScheme fpml:linkIdScheme Required
Collapse Derivation Tree:
Collapse References:
fpml:linkId