<xsd:complexType name="RequestPositionReport">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the content model for a message requesting a position report .</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="RequestMessage">
<xsd:sequence>
<xsd:element name="asOfDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date for which this request desires positions and valuations.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="dataSetName" type="xsd:normalizedString">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of the data set (portfolio, product type, etc.) that this request corresponds to. Describes the desired report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="requestedPositions" type="RequestedPositions">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of the data set (portfolio, product type, etc.) that this request corresponds to. Describes the desired report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="party" type="Party" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|