complexType "LegalEntity"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
(entityName, entityId*) | entityId+
</...>
Content Model Elements (3):
entityId (defined in LegalEntity complexType),
entityId (defined in LegalEntity complexType),
entityName
All Direct / Indirect Based Elements (8):
borrower, primaryObligor,
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
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
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
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="entityName" type="EntityName"/>

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