<xs:simpleType name="OwnerType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of owner Valid values: = Individual Investor 2 = Public Company 3 = Private Company 4 = Individual Trustee 5 = Company Trustee 6 = Pension Plan 7 = Custodian Under Gifts to Minors Act 8 = Trusts 9 = Fiduciaries 0 = Networking Sub Account = Non Profit Organization 2 = Corporate Body 3 =Nominee
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="OwnerType" tag="522" datatype="int" ComponentType="Field" StdAbbrev="OwnerTyp" QualifiedAbbrev="OwnerTyp" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="1" desc="IndivInvestor" />
<x:EnumDoc value="2" desc="PublicCompany" />
<x:EnumDoc value="3" desc="PrivateCompany" />
<x:EnumDoc value="4" desc="IndivTrustee" />
<x:EnumDoc value="5" desc="CompanyTrustee" />
<x:EnumDoc value="6" desc="PensionPlan" />
<x:EnumDoc value="7" desc="CustodianMinorsAct" />
<x:EnumDoc value="8" desc="Trusts" />
<x:EnumDoc value="9" desc="Fiduciaries" />
<x:EnumDoc value="10" desc="NetworkingSubAcct" />
<x:EnumDoc value="11" desc="Non-ProfitOrg" />
<x:EnumDoc value="12" desc="CorpBody" />
<x:EnumDoc value="13" desc="Nominee" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
<xs:enumeration value="6" />
<xs:enumeration value="7" />
<xs:enumeration value="8" />
<xs:enumeration value="9" />
<xs:enumeration value="10" />
<xs:enumeration value="11" />
<xs:enumeration value="12" />
<xs:enumeration value="13" />
</xs:restriction>
</xs:simpleType>
|