<xs:simpleType name="ExerciseMethod_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Exercise Method used to in performing assignment Valid values: A = Automatic M = Manual
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="ExerciseMethod" tag="747" datatype="char" ComponentType="Field" StdAbbrev="ExrMethod" QualifiedAbbrev="ExrMethod" 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="Automatic" />
<x:EnumDoc value="M" desc="Manual" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="A" />
<xs:enumeration value="M" />
</xs:restriction>
</xs:simpleType>
|