<xs:simpleType name="NetGrossInd_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Code to represent whether value is net inclusive of tax or gross Valid values: = Net 2 = Gross
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="NetGrossInd" tag="430" datatype="int" ComponentType="Field" StdAbbrev="NetGrossInd" QualifiedAbbrev="NetGrossInd" 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="1" desc="Net" />
<x:EnumDoc value="2" desc="Gross" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
</xs:restriction>
</xs:simpleType>
|