complexType "AbstractLoanStatement"
Namespace:
Content:
complex, 3 attributes, 10 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (10):
comments (defined in AbstractLoanStatement complexType),
header (defined in RequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
sequenceNumber (defined in Sequence.model group),
validation (defined in Validation.model group),
validation (defined in Validation.model group)
Known Direct Subtypes (4):
DealStatement, FacilityPositionStatement, FacilityStatement, OutstandingContractsStatement
All Direct / Indirect Based Elements (4):
dealStatement, facilityPositionStatement, facilityStatement, outstandingContractsStatement
Known Usage Locations
Annotation
An abstract base type for all syndicated loan statement notifications; the wrapper for deal/facility/contract definitions and facility/contract positions at a particular point in time (snapshot).
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              AbstractLoanStatement
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="AbstractLoanStatement">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="statementDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="comments" type="String"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/10)
comments
Type:
String, simple content
A free-form, manually entered field which will be used by users directly for additional information.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="comments" type="String"/>

statementDate
Type:
xsd:date, predefined, simple content
The date as of which the embedded information is valid.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="statementDate" type="xsd:date"/>

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.