Definition Type: Group
Name: PositionIdAndVersion.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.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-4-4_xsd Drilldown into positionId in schema fpml-riskdef-4-4_xsdXSD Diagram of PositionIdAndVersion.model in schema fpml-riskdef-4-4_xsd (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">
            <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 fpml:positionId (1) (1)
version fpml:version 0 (1)