Definition Type: ComplexType
Name: AffectedPositions
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-reporting-5-10.xsd
Abstract
Documentation:
A type that allows a list of positions affected by some event to be represented.
Collapse XSD Schema Diagram:
Drilldown into position in schema fpml-reporting-5-10_xsdXSD Diagram of AffectedPositions in schema fpml-reporting-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AffectedPositions">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that allows a list of positions affected by some event to be represented.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="position" type="Position" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Positions affected by this event.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
position nsE:position 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:affectedPositions