<xsd:complexType name="SupervisorRegistrationIdentification">
<xsd:annotation>
<xsd:documentation xml:lang="en">Provides identification information about a regulator or other supervisory body that an organization is registered with.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="supervisoryBody" type="SupervisoryBody">
<xsd:annotation>
<xsd:documentation xml:lang="en">The regulator or other supervisory body the organization is registered with (e.g. SEC).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|