complexType java-xml-type-mappingType

complexType {http://java.sun.com/xml/ns/j2ee}java-xml-type-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="java-xml-type-mappingType">
    <
xsd:annotation>
        <
xsd:documentation>
The java-xml-type-mapping element contains a java-type that is the
fully qualified name of the Java class, primitive type, or array
type, QName of the XML root type or anonymous type, the WSDL type
scope the QName applies to and the set of variable mappings for
each public variable within the Java class.

Used in: java-wsdl-mapping
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="java-type" type="j2ee:java-typeType">
            <
xsd:annotation>
                <
xsd:documentation>
The java-type element is the fully qualified class name of
a Java class, primitive, or array type.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
choice>
            <
xsd:element name="root-type-qname" type="j2ee:xsdQNameType">
                <
xsd:annotation>
                    <
xsd:documentation>The root-type-qname identifies the WSDL QName of an XML type.</xsd:documentation>
                </
xsd:annotation>
            </
xsd:element>
            <
xsd:element name="anonymous-type-qname" type="j2ee:string">
                <
xsd:annotation>
                    <
xsd:documentation>
The anonymous-type-qname identifies the WSDL QName of an
anonymous XML type.
                    
</xsd:documentation>
                </
xsd:annotation>
            </
xsd:element>
        </
choice>
        <
xsd:element name="qname-scope" type="j2ee:qname-scopeType"/>
        <
xsd:element name="variable-mapping" type="j2ee:variable-mappingType" minOccurs="0"
            
maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The java-xml-type-mapping element contains a java-type that is the
	fully qualified name of the Java class, primitive type, or array
	type, QName of the XML root type or anonymous type, the WSDL type
	scope the QName applies to and the set of variable mappings for
	each public variable within the Java class.
	Used in: java-wsdl-mapping


complexType java-xml-type-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.