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

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

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.