<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:enumeration value="4-5" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
|