Definition Type: Element
Name: version
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: positiveInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-riskdef-4-4.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
XSD Diagram of version in schema fpml-riskdef-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>