<xsd:simpleType name="DifferenceTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The ISDA defined value indicating the nature of a difference.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Value" />
<xsd:enumeration value="Reference" />
<xsd:enumeration value="Structure" />
<xsd:enumeration value="Scheme" />
</xsd:restriction>
</xsd:simpleType>
|