<xsd:simpleType name="ST_TLCommandType">
<xsd:annotation>
<xsd:documentation>Command Type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="evt">
<xsd:annotation>
<xsd:documentation>Command Type Enum ( Event )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="call">
<xsd:annotation>
<xsd:documentation>Command Type Enum ( Call )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="verb">
<xsd:annotation>
<xsd:documentation>Command Type Enum ( Verb )</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|