simpleType Event-message-type-identifier
namespace http://www.ite.org/tmdd
type restriction of xs:string
used by
elements MessageHeader/message-type-id RequestHeader/message-type-id
facets
minLength 1
maxLength 16
annotation
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>
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>


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