group "PositionStatusInfo.model"
Namespace:
Content:
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
Complex Content Model
Content Model Elements (4):
creationDate,
history,
originatingEvent (defined in PositionStatusInfo.model group),
status (defined in PositionStatusInfo.model group)
Known Usage Locations
Annotation
Contains information about the status of the position
XML Source (w/o annotations (1); see within schema source)
<xsd:group name="PositionStatusInfo.model">
<xsd:sequence>
<xsd:element minOccurs="0" name="status" type="PositionStatusEnum"/>
<xsd:element minOccurs="0" name="creationDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="originatingEvent" type="OriginatingEvent"/>
<xsd:element minOccurs="0" name="history" type="PositionHistory"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 4/4)
creationDate
Type:
xsd:date, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="creationDate" type="xsd:date"/>

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

originatingEvent
Type:
OriginatingEvent, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="originatingEvent" type="OriginatingEvent"/>

status
Type:
PositionStatusEnum, simple content
Simple Content
enumeration of xsd:token
Enumeration:
"New"
 - 
The position is open and has been newly added since the last position report.
"Existing"
 - 
The position is open and was present in the last position report.
"Closed"
 - 
The position is no longer open, for example because it has matured, was assigned, or was terminated.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="status" type="PositionStatusEnum"/>

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.