Definition Type: ComplexType
Name: ContextType
Namespace: http://www.rixml.org/2005/3/RIXML
Containing Schema: RIXML-2_2.xsd
Abstract
Documentation:
ComplexType for Context
Collapse XSD Schema Diagram:
Drilldown into ProductClassifications in schema rixml-2_2_xsd Drilldown into ProductDetails in schema rixml-2_2_xsd Drilldown into IssuerDetails in schema rixml-2_2_xsd Drilldown into EventDetails in schema rixml-2_2_xsd Drilldown into external in schema rixml-2_2_xsd Drilldown into priority in schema rixml-2_2_xsdXSD Diagram of ContextType in schema rixml-2_2_xsd (RIXML - Research Information Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EventDetails rixml:EventDetails 0 (1)
IssuerDetails rixml:IssuerDetails 0 (1)
ProductDetails rixml:ProductDetails 0 (1)
ProductClassifications rixml:ProductClassifications 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
priority rixml:priority Optional
external rixml:external Required
Collapse Derivation Tree:
Collapse References:
rixml:Context