Defines a controller type and parameters for the controller.
<xsd:complexType name="Controller"> <xsd:all> <xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/> <xsd:element name="Properties" type="Properties"/> </xsd:all> <xsd:attribute name="name" type="String" use="required"/> </xsd:complexType>
To XSD To XSD Tree