Definition Type Simple Type
Name AggregatedBook_enum_t
Namespace http://www.fixprotocol.org/FIXML-4-4
Facets  
Enumerations Y , N , Not_specified
Documentation Specifies whether or not book entries should be aggregated  Valid values: Y = one book entry per side per price N = Multiple entries per side per price allowed  Not specified  = broker option
    
XSD Schema fixml-fields-base-4-4.xsd
XSD Schema Diagram
XSD Schema Code
<xs:simpleType name="AggregatedBook_enum_t" >
  <xs:annotation>
    <xs:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">Specifies whether or not book entries should be aggregated  Valid values: Y = one book entry per side per price N = Multiple entries per side per price allowed  Not specified  = broker option
    
</xs:documentation>
    <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
      <xs:Xref Protocol="FIX" name="AggregatedBook" tag="266" datatype="char" ComponentType="Field" StdAbbrev="AggBook" QualifiedAbbrev="AggBook" 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="OnePer"/>
      <x:EnumDoc value="N" desc="Multiple"/>
      <x:EnumDoc value="Not_specified" desc="BrokerOption"/>
    </xs:appinfo>

  </xs:annotation>

  <xs:restriction base="xs:string">
    <xs:enumeration value="Y"/>
    <xs:enumeration value="N"/>
    <xs:enumeration value="Not_specified"/>
  </xs:restriction>

</xs:simpleType>
Derivation Tree
[No Sub Types]
AggregatedBook_enum_t
    A:AggregatedBook_t
        AggBook
References
A:AggregatedBook_t
Generated using Liquid XML Studio by Liquid Technologies Ltd