| namespace | http://www.ite.org/tmdd | ||||
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:simpleType name="Event-message-type-identifier"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>Identifies the type of message being sent, e.g. a full event update or basic event update. Only those values specified in the message set standards may be used. : BEU - basic event update; FEU - full event update.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="16"/> </xs:restriction> </xs:simpleType> |