simpleType "UpdateTypeEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Created"
 - 
The item is newly created since the last instance of this report.
"Modified"
 - 
The item has been updated since the last instance of this report.
"Deleted"
 - 
The item has been removed since the last version of this report.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of update to a record in a report.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  UpdateTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Created"
 - 
The item is newly created since the last instance of this report.
"Modified"
 - 
The item has been updated since the last instance of this report.
"Deleted"
 - 
The item has been removed since the last version of this report.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="UpdateTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Created"/>
<xsd:enumeration value="Modified"/>
<xsd:enumeration value="Deleted"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.