<xs:complexType name="ContextType">
<xs:annotation>
<xs:documentation>ComplexType for Context</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="EventDetails" minOccurs="0" />
<xs:element ref="IssuerDetails" minOccurs="0" />
<xs:element ref="ProductDetails" minOccurs="0" />
<xs:element ref="ProductClassifications" minOccurs="0" />
</xs:sequence>
<xs:attribute name="priority" type="rixmldt:PriorityEnum" use="optional">
<xs:annotation>
<xs:documentation>Allows the publisher to 'highlight' a specific product, i.e. identify a product as a high priority item.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="external" type="rixmldt:YesNoEnum" use="required">
<xs:annotation>
<xs:documentation>Indicates whether the content is for internal or external consumption.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|