XML Schema Documentation

Complex Type: EntityName

[Table of contents]

Super-types: xsd:normalizedString < EntityName (by extension)
Sub-types: None
Name EntityName
Used by (from the same schema document) Complex Type LegalEntity
Abstract no
Documentation The name of the reference entity. A free format string. FpML does not define usage rules for this element.
XML Instance Representation
<...
entityNameScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="EntityName">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="entityNameScheme" type=" xsd:anyURI " default="http://www.fpml.org/spec/2003/entity-name-RED-1-0"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>