complexType "DirectionalLeg"
Namespace:
Content:
complex, 1 attribute, 7 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 3 elements
Used:
never
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
legIdentifier*, payerPartyReference?, payerAccountReference?, receiverPartyReference?, receiverAccountReference?, effectiveDate?, terminationDate?
</...>
Content Model Elements (7):
effectiveDate (defined in DirectionalLeg complexType), receiverAccountReference,
terminationDate (defined in DirectionalLeg complexType)
Annotation
An abstract base class for all directional leg types with effective date, termination date, where a payer makes a stream of payments of greater than zero value to a receiver.
Type Definition Detail
Type Derivation Tree
Leg (extension)
  DirectionalLeg
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType abstract="true" name="DirectionalLeg">
<xsd:complexContent>
<xsd:extension base="Leg">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="legIdentifier" type="LegIdentifier"/>
<xsd:group ref="PayerReceiver.model"/>
<xsd:element minOccurs="0" name="effectiveDate" type="AdjustableOrRelativeDate"/>
<xsd:element minOccurs="0" name="terminationDate" type="AdjustableOrRelativeDate"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/7)
effectiveDate
Type:
AdjustableOrRelativeDate, complex content
Specifies the effective date of this leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically point to the effective date of the other leg of the swap.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="effectiveDate" type="AdjustableOrRelativeDate"/>

legIdentifier
Type:
LegIdentifier, complex content
Version aware identification of this leg.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="legIdentifier" type="LegIdentifier"/>

terminationDate
Type:
AdjustableOrRelativeDate, complex content
Specifies the termination date of this leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically point to the termination date of the other leg of the swap.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="terminationDate" type="AdjustableOrRelativeDate"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.