<xs:simpleType name="LegalConfirm_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that this message is to serve as the final and legal confirmation Valid values: Y = Legal confirm N = Does not constitute a legal confirm
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="LegalConfirm" tag="650" datatype="Boolean" ComponentType="Field" StdAbbrev="LegalCnfm" QualifiedAbbrev="LegalCnfm" 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="LegalConfirm" />
<x:EnumDoc value="N" desc="NotLegalConfirm" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Y" />
<xs:enumeration value="N" />
</xs:restriction>
</xs:simpleType>
|