Definition Type: Attribute
Name: version
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-doc-4-4.xsd
ContentType Restriction
Use Required
Documentation:
Indicate which version of the FpML Schema an FpML message adheres to.
Collapse XSD Schema Diagram:
XSD Diagram of version in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:attribute name="version" use="required">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Indicate which version of the FpML Schema an FpML message adheres to.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:token">
            <xsd:enumeration value="4-0" />
            <xsd:enumeration value="4-1" />
            <xsd:enumeration value="4-2" />
            <xsd:enumeration value="4-3" />
            <xsd:enumeration value="4-4" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration 4-0
Enumeration 4-1
Enumeration 4-2
Enumeration 4-3
Enumeration 4-4