complexType "TradeDifference"
Namespace:
Content:
complex, 10 elements
Defined:
globally in fpml-doc-5-13.xsd; see XML source
Includes:
definitions of 10 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (10):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A type used to record the details of a difference between two business objects/
XML Source (w/o annotations (11); see within schema source)
<xsd:complexType name="TradeDifference">
<xsd:sequence>
<xsd:element name="differenceType" type="DifferenceTypeEnum"/>
<xsd:element name="differenceSeverity" type="DifferenceSeverityEnum"/>
<xsd:element name="element" type="NonEmptyToken"/>
<xsd:element minOccurs="0" name="basePath" type="NonEmptyToken"/>
<xsd:element minOccurs="0" name="baseValue" type="NonEmptyToken"/>
<xsd:element minOccurs="0" name="otherPath" type="NonEmptyToken"/>
<xsd:element minOccurs="0" name="otherValue" type="NonEmptyToken"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="missingElement" type="NonEmptyToken"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="extraElement" type="NonEmptyToken"/>
<xsd:element name="message" type="NonEmptyNormalizedString"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 10/10)
basePath
Type:
NonEmptyToken, simple content
XPath to the element in the base object.
Simple Content
xsd:token
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="basePath" type="NonEmptyToken"/>

baseValue
Type:
NonEmptyToken, simple content
The value of the element in the base object.
Simple Content
xsd:token
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="baseValue" type="NonEmptyToken"/>

differenceSeverity
Type:
DifferenceSeverityEnum, simple content
An indication of the severity of the difference.
Simple Content
enumeration of xsd:token
Enumeration:
"Warning", "Error"
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="differenceSeverity" type="DifferenceSeverityEnum"/>

differenceType
Type:
DifferenceTypeEnum, simple content
The type of difference that exists.
Simple Content
enumeration of xsd:token
Enumeration:
"Value", "Reference", "Structure", "Scheme"
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="differenceType" type="DifferenceTypeEnum"/>

element
Type:
NonEmptyToken, simple content
The name of the element affected.
Simple Content
xsd:token
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="element" type="NonEmptyToken"/>

extraElement
Type:
NonEmptyToken, simple content
Element(s) that are extraneous in the other object.
Simple Content
xsd:token
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="extraElement" type="NonEmptyToken"/>

message
Type:
NonEmptyNormalizedString, simple content
A human readable description of the problem.
Simple Content
xsd:normalizedString
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="message" type="NonEmptyNormalizedString"/>

missingElement
Type:
NonEmptyToken, simple content
Element(s) that are missing in the other trade.
Simple Content
xsd:token
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="missingElement" type="NonEmptyToken"/>

otherPath
Type:
NonEmptyToken, simple content
XPath to the element in the other object.
Simple Content
xsd:token
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="otherPath" type="NonEmptyToken"/>

otherValue
Type:
NonEmptyToken, simple content
Value of the element in the other trade.
Simple Content
xsd:token
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="otherValue" type="NonEmptyToken"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.