complexType "ElectricityPhysicalLeg"
Namespace:
Content:
complex, 1 attribute, 5 elements
Defined:
globally in fpml-com-5-13.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Physically settled leg of a physically settled electricity transaction.
Type Definition Detail
Type Derivation Tree
Leg (extension)
  CommodityLeg (extension)
      PhysicalLegBase (extension)
          PhysicalSwapLeg (extension)
              ElectricityPhysicalLeg
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ElectricityPhysicalLeg">
<xsd:complexContent>
<xsd:extension base="PhysicalSwapLeg">
<xsd:sequence>
<xsd:element name="loadType" type="LoadTypeEnum"/>
<xsd:element name="electricity" type="ElectricityProduct"/>
<xsd:element name="deliveryConditions" type="ElectricityDelivery"/>
<xsd:element name="deliveryQuantity" type="ElectricityPhysicalQuantity"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/5)
deliveryConditions
Type:
ElectricityDelivery, complex content
The physical delivery conditions for the transaction.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="deliveryConditions" type="ElectricityDelivery"/>

deliveryQuantity
Type:
The different options for specifying the quantity.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="deliveryQuantity" type="ElectricityPhysicalQuantity"/>

electricity
Type:
ElectricityProduct, complex content
The specification of the electricity to be delivered.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="electricity" type="ElectricityProduct"/>

loadType
Type:
LoadTypeEnum, simple content
LoadType is a summary of the full description of the settlement periods with respect to the region. Used for describing Electricity delivery schedules (e.g. Base, Peak, Off-Peak, Custom).
Simple Content
enumeration of xsd:token
Enumeration:
"Base"
 - 
Base
"Peak"
 - 
Peak
"OffPeak"
 - 
Off-Peak
"BlockHours"
 - 
Block Hours
"Custom"
 - 
Anything that does not fall under the predefined standard categories
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="loadType" type="LoadTypeEnum"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.