complexType "NonpublicExecutionReport"
Namespace:
Content:
complex, 3 attributes, 27 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"4"
    >
   
Content: 
header?, validation*, isCorrection?, (parentCorrelationId?, correlationId?, sequenceNumber?)?, onBehalfOf[0..4]?, asOfDate?, asOfTime?, portfolioReference??, ((originatingEvent?, trade?) | amendment | increase | (terminatingEvent?, termination?) | novation | changeEvent | change | optionExercise | optionExpiry+ | deClear | withdrawal | additionalEvent), quote*?, party*, account*
</...>
Content Model Elements (27):
account,
header (defined in RequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
optionExercise,
optionExpiry (defined in Events.model group),
originatingEvent (defined in Events.model group),
party (defined in PartiesAndAccounts.model group),
sequenceNumber (defined in Sequence.model group),
terminatingEvent (defined in Events.model group),
trade (defined in Events.model group),
All Direct / Indirect Based Elements (1):
nonpublicExecutionReport
Known Usage Locations
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              NonpublicExecutionReport
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="NonpublicExecutionReport">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<!-- BAL - added 2011-10-18 to address gaps with DTCC requirements -->
<xsd:element minOccurs="0" name="asOfDate" type="IdentifiedDate"/>
<xsd:element minOccurs="0" name="asOfTime" type="xsd:time"/>
<!-- Removed 2012-02-12 per rptwg 2012-02-13, moved to reportingRegime
<xsd:element name="reportingPurpose" type="ReportingPurpose" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The reason this message is being sent, for example Snapshot, PET, Confirmation, RealTimePublic.</xsd:documentation>
</xsd:annotation>
</xsd:element>
-->
<xsd:group minOccurs="0" ref="PortfolioReferenceBase.model"/>
<!-- BAL - end 2011-10-18 additions to address gaps with DTCC requirements -->
<xsd:group ref="Events.model"/>
<xsd:group minOccurs="0" ref="EventValuation.model"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/27)
asOfDate
Type:
IdentifiedDate, simple content
The date for which this document reports positions and valuations.
Simple Content
xsd:date
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="asOfDate" type="IdentifiedDate"/>

asOfTime
Type:
xsd:time, predefined, simple content
The time for which this report was generated (i.e., the cut-off time of the report).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="asOfTime" type="xsd:time"/>

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.