group "TradeOrInfo.model"
Namespace:
Content:
Defined:
Includes:
definitions of 2 elements
Used:
never
Content Model Diagram
Complex Content Model
(originatingEvent?, trade?) | tradeReferenceInformation?
Content Model Elements (3):
originatingEvent (defined in TradeOrInfo.model group),
trade (defined in TradeOrInfo.model group),
tradeReferenceInformation
Annotation
Defines a model group that allows either details of an event or information about a trade to be provided. Typically this will be used in a response to a request.
XML Source (w/o annotations (1); see within schema source)
<xsd:group name="TradeOrInfo.model">
<xsd:choice>
<xsd:sequence>
<xsd:element minOccurs="0" name="originatingEvent" type="OriginatingEvent"/>
<xsd:element minOccurs="0" name="trade" type="Trade"/>
</xsd:sequence>
</xsd:choice>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 2/3)
originatingEvent
Type:
OriginatingEvent, simple content
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (see within schema source)
<xsd:element minOccurs="0" name="originatingEvent" type="OriginatingEvent"/>

trade
Type:
Trade, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="trade" type="Trade"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.