element <options>
Namespace:
Type:
anonymous complexType
Content:
complex, 9 attributes, 1 element
Defined:
Includes:
definitions of 9 attributes, 1 element
Content Model Diagram
XML Representation Summary
<options
    allowedMethods
 = 
xsd:string
    scope
 = 
xsd:string
    wsdlPortType
 = 
xsd:string
    wsdlServicePort
 = 
xsd:string
    wsdlServiceElement
 = 
xsd:string
    wsdlTargetNamespace
 = 
xsd:string
    wsdlInputSchema
 = 
xsd:string
    wsdlSoapActionMode
 = 
xsd:string
    extraClasses
 = 
xsd:string
    >
   
Content: 
option*
</options>
Content model elements (1):
Included in content model of elements (2):
Annotation
Allows you to set optional SOAP settings as attributes: allowedMethods, scope, wsdlPortType, wsdlServicePort, wsdlServiceElement, wsdlTargetNamespace, wsdlInputSchema, wsdlSoapActionMode, and extraClasses.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="options">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="option" type="mule:keyValueType"/>
</xsd:sequence>
<xsd:attribute name="allowedMethods" type="xsd:string"/>
<xsd:attribute name="scope" type="xsd:string"/>
<xsd:attribute name="wsdlPortType" type="xsd:string"/>
<xsd:attribute name="wsdlServicePort" type="xsd:string"/>
<xsd:attribute name="wsdlServiceElement" type="xsd:string"/>
<xsd:attribute name="wsdlTargetNamespace" type="xsd:string"/>
<xsd:attribute name="wsdlInputSchema" type="xsd:string"/>
<xsd:attribute name="wsdlSoapActionMode" type="xsd:string"/>
<xsd:attribute name="extraClasses" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 9/9)
allowedMethods
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="allowedMethods" type="xsd:string"/>

extraClasses
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="extraClasses" type="xsd:string"/>

scope
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="scope" type="xsd:string"/>

wsdlInputSchema
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="wsdlInputSchema" type="xsd:string"/>

wsdlPortType
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="wsdlPortType" type="xsd:string"/>

wsdlServiceElement
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="wsdlServiceElement" type="xsd:string"/>

wsdlServicePort
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="wsdlServicePort" type="xsd:string"/>

wsdlSoapActionMode
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="wsdlSoapActionMode" type="xsd:string"/>

wsdlTargetNamespace
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="wsdlTargetNamespace" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 1/1)
option
Type:
mule:keyValueType, empty content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="option" type="mule:keyValueType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.