Definition Type: Group
Name: PositionIdAndVersion.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-riskdef-5-10.xsd
Documentation:
A model group that includes a position ID and an optional version.
Collapse XSD Schema Diagram:
Drilldown into version in schema fpml-riskdef-5-10_xsd2 Drilldown into positionId in schema fpml-riskdef-5-10_xsd2XSD Diagram of PositionIdAndVersion.model in schema fpml-riskdef-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PositionIdAndVersion.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model group that includes a position ID and an optional version.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="positionId" type="PositionId" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A version-independent identifier for the position, possibly based on trade identifier.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="version" type="xsd:positiveInteger" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A version identifier. Version identifiers must be ascending, i.e. higher numbers imply newer versions. There is no requirement that version identifiers for a position be sequential or small, so for example timestamp-based version identifiers could be used.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
positionId nsE:positionId 0 (1)
version nsE:version 0 (1)