element <soap-parameter> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 3 attributes
Defined:
locally witnin soapMethodType complexType in mule-axis.xsd; see XML source
Includes:
definitions of 3 attributes
Content Model Diagram
XML Representation Summary
<soap-parameter
   
 = 
xsd:string
 = 
xsd:string
 = 
("IN" | "OUT" | "INOUT")
/>
Included in content model of elements (1):
soap-method
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="soap-parameter">
<xsd:complexType>
<xsd:attribute name="parameter" type="xsd:string" use="required"/>
<xsd:attribute name="type" type="xsd:string" use="required"/>
<xsd:attribute name="mode">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="IN"/>
<xsd:enumeration value="OUT"/>
<xsd:enumeration value="INOUT"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 3/3)
mode
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"IN", "OUT", "INOUT"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"IN", "OUT", "INOUT"
XML Source (see within schema source)
<xsd:attribute name="mode">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="IN"/>
<xsd:enumeration value="OUT"/>
<xsd:enumeration value="INOUT"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

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

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

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.