Container for Actions. Its priority settings determine how to interact with other events within the same scope (maneuver).
<xsd:complexType name="Event"> <xsd:sequence> <xsd:element name="Action" maxOccurs="unbounded" type="Action"/> <xsd:element name="StartTrigger" type="Trigger"/> </xsd:sequence> <xsd:attribute name="priority" type="Priority" use="required"/> <xsd:attribute name="maximumExecutionCount" type="UnsignedInt"/> <xsd:attribute name="name" type="String" use="required"/> </xsd:complexType>
To XSD To XSLT To XSD Tree