Definition Type: ComplexType
Name: UnprocessedPosition
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-reconciliation-5-10.xsd
Abstract
Documentation:
A type describing the situation when an entire position change cannot be processed. It includes the position identification information and the reason that the position change could not be processed.
Collapse XSD Schema Diagram:
Drilldown into reason in schema fpml-reconciliation-5-10_xsd Drilldown into version in schema fpml-riskdef-5-10_xsd2 Drilldown into positionId in schema fpml-riskdef-5-10_xsd2 Drilldown into PositionIdAndVersion.model in schema fpml-riskdef-5-10_xsd2XSD Diagram of UnprocessedPosition in schema fpml-reconciliation-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="UnprocessedPosition">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the situation when an entire position change cannot be processed. It includes the position identification information and the reason that the position change could not be processed.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="PositionIdAndVersion.model" />
        <xsd:element name="reason" type="Reason" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
positionId nsE:positionId 0 (1)
version nsE:version 0 (1)
reason nsE:reason 0 unbounded
<xs:group> nsE:PositionIdAndVersion.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:unprocessedPosition