simpleType MessageNatureType
namespace http://fifa.com/fc
type restriction of xsd:string
properties
base xsd:string
used by
attribute EventMessageType/@MessageNature
facets
Kind Value Annotation
enumeration Insert
enumeration Update
enumeration Delete
annotation
documentation
The message type. It could be an UPDATE, INSERT, DELETE...
source <xsd:simpleType name="MessageNatureType">
 
<xsd:annotation>
   
<xsd:documentation>The message type. It could be an UPDATE, INSERT, DELETE...</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="Insert"/>
   
<xsd:enumeration value="Update"/>
   
<xsd:enumeration value="Delete"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy