Definition Type: ComplexType
Name: PhysicalLeg
Namespace: http://www.fpml.org/2009/FpML-4-6
Type: fpml:Leg
Containing Schema: fpml-com-4-6.xsd
Abstract True
Documentation:
The common components of a physically settled leg of a Commodity Swap. This is an abstract type and should be extended by commodity-specific types.
Collapse XSD Schema Diagram:
Drilldown into receiverPartyReference in schema fpml-shared-4-6_xsd Drilldown into payerPartyReference in schema fpml-shared-4-6_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-6_xsd Drilldown into Leg in schema fpml-shared-4-6_xsd Drilldown into id in schema fpml-com-4-6_xsdXSD Diagram of PhysicalLeg in schema fpml-com-4-6_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PhysicalLeg" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The common components of a physically settled leg of a Commodity Swap. This is an abstract type and should be extended by commodity-specific types.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Leg">
            <xsd:sequence>
                <xsd:group ref="PayerReceiver.model" />
            </xsd:sequence>
            <xsd:attribute name="id" type="xsd:ID" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:BullionPhysicalLeg, fpml:CoalPhysicalLeg, fpml:ElectricityPhysicalLeg, fpml:GasPhysicalLeg, fpml:OilPhysicalLeg