<xsd:complexType name="CT_TLCommandBehavior">
<xsd:sequence>
<xsd:element name="cBhvr" type="CT_TLCommonBehaviorData" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute type="ST_TLCommandType" name="type" use="optional">
<xsd:annotation>
<xsd:documentation>Command Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cmd" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Command</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|