<ST_TLCommandType> (Command Type)

This type specifies a command type.

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<call> (Command Type Enum ( Call ))

Call

<evt> (Command Type Enum ( Event ))

Event

<verb> (Command Type Enum ( Verb ))

Verb

Referenced By

<cmd@type>4.6.28)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TLCommandType">
	<restriction base="xsd:token">
	<enumeration value="evt"/>
	<enumeration value="call"/>
	<enumeration value="verb"/>
	</restriction>
</simpleType>