Definition Type: SimpleType
Name: NoAffectedOrders_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Number of affected orders in the repeating group of order ids
Collapse XSD Schema Diagram:
XSD Diagram of NoAffectedOrders_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="NoAffectedOrders_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Number of affected orders in the repeating group of order ids  
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="NoAffectedOrders" tag="534" datatype="int" ComponentType="Field" StdAbbrev="NoAffctdOrds" QualifiedAbbrev="NoAffctdOrds" Category="" CategoryAbbrev="" />
            <xs:Xref Protocol="ISO_15022_XML" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:int" />
</xs:simpleType>