A container for Events. Can be stored in a maneuver catalog. Allows declaration of parameters within its scope.
<xsd:complexType name="Maneuver"> <xsd:sequence> <xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/> <xsd:element name="Event" type="Event" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="name" type="String" use="required"/> </xsd:complexType>
To XSD To XSD Tree