<xs:complexType name="Advertisement_message_t" final="#all">
<xs:annotation>
<xs:documentation xml:lang="en">Advertisement can be found in Volume3 of the specification </xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="Advertisement" ComponentType="Message" MsgID="8" Section="Pre Trade" Category="Indication" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Abstract_message_t">
<xs:sequence>
<xs:group ref="AdvertisementElements" />
</xs:sequence>
<xs:attributeGroup ref="AdvertisementAttributes" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
|