<xs:simpleType name="CancellationRights_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">For CIV A one character code identifying whether Cancellation rights Cooling off period applies Valid values are: Y = Yes N = No execution only M = No waiver agreement O = No institutional
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="CancellationRights" tag="480" datatype="char" ComponentType="Field" StdAbbrev="CxllationRights" QualifiedAbbrev="CxllationRights" 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="Y" desc="Yes" />
<x:EnumDoc value="N" desc="NoExecO0nly" />
<x:EnumDoc value="M" desc="NoWaiver" />
<x:EnumDoc value="O" desc="NoInstit" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Y" />
<xs:enumeration value="N" />
<xs:enumeration value="M" />
<xs:enumeration value="O" />
</xs:restriction>
</xs:simpleType>
|