complexType "PositionUpdateReason"
Namespace:
Content:
complex, 16 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (16):
amendment (defined in Events.model group),
change (defined in Events.model group),
increase (defined in Events.model group),
novation (defined in Events.model group),
optionExercise (defined in Events.model group),
optionExpiry (defined in Events.model group),
originatingEvent (defined in Events.model group),
terminatingEvent (defined in Events.model group),
termination (defined in Events.model group),
trade (defined in Events.model group),
tradePackage (defined in Events.model group),
withdrawal (defined in Events.model group)
All Direct / Indirect Based Elements (1):
reason (in positionUpdate)
Known Usage Locations
Annotation
A code that describes the reason that an update occurred. For example, New Trade, Amendment, Termination, Exercise, Cancellation.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="PositionUpdateReason">
<xsd:sequence>
<xsd:element minOccurs="0" name="code" type="PositionUpdateReasonCode"/>
<xsd:element minOccurs="0" name="comment" type="String"/>
<xsd:group ref="Events.model"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/16)
code
Type:
PositionUpdateReasonCode, simple content
A code summarizing the reason for the update (e.g. new trade, amdendment, novation).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="code" type="PositionUpdateReasonCode"/>

comment
Type:
String, simple content
A freeform description of the reason for the update.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="comment" type="String"/>

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