group "LoanContractDetails.model"
Namespace:
Content:
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
Complex Content Model
Content Model Elements (3):
Known Usage Locations
Annotation
A model used to reference a loan contract by either identifier, summary or full contract details, within various notifications.
XML Source (w/o annotations (4); see within schema source)
<xsd:group name="LoanContractDetails.model">
<xsd:choice>
<xsd:element name="contractIdentifier" type="LoanContractIdentifier"/>
<xsd:element name="contractSummary" type="LoanContractSummary"/>
<xsd:element name="contract" type="LoanContract"/>
</xsd:choice>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 3/3)
contract
Type:
LoanContract, complex content
A full loan contract structure.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="contract" type="LoanContract"/>

contractIdentifier
Type:
LoanContractIdentifier, complex content
A loan contract identifier structure.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="contractIdentifier" type="LoanContractIdentifier"/>

contractSummary
Type:
LoanContractSummary, complex content
A loan contract summary structure.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="contractSummary" type="LoanContractSummary"/>

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.