Definition Type: SimpleType
Name: UpdateTypeEnum
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-enum-5-10.xsd
Documentation:
The type of update to a record in a report.
Collapse XSD Schema Diagram:
XSD Diagram of UpdateTypeEnum in schema fpml-enum-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Created
Enumeration Modified
Enumeration Deleted
Collapse Derivation Tree:
Collapse References:
nsE:type