2.2.4.3 t:ArrayOfTransitionsGroupsType Complex Type
The ArrayOfTransitionsGroupsType complex type specifies an array of transition groups.
-
<xs:complexType name="ArrayOfTransitionsGroupsType"> <xs:sequence> <xs:element name="TransitionsGroup" type="t:ArrayOfTransitionsType" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the ArrayOfTransitionsGroupsType complex type.
Element name |
Type |
Description |
---|---|---|
TransitionsGroup |
t:ArrayOfTransitionsType (section 2.2.4.4) |
Specifies one or more arrays of transitions. |