<xsd:simpleType name="UpdateTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The type of update to a record in a report.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Created">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The item is newly created since the last instance of this report.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Modified">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The item has been updated since the last instance of this report.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Deleted">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The item has been removed since the last version of this report.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|