Definition of a controller for a scenario object. Either an inline definition or a catalog reference to a controller.
<xsd:complexType name="ObjectController"> <xsd:choice> <xsd:element name="CatalogReference" type="CatalogReference" minOccurs="0"/> <xsd:element name="Controller" type="Controller" minOccurs="0"/> </xsd:choice> </xsd:complexType>
To XSD To XSD Tree