complexType "LegalEntity"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Used:
at 10 locations
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
entityId (defined in LegalEntity complexType),
entityId (defined in LegalEntity complexType),
All Direct / Indirect Based Elements (10):
borrower,
excludedReferenceEntity,
guarantor,
insurer,
primaryObligor,
referenceEntity (defined in CreditEntity.model group),
referenceEntity (defined in CreditEventNoticeDocument complexType),
referenceEntity (in referenceInformation),
referenceEntity (in referencePair),
referenceEntity (in underlyer defined in GenericProduct complexType)
Known Usage Locations
Annotation
A type defining a legal entity.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="LegalEntity">
<xsd:choice>
<xsd:sequence>
<xsd:element name="entityName" type="EntityName"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="entityId" type="EntityId"/>
</xsd:sequence>
<xsd:element maxOccurs="unbounded" name="entityId" type="EntityId"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
entityId
Type:
EntityId, simple content
A legal entity identifier (e.g. RED entity code).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="entityId" type="EntityId"/>

entityId
Type:
EntityId, simple content
A legal entity identifier (e.g. RED entity code)..
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="entityId" type="EntityId"/>

entityName
Type:
EntityName, simple content
The name of the reference entity. A free format string. FpML does not define usage rules for this element.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="entityName" type="EntityName"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.