complexType "LoanLegalActionTask"
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 that details tasks and their statuses, the completion of which are prerequisites to a legal action.
Type Definition Detail
Type Derivation Tree
AbstractTask (extension)
  LoanLegalActionTask
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType abstract="false" name="LoanLegalActionTask">
<xsd:complexContent>
<xsd:extension base="AbstractTask">
<xsd:sequence>
<xsd:element name="legalActionReference" type="LoanLegalActionReference"/>
<xsd:sequence>
<xsd:element name="type" type="LoanLegalActionTaskType"/>
<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)
description
Type:
NonEmptyNormalizedString, simple content
A free form field to provide addition description of the legal action task.
Simple Content
xsd:normalizedString
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="description" type="NonEmptyNormalizedString"/>

legalActionReference
Type:
Reference to a legal action.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="legalActionReference" type="LoanLegalActionReference"/>

type
Type:
LoanLegalActionTaskType, simple content
The type of the legal action task.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="LoanLegalActionTaskType"/>

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.