complexType "wsdl:DescriptionType"
Namespace:
Content:
complex, 1 attribute, attr. wildcard, 7 elements, elem. wildcard
Defined:
globally in wsdl20.xsd; see XML source
Includes:
definitions of 1 attribute, 6 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:anyURI
   
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Although correct, this type declaration does not capture
all the constraints on the contents of the wsdl:description
element as defined by the WSDL 2.0 specification.

In particular, the ordering constraints wrt elements preceding
and following the wsdl:types child element are not captured, as
attempts to incorporate such restrictions in the schema
ran afoul of the UPA (Unique Particle Attribution) rule
in the XML Schema language.

Please refer to the WSDL 2.0 specification for
additional information on the contents of this type.
Type Definition Detail
Type Derivation Tree
      wsdl:DescriptionType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType mixed="false" name="DescriptionType">
<xs:complexContent>
<xs:extension base="wsdl:ExtensibleDocumentedType">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="wsdl:import"/>
<xs:element ref="wsdl:include"/>
<xs:element ref="wsdl:types"/>
<xs:element ref="wsdl:interface"/>
<xs:element ref="wsdl:binding"/>
<xs:element ref="wsdl:service"/>
<xs:any maxOccurs="1" minOccurs="1" namespace="##other" processContents="lax"/>
</xs:choice>
<xs:attribute name="targetNamespace" type="xs:anyURI" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
targetNamespace
Type:
xs:anyURI, predefined
Use:
required
XML Source (see within schema source)
<xs:attribute name="targetNamespace" type="xs:anyURI" 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.