Definition Type: AttributeGroup
Name: MarketDefinitionAttributes
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-marketstructure-base-5-0-SP2.xsd
Collapse XSD Schema Diagram:
Drilldown into EncTxt in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into EncTxtLen in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into Txt in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into TxnTm in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into Ccy in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into ParentMktSegmID in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into EncodedMktSegmDesc in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into EncodedMktSegmDescLen in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into MarketSegmentDesc in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into MktSegID in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into MktID in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into MktReqID in schema fixml-marketstructure-base-5-0-sp2_xsd Drilldown into MktRptID in schema fixml-marketstructure-base-5-0-sp2_xsdXSD Diagram of MarketDefinitionAttributes in schema fixml-marketstructure-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:attributeGroup name="MarketDefinitionAttributes">
    <xs:attribute name="MktRptID" type="MarketReportID_t" use="required" />
    <xs:attribute name="MktReqID" type="MarketReqID_t" use="optional" />
    <xs:attribute name="MktID" type="MarketID_t" use="required" />
    <xs:attribute name="MktSegID" type="MarketSegmentID_t" use="optional" />
    <xs:attribute name="MarketSegmentDesc" type="MarketSegmentDesc_t" use="optional" />
    <xs:attribute name="EncodedMktSegmDescLen" type="EncodedMktSegmDescLen_t" use="optional" />
    <xs:attribute name="EncodedMktSegmDesc" type="EncodedMktSegmDesc_t" use="optional" />
    <xs:attribute name="ParentMktSegmID" type="ParentMktSegmID_t" use="optional" />
    <xs:attribute name="Ccy" type="Currency_t" use="optional" />
    <xs:attribute name="TxnTm" type="TransactTime_t" use="optional" />
    <xs:attribute name="Txt" type="Text_t" use="optional" />
    <xs:attribute name="EncTxtLen" type="EncodedTextLen_t" use="optional" />
    <xs:attribute name="EncTxt" type="EncodedText_t" use="optional" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
MktRptID nsA:MktRptID Required
MktReqID nsA:MktReqID Optional
MktID nsA:MktID Required
MktSegID nsA:MktSegID Optional
MarketSegmentDesc nsA:MarketSegmentDesc Optional
EncodedMktSegmDescLen nsA:EncodedMktSegmDescLen Optional
EncodedMktSegmDesc nsA:EncodedMktSegmDesc Optional
ParentMktSegmID nsA:ParentMktSegmID Optional
Ccy nsA:Ccy Optional
TxnTm nsA:TxnTm Optional
Txt nsA:Txt Optional
EncTxtLen nsA:EncTxtLen Optional
EncTxt nsA:EncTxt Optional