complexType "FacilityPositionStatement"
Namespace:
Content:
complex, 3 attributes, 20 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (20):
comments (defined in AbstractLoanStatement complexType),
contract (defined in LoanContractDetails.model group),
contractIdentifier,
contractSummary,
correlationId,
dealIdentifier (defined in DealDetails.model group),
dealSummary,
facilityIdentifier (defined in FacilityDetails.model group),
facilityPosition (in facilityPositionStatement),
facilitySummary,
header (defined in RequestMessage complexType),
isCorrection,
onBehalfOf (defined in OnBehalfOf.model group),
parentCorrelationId,
party (in facilityPositionStatement),
positionPartyReference,
sequenceNumber (defined in Sequence.model group),
statementDate,
validation (defined in Validation.model group),
validation (defined in Validation.model group)
All Direct / Indirect Based Elements (1):
facilityPositionStatement
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/20)
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 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.