complexType java-wsdl-mappingType

complexType {http://java.sun.com/xml/ns/j2ee}java-wsdl-mappingType

Derived Types
{http://java.sun.com/xml/ns/j2ee}java-wsdl-mappingType
 {http://java.sun.com/xml/ns/j2ee}java-wsdl-mapping (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/j2ee
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:j2ee=http://java.sun.com/xml/ns/j2ee
xmlns=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="java-wsdl-mappingType">
    <
xsd:annotation>
        <
xsd:documentation>
The element describes the Java mapping to a known WSDL document.

It contains the mapping between package names and XML namespaces,
WSDL root types and Java artifacts, and the set of mappings for
services.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="package-mapping" type="j2ee:package-mappingType" minOccurs="1"
            
maxOccurs="unbounded"/>
        <
xsd:element name="java-xml-type-mapping" type="j2ee:java-xml-type-mappingType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="exception-mapping" type="j2ee:exception-mappingType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <
xsd:element name="service-interface-mapping" type="j2ee:service-interface-mappingType"
                
minOccurs="0" maxOccurs="1"/>
            <
xsd:element name="service-endpoint-interface-mapping"
                
type="j2ee:service-endpoint-interface-mappingType" minOccurs="1"
                
maxOccurs="unbounded"/>
        </
xsd:sequence>
    </
xsd:sequence>
    <
xsd:attribute name="version" type="j2ee:dewey-versionType" fixed="1.1" use="required">
        <
xsd:annotation>
            <
xsd:documentation>The required value for the version is 1.1.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The element describes the Java mapping to a known WSDL document.
	It contains the mapping between package names and XML namespaces,
	WSDL root types and Java artifacts, and the set of mappings for
	services.


complexType java-wsdl-mappingType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.