Definition Type: SimpleType
Name: FundRenewWaiv_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
A one character code identifying whether the Fund based renewal commission is to be waived Valid values are: Y = Yes N = No
Collapse XSD Schema Diagram:
XSD Diagram of FundRenewWaiv_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="FundRenewWaiv_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">A one character code identifying whether the Fund based renewal commission is to be waived    Valid values are: Y = Yes N = No 
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="FundRenewWaiv" tag="497" datatype="char" ComponentType="Field" StdAbbrev="FundRenewWaiv" QualifiedAbbrev="FundRenewWaiv" 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="No" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Y" />
        <xs:enumeration value="N" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Y
Enumeration N
Collapse Derivation Tree:
Collapse References:
nsA:FundRenewWaiv_t