Definition Type: ComplexType
Name: LinkId
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:NonEmptyScheme
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
The data type used for link identifiers.
Collapse XSD Schema Diagram:
Drilldown into linkIdScheme in schema fpml-doc-5-10_xsd3 Drilldown into id in schema fpml-doc-5-10_xsd3XSD Diagram of LinkId in schema fpml-doc-5-10_xsd3 (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="NonEmptyScheme">
            <xsd:attribute name="id" type="xsd:ID" />
            <xsd:attribute name="linkIdScheme" type="NonEmptyURI" use="required" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
linkIdScheme nsD:linkIdScheme Required
Collapse Derivation Tree:
Collapse References:
nsD:linkId