group "Exception.model"
Namespace:
Content:
Defined:
globally in fpml-msg-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
Complex Content Model
reason+, additionalData?
Content Model Elements (2):
additionalData (defined in Exception.model group),
reason (defined in Exception.model group)
Known Usage Locations
Annotation
A model group which has exception elements.
XML Source (w/o annotations (3); see within schema source)
<xsd:group name="Exception.model">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="reason" type="Reason"/>
<xsd:element minOccurs="0" name="additionalData" type="AdditionalData"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 2/2)
additionalData
Type:
AdditionalData, complex content
Any string of additional data that may help the message processor, for example in a rejection message this might contain a code value or the text of the original request (within a CDATA section).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="additionalData" type="AdditionalData"/>

reason
Type:
Reason, complex content
An instance of the Reason type used to record the nature of any errors associated with a message.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="reason" type="Reason"/>

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