Definition Type: Attribute
Name: fpmlVersion
Namespace: http://www.fpml.org/FpML-5/reporting
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-doc-5-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 fpmlVersion in schema fpml-doc-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:attribute name="fpmlVersion" 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:pattern value="5-[0-9]+" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Pattern 5-[0-9]+