Definition Type: ComplexType
Name: UnprocessedPosition
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-reconciliation-4-4.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-4-4_xsd Drilldown into version in schema fpml-riskdef-4-4_xsd Drilldown into positionId in schema fpml-riskdef-4-4_xsd Drilldown into PositionIdAndVersion.model in schema fpml-riskdef-4-4_xsdXSD Diagram of UnprocessedPosition in schema fpml-reconciliation-4-4_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 fpml:positionId (1) (1)
version fpml:version 0 (1)
reason fpml:reason 0 unbounded
<xs:group> fpml:PositionIdAndVersion.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:unprocessedPosition