complexType "wsdl:InterfaceOperationType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 5 elements, elem. wildcard
Defined:
globally in wsdl20.xsd; see XML source
Includes:
definitions of 4 attributes, 4 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:NCName
 = 
xs:anyURI
 = 
xs:boolean
 = 
xs:anyURI
   
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      wsdl:InterfaceOperationType
XML Source (see within schema source)
<xs:complexType mixed="false" name="InterfaceOperationType">
<xs:complexContent>
<xs:extension base="wsdl:ExtensibleDocumentedType">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="input" type="wsdl:MessageRefType"/>
<xs:element name="output" type="wsdl:MessageRefType"/>
<xs:element name="infault" type="wsdl:MessageRefFaultType"/>
<xs:element name="outfault" type="wsdl:MessageRefFaultType"/>
<xs:any maxOccurs="1" minOccurs="1" namespace="##other" processContents="lax"/>
</xs:choice>
<xs:attribute name="name" type="xs:NCName" use="required"/>
<xs:attribute name="pattern" type="xs:anyURI" use="optional"/>
<xs:attribute name="safe" type="xs:boolean" use="optional"/>
<xs:attribute name="style" type="xs:anyURI" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 4/5)
name
Type:
xs:NCName, predefined
Use:
required
XML Source (see within schema source)
<xs:attribute name="name" type="xs:NCName" use="required"/>

pattern
Type:
xs:anyURI, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="pattern" type="xs:anyURI" use="optional"/>

safe
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="safe" type="xs:boolean" use="optional"/>

style
Type:
xs:anyURI, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="style" type="xs:anyURI" use="optional"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.