complexType "RepoLegBase"
Namespace:
Content:
complex, 1 attribute, 5 elements
Defined:
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (5):
settlementDate (defined in RepoLegBase complexType)
Known Direct Subtypes (2):
RepoFarLeg, RepoNearLeg
All Direct / Indirect Based Elements (2):
farLeg (in repo),
Known Usage Locations
Annotation
A transaction leg for a repo is equivalent to a single cash transaction. It is augmented here to carry some values that are of interest for the repo. Also note that the BuyerSeller model in this transaction must be the exact opposite of the one found in the near leg.
Type Definition Detail
Type Derivation Tree
Leg (extension)
  RepoLegBase
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="RepoLegBase">
<xsd:complexContent>
<xsd:extension base="Leg">
<xsd:sequence>
<xsd:group ref="BuyerSeller.model"/>
<xsd:element minOccurs="0" name="settlementDate" type="AdjustableOrRelativeDate"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/5)
settlementDate
Type:
AdjustableOrRelativeDate, complex content
Settlement or Payment Date for the transaction.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="settlementDate" type="AdjustableOrRelativeDate"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.