Definition Type: SimpleType
Name: ST_TLCommandType
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Documentation:
Command Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_TLCommandType in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration evt
Enumeration call
Enumeration verb
Collapse Derivation Tree:
  • ST_TLCommandType
Collapse References:
p:type