Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\utilities\oracle\ant\taskdefs\deploy\jsr88tasks.xsd
<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="antlib:oracle" xmlns:jsr88="antlib:oracle" xmlns:ant="antlib:org.apache.tools.ant" xmlns:md="http://xmlns.oracle.com/bali/xml/metadata"> <xs:annotation> <xs:documentation> This is a schema file defining the JSR 88 ant tasks and associated attributes. Notes: 1) In a generated build script the elements should be qualified with the "oracle" namespace qualifier (the tasks make use of the ant namespace support) 2) As noted, a number of attributes have default values (deployerUri=deployer:oc4j:localhost:23791, mode=oc4j, logfile=deploy.log). </xs:documentation> <xs:appinfo> <md:grammarMetadata> <md:defaultBundle>oracle.ant.taskdefs.deploy.JSR88MetadataBundle</md:defaultBundle> <md:shortDisplayName>${md:getTranslatedString("OC4J_TASKS_DISPLAY_NAME")}</md:shortDisplayName> <md:preferredPrefix>oracle</md:preferredPrefix> </md:grammarMetadata> </xs:appinfo> </xs:annotation> <xs:import namespace="antlib:org.apache.tools.ant" schemaLocation="ant.xsd"/> <xs:simpleType name="modetype"> <xs:union memberTypes="xs:string"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="oc4j"/> <xs:enumeration value="ias"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> <xs:attributeGroup name="baseAttributes"> <xs:attribute name="deployeruri" use="required" default="deployer:oc4j:localhost:23791" type="xs:string"/> <xs:attribute name="userid" use="required" type="xs:string"/> <xs:attribute name="password" use="required" type="xs:string"/> <xs:attribute name="mode" use="optional" type="jsr88:modeType"/> <xs:attribute name="logfile" use="optional" default="deploy.log" type="xs:string"/> <xs:attributeGroup ref="ant:taskAttributes"/> </xs:attributeGroup> <xs:attributeGroup name="deployBaseAttributes"> <xs:attribute name="deploymentname" use="required" type="xs:string"/> <xs:attributeGroup ref="jsr88:baseAttributes"/> </xs:attributeGroup> <xs:attributeGroup name="datasourceBaseAttributes"> <xs:attribute name="applicationName" use="optional" type="xs:string"/> <xs:attributeGroup ref="jsr88:baseAttributes"/> </xs:attributeGroup> <xs:element name="deploy"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>file</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="1"> <xs:element name="classpath" type="ant:pathLikeStructure"/> </xs:choice> <xs:attributeGroup ref="jsr88:deployBaseAttributes"/> <xs:attribute name="file" use="required" type="xs:string"/> <xs:attribute name="bindallwebapps" use="optional" type="xs:string"/> <xs:attribute name="targetpath" use="optional" type="xs:string"/> <xs:attribute name="parent" use="optional" default="default" type="xs:string"/> <xs:attribute name="deploymentdirectory" use="optional" type="xs:string"/> <xs:attribute name="enableiiop" use="optional" default="false" type="ant:boolean"/> <xs:attribute name="iiopclientjar" use="optional" type="xs:string"/> <xs:attribute name="nativelibpath" use="optional" type="xs:string"/> <xs:attribute name="grantallpermissions" use="optional" default="false" type="ant:boolean"/> <xs:attribute name="sequential" use="optional" default="false" type="ant:boolean"/> <xs:attribute name="contextroot" use="optional" type="xs:string"/> <xs:attribute name="deploymentplan" use="optional" type="xs:string"/> <xs:attribute name="removeArchive" use="optional" default="false" type="ant:boolean"/> </xs:complexType> </xs:element> <xs:element name="redeploy"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>file</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="1"> <xs:element name="classpath" type="ant:pathLikeStructure"/> </xs:choice> <xs:attributeGroup ref="jsr88:deployBaseAttributes"/> <xs:attribute name="file" use="required" type="xs:string"/> <xs:attribute name="sequential" use="optional" default="false" type="ant:boolean"/> <xs:attribute name="bindallwebapps" use="optional" type="xs:string"/> <xs:attribute name="keepsettings" use="optional" default="false" type="ant:boolean"/> <xs:attribute name="removeArchive" use="optional" default="false" type="ant:boolean"/> </xs:complexType> </xs:element> <xs:element name="undeploy"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>deploymentname</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:deployBaseAttributes"/> <xs:attribute name="isconnector" use="optional" default="false" type="ant:boolean"/> </xs:complexType> </xs:element> <xs:element name="bindwebapp"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>webmodule</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:deployBaseAttributes"/> <xs:attribute name="contextroot" use="required" type="xs:string"/> <xs:attribute name="webmodule" use="required" type="xs:string"/> <xs:attribute name="websitename" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="bindallwebapps"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>webmodule</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:deployBaseAttributes"/> <xs:attribute name="websitename" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="start"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>deploymentname</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:deployBaseAttributes"/> </xs:complexType> </xs:element> <xs:element name="stop"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>deploymentname</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:deployBaseAttributes"/> </xs:complexType> </xs:element> <xs:element name="publishsharedlibrary"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>libraryname</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="1" maxOccurs="unbounded"> <xs:choice> <xs:element name="uploadcodesource"> <xs:complexType> <xs:attribute name="path" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="addcodesource"> <xs:complexType> <xs:attribute name="path" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="sharedlibraryimport"> <xs:complexType> <xs:attribute name="libraryname" use="required" type="xs:string"/> <xs:attribute name="minversion" use="optional" type="xs:string"/> <xs:attribute name="maxversion" use="optional" type="xs:string"/> </xs:complexType> </xs:element> </xs:choice> </xs:sequence> <xs:attributeGroup ref="jsr88:baseAttributes"/> <xs:attribute name="libraryname" use="required" type="xs:string"/> <xs:attribute name="libraryversion" use="required" type="xs:string"/> <xs:attribute name="parentname" use="optional" type="xs:string"/> <xs:attribute name="parentversion" use="optional" type="xs:string"/> <xs:attribute name="librarycompatible" use="optional" default="false" type="ant:boolean"/> </xs:complexType> </xs:element> <xs:element name="modifysharedlibrary"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>libraryname</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="1" maxOccurs="unbounded"> <xs:choice> <xs:element name="uploadcodesource"> <xs:complexType> <xs:attribute name="path" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="addcodesource"> <xs:complexType> <xs:attribute name="path" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="removecodesource"> <xs:complexType> <xs:attribute name="path" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="addimport"> <xs:complexType> <xs:attribute name="libraryname" use="required" type="xs:string"/> <xs:attribute name="minversion" use="optional" type="xs:string"/> <xs:attribute name="maxversion" use="optional" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="removeimport"> <xs:complexType> <xs:attribute name="libraryname" use="required" type="xs:string"/> </xs:complexType> </xs:element> </xs:choice> </xs:sequence> <xs:attributeGroup ref="jsr88:baseAttributes"/> <xs:attribute name="libraryname" use="required" type="xs:string"/> <xs:attribute name="libraryversion" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="removesharedlibrary"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>moduleName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:baseAttributes"/> <xs:attribute name="libraryname" use="required" type="xs:string"/> <xs:attribute name="version" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="addDataSourceConnectionPool"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>connectionPoolName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:datasourceBaseAttributes"/> <xs:attribute name="dbUser" use="optional" type="xs:string"/> <xs:attribute name="dbPassword" use="optional" type="xs:string"/> <xs:attribute name="jndiLocation" use="required" type="xs:string"/> <xs:attribute name="loginTimeout" use="optional" type="xs:string"/> <xs:attribute name="connectionPoolName" use="required" type="xs:string"/> <xs:attribute name="txLevel" use="optional" type="xs:string"/> <xs:attribute name="dbSchema" use="optional" type="xs:string"/> <xs:attribute name="manageLocalTransactions" use="optional" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="removeDataSourceConnectionPool"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>connectionPoolName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:datasourceBaseAttributes"/> <xs:attribute name="name" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="testConnectionPool"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>connectionPoolName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:datasourceBaseAttributes"/> <xs:attribute name="connectionPoolName" use="required" type="xs:string"/> <xs:attribute name="sqlStatement" use="required" type="xs:string"/> <xs:attribute name="user" use="optional" type="xs:string"/> <xs:attribute name="password" use="optional" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="addManagedDatasource"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>dataSourceName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:datasourceBaseAttributes"/> <xs:attribute name="dataSourceName" use="required" type="xs:string"/> <xs:attribute name="jndiLocation" use="required" type="xs:string"/> <xs:attribute name="connectionPoolName" use="required" type="xs:string"/> <xs:attribute name="dbUser" use="optional" type="xs:string"/> <xs:attribute name="dbPassword" use="optional" type="xs:string"/> <xs:attribute name="loginTimeout" use="optional" type="xs:string"/> <xs:attribute name="txLevel" use="optional" type="xs:string"/> <xs:attribute name="dbSchema" use="optional" type="xs:string"/> <xs:attribute name="manageLocalTransactions" use="optional" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="removeManagedDatasource"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>dataSourceName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:datasourceBaseAttributes"/> <xs:attribute name="dataSourceName" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="testDataSource"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>dataSourceName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:datasourceBaseAttributes"/> <xs:attribute name="dataSourceName" use="required" type="xs:string"/> <xs:attribute name="sqlStatement" use="required" type="xs:string"/> <xs:attribute name="dbUser" use="optional" type="xs:string"/> <xs:attribute name="dbPassword" use="optional" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="addNativeDataSource"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>dataSourceName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:choice> <xs:element name="nativeDataSourceProperty"> <xs:complexType> <xs:attribute name="name" use="required" type="xs:string"/> <xs:attribute name="value" use="required" type="xs:string"/> </xs:complexType> </xs:element> </xs:choice> <xs:complexType> <xs:attributeGroup ref="jsr88:datasourceBaseAttributes"/> <xs:attribute name="dataSourceName" use="required" type="xs:string"/> <xs:attribute name="jndiLocation" use="required" type="xs:string"/> <xs:attribute name="dbUser" use="required" type="xs:string"/> <xs:attribute name="dbPassword" use="required" type="xs:string"/> <xs:attribute name="dataSourceClass" use="required" type="xs:string"/> <xs:attribute name="url" use="required" type="xs:string"/> <xs:attribute name="loginTimeout" use="optional" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="removeNativeDataSource"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>dataSourceName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:datasourceBaseAttributes"/> <xs:attribute name="dataSourceName" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="testDatabaseConnection"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>factoryClass</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:datasourceBaseAttributes"/> <xs:attribute name="sqlStatement" use="required" type="xs:string"/> <xs:attribute name="factoryClass" use="required" type="xs:string"/> <xs:attribute name="dbUser" use="required" type="xs:string"/> <xs:attribute name="dbPassword" use="required" type="xs:string"/> <xs:attribute name="url" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="getDataSourcesDescriptor"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>dataSourceName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:datasourceBaseAttributes"/> </xs:complexType> </xs:element> <xs:element name="addJMSConnectionFactory"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>jndiLocation</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:baseAttributes"/> <xs:attribute name="domain" use="required" type="xs:string"/> <xs:attribute name="jndiLocation" use="required" type="xs:string"/> <xs:attribute name="host" use="optional" type="xs:string"/> <xs:attribute name="port" use="optional" type="xs:string"/> <xs:attribute name="jmsUser" use="optional" type="xs:string"/> <xs:attribute name="jmsPassword" use="optional" type="xs:string"/> <xs:attribute name="clientID" use="optional" type="xs:string"/> <xs:attribute name="isXA" use="optional" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="removeJMSConnectionFactory"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>jndiLocation</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:baseAttributes"/> <xs:attribute name="jndiLocation" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="getJMSConnectionFactories"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>deployeruri</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:baseAttributes"/> </xs:complexType> </xs:element> <xs:element name="addDestination"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>name</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:baseAttributes"/> <xs:attribute name="domain" use="required" type="xs:string"/> <xs:attribute name="name" use="required" type="xs:string"/> <xs:attribute name="jndiLocation" use="required" type="xs:string"/> <xs:attribute name="persistenceFile" use="optional" type="xs:string"/> <xs:attribute name="description" use="optional" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="removeDestination"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>name</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:baseAttributes"/> <xs:attribute name="name" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="getDestinations"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>deployeruri</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:baseAttributes"/> <xs:attribute name="url" use="required" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="updateejbmodule"> <xs:annotation> <xs:appinfo> <md:elementMetadata> <md:smallIcon>/oracle/jdevimpl/ant/images/ant_task.gif</md:smallIcon> <md:favoriteProperty>moduleName</md:favoriteProperty> <md:group>${md:getTranslatedString("OC4J_JSR88_TASKS")}</md:group> </md:elementMetadata> </xs:appinfo> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="jsr88:deployBaseAttributes"/> <xs:attribute name="modulename" use="required" type="xs:string"/> <xs:attribute name="file" use="required" type="xs:string"/> </xs:complexType> </xs:element> </xs:schema>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de