complexType "LoanCovenantObligationTask"
Namespace:
Content:
complex, 11 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (11):
comment (defined in AbstractTask complexType),
status (defined in AbstractTask complexType),
taskIdentifier (defined in AbstractTask complexType),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure to describe a covenant obligation task.
Type Definition Detail
Type Derivation Tree
AbstractTask (extension)
  LoanCovenantObligationTask
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="false" name="LoanCovenantObligationTask">
<xsd:complexContent>
<xsd:extension base="AbstractTask">
<xsd:sequence>
<xsd:element name="covenantReference" type="LoanCovenantObligationReference"/>
<xsd:sequence>
<xsd:element name="type" type="LoanCovenantObligationTaskType"/>
<xsd:element minOccurs="0" name="description" type="NonEmptyNormalizedString"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/11)
covenantReference
Type:
A reference to a loan covenant obligation.
XML Source (w/o annotations (1); see within schema source)

description
Type:
NonEmptyNormalizedString, simple content
Simple Content
xsd:normalizedString
minLength:
1
XML Source (see within schema source)
<xsd:element minOccurs="0" name="description" type="NonEmptyNormalizedString"/>

type
Type:
The type of the loan covenant obligation task.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="LoanCovenantObligationTaskType"/>

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.