complexType "PositionMatchResult"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
status?, ((assertedPosition?, proposedMatch*) | allegedPosition?)
</...>
Content Model Elements (4):
allegedPosition, proposedMatch (in positionMatchResult),
All Direct / Indirect Based Elements (1):
positionMatchResult
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="PositionMatchResult">
<xsd:sequence>
<xsd:element minOccurs="0" name="status" type="EventStatus"/>
<xsd:choice>
<xsd:sequence>
<xsd:element minOccurs="0" name="assertedPosition" type="AssertedPosition"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="proposedMatch" type="PositionProposedMatch"/>
</xsd:sequence>
<xsd:element minOccurs="0" name="allegedPosition" type="AssertedPosition"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
allegedPosition
Type:
AssertedPosition, complex content
Position asserted by the "other side's" party.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="allegedPosition" type="AssertedPosition"/>

assertedPosition
Type:
AssertedPosition, complex content
Position asserted by one of the parties.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="assertedPosition" type="AssertedPosition"/>

proposedMatch
Type:
PositionProposedMatch, complex content
"Other side's" position that meets the minimimum matching criteria and is proposed as match to the position that is being asserted.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="proposedMatch" type="PositionProposedMatch"/>

status
Type:
EventStatus, simple content
Reconciliation status of the position.
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="status" type="EventStatus"/>

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.