complexType package-mappingType

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

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="package-mappingType">
    <
xsd:annotation>
        <
xsd:documentation>
The package-mapping indicates the mapping between java-package-name
and XML namespace in the WSDL document.

Used in: java-wsdl-mapping
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="package-type" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The package-type indicates the Java package name. It must be a fully
qualified package name, even though the XML schema type is
fully-qualified-classType.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="namespaceURI" type="j2ee:xsdAnyURIType">
            <
xsd:annotation>
                <
xsd:documentation>The namespaceURI element indicates a URI.</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The package-mapping indicates the mapping between java-package-name
	and XML namespace in the WSDL document.
	Used in: java-wsdl-mapping


complexType package-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.