complexType "LoanTaskDates"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
clearedDate (in dates defined in AbstractLoanTask complexType),
expectedDate,
raisedDate
All Direct / Indirect Based Elements (1):
dates (defined in AbstractLoanTask complexType)
Known Usage Locations
Annotation
A structure that details key dates related to a task.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="LoanTaskDates">
<xsd:sequence>
<xsd:element name="raisedDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="expectedDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="clearedDate" type="xsd:date"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
clearedDate
Type:
xsd:date, predefined, simple content
The date on which the task was either cleared or cancelled.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="clearedDate" type="xsd:date"/>

expectedDate
Type:
xsd:date, predefined, simple content
The date by which the task is expected to be completed.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="expectedDate" type="xsd:date"/>

raisedDate
Type:
xsd:date, predefined, simple content
The date on which the task was raised.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="raisedDate" 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.