<xs:simpleType name="NotifyBrokerOfCredit_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates whether or not details should be communicated to BrokerOfCredit i e step in broker Valid values: Y = Details should be communicated N = Details should not be communicated
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="NotifyBrokerOfCredit" tag="208" datatype="Boolean" ComponentType="Field" StdAbbrev="NotifyBrkrOfCredit" QualifiedAbbrev="NotifyBrkrOfCredit" 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>
|