complexType "wsdl:ImportType"
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:anyURI
 = 
xs:anyURI
   
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      wsdl:ImportType
XML Source (see within schema source)
<xs:complexType mixed="false" name="ImportType">
<xs:complexContent>
<xs:extension base="wsdl:ExtensibleDocumentedType">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict"/>
</xs:sequence>
<xs:attribute name="namespace" type="xs:anyURI" use="required"/>
<xs:attribute name="location" type="xs:anyURI" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/3)
location
Type:
xs:anyURI, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="location" type="xs:anyURI" use="optional"/>

namespace
Type:
xs:anyURI, predefined
Use:
required
XML Source (see within schema source)
<xs:attribute name="namespace" 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.