2.9.9 InnerObjectObjectDataType

The InnerObjectObjectDataType complex type specifies a type that can contain any element. It is used for extending and customizing Executable elements and LogProvider elements.

The following is the XSD of the InnerObjectObjectDataType complex type.

   <xs:complexType name="InnerObjectObjectDataType">
     <xs:sequence>
       <xs:any minOccurs="0" maxOccurs="unbounded" 
               namespace="##any" processContents="skip"/>
     </xs:sequence>
   </xs:complexType>

The InnerObjectObjectDataType type MAY contain any element in any namespace.<96>