complexType "FacilityPositionStatement"
Namespace:
Content:
complex, 3 attributes, 19 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"4"
   
>
   
Content: 
</...>
Content Model Elements (19):
comments (defined in AbstractLoanStatement complexType),
dealIdentifier (defined in DealDetails.model group),
header (defined in RequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
sequenceNumber (defined in Sequence.model group),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A statement containing the commitment amounts for a single facility at the global and (optionally) the lender postion levels, on a specific date.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              AbstractLoanStatement (extension)
                  FacilityPositionStatement
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="FacilityPositionStatement">
<xsd:complexContent>
<xsd:extension base="AbstractLoanStatement">
<xsd:sequence>
<xsd:element name="facilityPosition" type="FacilityPosition"/>
<xsd:element name="positionPartyReference" type="PartyReference"/>
<xsd:sequence>
<xsd:group minOccurs="0" ref="DealDetails.model"/>
<xsd:group ref="FacilityDetails.model"/>
<xsd:group maxOccurs="unbounded" minOccurs="0" ref="LoanContractDetails.model"/>
</xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="party" type="Party"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/19)
facilityPosition
Type:
FacilityPosition, complex content
Commitment position details for a single facility. Positions can be stated at the global and (optionally) at the lender-specific level.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="facilityPosition" type="FacilityPosition"/>

party
Type:
Party, complex content
A legal entity or a subdivision of a legal entity.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="party" type="Party"/>

positionPartyReference
Type:
PartyReference, empty content
A reference to the party for whom positions are being reported (if applicable position amounts are populated).
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="positionPartyReference" type="PartyReference"/>

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.