Definition Type: ComplexType
Name: LegIdentifier
Namespace: http://www.fpml.org/FpML-5/confirmation
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_xsd Drilldown into version in schema fpml-shared-5-10_xsd Drilldown into VersionHistory.model in schema fpml-shared-5-10_xsd Drilldown into legId in schema fpml-shared-5-10_xsdXSD Diagram of LegIdentifier in schema fpml-shared-5-10_xsd (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">
            <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 nsA:legId (1) (1)
version nsA:version (1) (1)
effectiveDate nsA:effectiveDate 0 (1)
<xs:group> nsA:VersionHistory.model 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:legIdentifier