XML Schema Documentation

Complex Type: LegalEntityReference

[Table of contents]

Super-types: Reference < LegalEntityReference (by extension)
Sub-types: None
Name LegalEntityReference
Abstract no
Documentation References a credit entity defined elsewhere in the document.
XML Instance Representation
<...
href=" xsd:IDREF [1]"/>
Diagram
Schema Component Representation
<xsd:complexType name="LegalEntityReference">
<xsd:complexContent>
<xsd:extension base=" Reference ">
<xsd:attribute name="href" type=" xsd:IDREF " use="required" reference="LegalEntity"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>