complexType "LoanLegalActionApprovalStatus"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure that provides global level approval status on a legal action.
Type Definition Detail
Type Derivation Tree
AbstractApproval (extension)
  LoanLegalActionApprovalStatus
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="LoanLegalActionApprovalStatus">
<xsd:complexContent>
<xsd:extension base="AbstractApproval">
<xsd:sequence>
<xsd:element name="legalActionReference" type="LoanLegalActionReference"/>
<xsd:sequence>
<xsd:element name="type" type="LoanLegalActionApprovalStatusType"/>
<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/6)
description
Type:
NonEmptyNormalizedString, simple content
A free form text field to further describe the approval status.
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:
XML Source (see within schema source)
<xsd:element name="legalActionReference" type="LoanLegalActionReference"/>

type
Type:
Approved status as of the effective date, based on a scheme.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="LoanLegalActionApprovalStatusType"/>

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.