complexType connectorType

complexType {http://java.sun.com/xml/ns/j2ee}connectorType

Derived Types
{http://java.sun.com/xml/ns/j2ee}connectorType
 {http://java.sun.com/xml/ns/j2ee}connector (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="connectorType">
    <
xsd:annotation>
        <
xsd:documentation>The connectorType defines a resource adapter.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="j2ee:descriptionGroup"/>
        <
xsd:element name="vendor-name" type="j2ee:xsdStringType">
            <
xsd:annotation>
                <
xsd:documentation>
The element vendor-name specifies the name of
resource adapter provider vendor.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="eis-type" type="j2ee:xsdStringType">
            <
xsd:annotation>
                <
xsd:documentation>
The element eis-type contains information about the
type of the EIS. For example, the type of an EIS can
be product name of EIS independent of any version
info.

This helps in identifying EIS instances that can be
used with this resource adapter.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="resourceadapter-version" type="j2ee:xsdStringType">
            <
xsd:annotation>
                <
xsd:documentation>
The element resourceadapter-version specifies a string-based version
of the resource adapter from the resource adapter
provider.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="license" type="j2ee:licenseType" minOccurs="0"/>
        <
xsd:element name="resourceadapter" type="j2ee:resourceadapterType"/>
    </
xsd:sequence>
    <
xsd:attribute name="version" type="j2ee:dewey-versionType" fixed="1.5" use="required">
        <
xsd:annotation>
            <
xsd:documentation>
The version specifies the version of the
connector architecture specification that is
supported by this resource adapter. This information
enables deployer to configure the resource adapter to
support deployment and runtime requirements of the
corresponding connector architecture specification.
            
</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The connectorType defines a resource adapter.


complexType connectorType


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.