complexType "RequestPositionReport"
Namespace:
Content:
complex, 3 attributes, 13 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"5"
   
>
   
Content: 
</...>
Content Model Elements (13):
header (defined in RequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
party (defined in PartiesAndAccounts.model group),
sequenceNumber (defined in Sequence.model group),
All Direct / Indirect Based Elements (1):
requestPositionReport
Known Usage Locations
Annotation
A type defining the content model for a message requesting a position report .
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              RequestPositionReport
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="RequestPositionReport">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element minOccurs="0" name="asOfDate" type="IdentifiedDate"/>
<xsd:choice minOccurs="0">
<xsd:element name="dataSetName" type="NormalizedString"/>
<xsd:element name="requestedPositions" type="RequestedPositions"/>
<xsd:element name="reportContents" type="ReportContents"/>
</xsd:choice>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/13)
asOfDate
Type:
IdentifiedDate, simple content
The date for which this request desires 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"/>

dataSetName
Type:
NormalizedString, simple content
The name of the data set (portfolio, product type, etc.) that this request corresponds to. Describes the desired report.
Simple Content
xsd:normalizedString
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dataSetName" type="NormalizedString"/>

reportContents
Type:
ReportContents, complex content
The specific characteristics that should be provided.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="reportContents" type="ReportContents"/>

requestedPositions
Type:
RequestedPositions, complex content
The specific positions that this request corresponds to. Describes the desired report.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="requestedPositions" type="RequestedPositions"/>

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.