<xs:simpleType name="OrderCapacity_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Designates the capacity of the firm placing the order Valid values: A = Agency G = Proprietary I = Individual P = Principal Note for CMS purposes Principal includes Proprietary R = Riskless Principal W = Agent for Other Member as of FIX 4 3 this field replaced Rule80A tag 47 used in conjunction with OrderRestrictions 529 field see Volume : Glossary for value definitions
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="OrderCapacity" tag="528" datatype="char" ComponentType="Field" StdAbbrev="Cpcty" QualifiedAbbrev="Cpcty" 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="A" desc="Agency" />
<x:EnumDoc value="G" desc="Proprietary" />
<x:EnumDoc value="I" desc="Individual" />
<x:EnumDoc value="P" desc="Principal" />
<x:EnumDoc value="R" desc="RisklessPrincipal" />
<x:EnumDoc value="W" desc="AgentOtherMember" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="A" />
<xs:enumeration value="G" />
<xs:enumeration value="I" />
<xs:enumeration value="P" />
<xs:enumeration value="R" />
<xs:enumeration value="W" />
</xs:restriction>
</xs:simpleType>
|