namespace | http://fifa.com/fc | ||||||||||||
type | restriction of xsd:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |