Definition Type: ComplexType
Name: LegIdentifier
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-eq-shared-5-4.xsd
Abstract
Documentation:
Version aware identification of a leg.
Collapse XSD Schema Diagram:
Drilldown into effectiveDate in schema fpml-shared-5-4_xsd Drilldown into version in schema fpml-shared-5-4_xsd Drilldown into VersionHistory.model in schema fpml-shared-5-4_xsd Drilldown into legId in schema fpml-eq-shared-5-4_xsdXSD Diagram of LegIdentifier in schema fpml-eq-shared-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LegIdentifier">
    <xsd:annotation>
        <xsd:documentation>Version aware identification of a leg.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="legId" type="LegId" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>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 nsA:legId 0 (1)
version nsA:version 0 (1)
effectiveDate nsA:effectiveDate 0 (1)
<xs:group> nsA:VersionHistory.model 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:legIdentifier