Definition Type: ComplexType
Name: LegIdentifier
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
Version aware identification of a leg.
Collapse XSD Schema Diagram:
Drilldown into effectiveDate in schema fpml-shared-5-10_xsd3 Drilldown into version in schema fpml-shared-5-10_xsd3 Drilldown into VersionHistory.model in schema fpml-shared-5-10_xsd3 Drilldown into legId in schema fpml-shared-5-10_xsd3XSD Diagram of LegIdentifier in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LegIdentifier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Version aware identification of a leg.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="legId" type="LegId" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identity of this leg.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="VersionHistory.model" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
legId nsD:legId 0 (1)
version nsD:version 0 (1)
effectiveDate nsD:effectiveDate 0 (1)
<xs:group> nsD:VersionHistory.model 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:legIdentifier