<xsd:complexType name="AccountOwnershipTypeType">
<xsd:sequence>
<xsd:element name="Value" type="AccountOwnershipTypes" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Summarized description of the account ownership.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RepositoryCode" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The type code assigned by the repository.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RepositoryValue" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Description as provided by the repository.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|