<xsd:complexType name="ReportedPosition">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the content model report of a position. This slightly extends the basic position model.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Position">
<xsd:sequence>
<xsd:element name="payment" type="PositionPayment" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Zero or more payments associated with this position that are generated for this reporting as-of date, for example coupon payments that pay on this date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|