current version

This commit is contained in:
wojciech
2024-07-24 17:04:39 +02:00
parent a64e35466a
commit 392ffd1dd6
60 changed files with 4148 additions and 0 deletions

6
AESchemas/.folder Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002">
<folder resourceType="ae.designerfolder" name="AESchemas" propLocks="name,description" allowUserToChangeIcon="false" sortContents="false" acceptsResources="true" allowDuplicates="false">
<fixedChildren/>
</folder>
</Repository:repository>

88
AESchemas/ae.aeschema Normal file
View File

@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns="http://www.tibco.com/xmlns/aemeta/types/2002" xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="any">
<dataTypeName>any</dataTypeName>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="assocList">
<dataTypeName>assocList</dataTypeName>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="binary">
<dataTypeName>binary</dataTypeName>
<javaClass>java.lang.Byte[]</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="boolean">
<dataTypeName>boolean</dataTypeName>
<javaClass>java.lang.Boolean</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="char">
<dataTypeName>char</dataTypeName>
<javaClass>java.lang.Character</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="date">
<dataTypeName>date</dataTypeName>
<javaClass>java.util.Date</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="dateTime">
<dataTypeName>dateTime</dataTypeName>
<javaClass>java.util.Date</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="i1">
<dataTypeName>i1</dataTypeName>
<javaClass>java.lang.Byte</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="i2">
<dataTypeName>i2</dataTypeName>
<javaClass>java.lang.Short</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="i4">
<dataTypeName>i4</dataTypeName>
<javaClass>java.lang.Integer</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="i8">
<dataTypeName>i8</dataTypeName>
<javaClass>java.lang.Long</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="interval">
<dataTypeName>interval</dataTypeName>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="r4">
<dataTypeName>r4</dataTypeName>
<javaClass>java.lang.Float</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="r8">
<dataTypeName>r8</dataTypeName>
<javaClass>java.lang.Double</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="string">
<dataTypeName>string</dataTypeName>
<javaClass>java.lang.String</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="time">
<dataTypeName>time</dataTypeName>
<javaClass>java.util.Date</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="ui1">
<dataTypeName>ui1</dataTypeName>
<javaClass>java.lang.Short</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="ui2">
<dataTypeName>ui2</dataTypeName>
<javaClass>java.lang.Integer</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="ui4">
<dataTypeName>ui4</dataTypeName>
<javaClass>java.lang.Long</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="ui8">
<dataTypeName>ui8</dataTypeName>
<javaClass>java.lang.Long</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="void">
<dataTypeName>void</dataTypeName>
</scalar>
<designer>
<lockedProperties/>
<fixedChildren/>
<resourceDescriptions/>
</designer>
</Repository:repository>

7
AESchemas/ae/.folder Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002">
<folder resourceType="ae.designerfolder" name="ae" propLocks="" allowUserToChangeIcon="false" sortContents="false" acceptsResources="true" allowDuplicates="false">
<description/>
<fixedChildren/>
</folder>
</Repository:repository>

View File

@@ -0,0 +1,224 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns="http://www.tibco.com/xmlns/aemeta/types/2002" xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<class xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="MBusinessDocument">
<superclass isRef="true">/AESchemas/ae/baseDocument.aeschema#class.baseBusinessDocument</superclass>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>DataSection</name>
<attributeType isRef="true">/AESchemas/ae/baseDocument.aeschema#sequence.sequence[MDataSection]</attributeType>
</attribute>
</class>
<class xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="MDataSection">
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>VerbCode</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.i4</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Data</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.any</attributeType>
</attribute>
</class>
<class xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="MAdvisoryDocument">
<superclass isRef="true">/AESchemas/ae/baseDocument.aeschema#class.baseAdvisoryDocument</superclass>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Data</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.any</attributeType>
</attribute>
</class>
<class xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="baseAdvisoryDocument">
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ApplicationInstanceId</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ReferenceId</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Description</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Class</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Severity</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.i4</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>DateTimeStamp</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.dateTime</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Subject</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Name</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ApplicationContext</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.any</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Version</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.i4</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Analysis</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ApplicationId</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
</class>
<class xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="aeAdvisoryDocument">
<superclass isRef="true">/AESchemas/ae/baseDocument.aeschema#class.baseAdvisoryDocument</superclass>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Data</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.any</attributeType>
</attribute>
</class>
<class xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="baseBusinessDocument">
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>VerbCode</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.i4</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ApplicationInstanceId</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ReferenceId</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Encrypted</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.boolean</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>DateTimeStamp</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.dateTime</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ReplyAddress</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>LotEnd</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.boolean</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>LotId</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ConfirmCode</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.i4</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ComponentId</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Name</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ApplicationContext</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.any</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>Version</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.i4</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>LotItem</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.i4</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ErrorAddress</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
<attribute>
<isReadable>true</isReadable>
<isWriteable>true</isWriteable>
<name>ApplicationId</name>
<attributeType isRef="true">/AESchemas/ae.aeschema#scalar.string</attributeType>
</attribute>
</class>
<sequence xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="sequence[MDataSection]">
<elementType isRef="true">/AESchemas/ae/baseDocument.aeschema#class.MDataSection</elementType>
</sequence>
<designer>
<lockedProperties/>
<fixedChildren/>
<resourceDescriptions/>
</designer>
</Repository:repository>

67
AESchemas/corba.aeschema Normal file
View File

@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns="http://www.tibco.com/xmlns/aemeta/types/2002" xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="any">
<dataTypeName>any</dataTypeName>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="boolean">
<dataTypeName>boolean</dataTypeName>
<javaClass>java.lang.Boolean</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="char">
<dataTypeName>char</dataTypeName>
<javaClass>java.lang.Character</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="double">
<dataTypeName>double</dataTypeName>
<javaClass>java.lang.Double</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="float">
<dataTypeName>float</dataTypeName>
<javaClass>java.lang.Float</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="long">
<dataTypeName>long</dataTypeName>
<javaClass>java.lang.Integer</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="longlong">
<dataTypeName>longlong</dataTypeName>
<javaClass>java.lang.Long</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="octet">
<dataTypeName>octet</dataTypeName>
<javaClass>java.lang.Byte</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="short">
<dataTypeName>short</dataTypeName>
<javaClass>java.lang.Short</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="string">
<dataTypeName>string</dataTypeName>
<javaClass>java.lang.String</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="ulong">
<dataTypeName>ulong</dataTypeName>
<javaClass>java.lang.Long</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="ulonglong">
<dataTypeName>ulonglong</dataTypeName>
<javaClass>java.lang.Long</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="ushort">
<dataTypeName>ushort</dataTypeName>
<javaClass>java.lang.Integer</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="wchar">
<dataTypeName>wchar</dataTypeName>
<javaClass>java.lang.Character</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="wstring">
<dataTypeName>wstring</dataTypeName>
<javaClass>java.lang.String</javaClass>
</scalar>
<designer>
<lockedProperties/>
<fixedChildren/>
<resourceDescriptions/>
</designer>
</Repository:repository>

40
AESchemas/java.aeschema Normal file
View File

@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns="http://www.tibco.com/xmlns/aemeta/types/2002" xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="boolean">
<dataTypeName>boolean</dataTypeName>
<javaClass>java.lang.Boolean</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="char">
<dataTypeName>char</dataTypeName>
<javaClass>java.lang.Character</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="double">
<dataTypeName>double</dataTypeName>
<javaClass>java.lang.Double</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="float">
<dataTypeName>float</dataTypeName>
<javaClass>java.lang.Float</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="int">
<dataTypeName>int</dataTypeName>
<javaClass>java.lang.Integer</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="long">
<dataTypeName>long</dataTypeName>
<javaClass>java.lang.Long</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="short">
<dataTypeName>short</dataTypeName>
<javaClass>java.lang.Short</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="string">
<dataTypeName>string</dataTypeName>
<javaClass>java.lang.String</javaClass>
</scalar>
<designer>
<lockedProperties/>
<fixedChildren/>
<resourceDescriptions/>
</designer>
</Repository:repository>

68
AESchemas/sql.aeschema Normal file
View File

@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns="http://www.tibco.com/xmlns/aemeta/types/2002" xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="BIGINT">
<dataTypeName>BIGINT</dataTypeName>
<javaClass>java.lang.Long</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="BIT">
<dataTypeName>BIT</dataTypeName>
<javaClass>java.lang.Boolean</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="DATE">
<dataTypeName>DATE</dataTypeName>
<javaClass>java.sql.Date</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="DOUBLE PRECISION">
<dataTypeName>DOUBLE PRECISION</dataTypeName>
<javaClass>java.lang.Double</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="FLOAT">
<dataTypeName>FLOAT</dataTypeName>
<javaClass>java.lang.Float</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="INTEGER">
<dataTypeName>INTEGER</dataTypeName>
<javaClass>java.lang.Integer</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="LONGVARBINARY">
<dataTypeName>LONGVARBINARY</dataTypeName>
<javaClass>java.lang.Byte[]</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="LONGVARCHAR">
<dataTypeName>LONGVARCHAR</dataTypeName>
<javaClass>java.lang.String</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="REAL">
<dataTypeName>REAL</dataTypeName>
<javaClass>java.lang.Float</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="SMALLINT">
<dataTypeName>SMALLINT</dataTypeName>
<javaClass>java.lang.Short</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="TIME">
<dataTypeName>TIME</dataTypeName>
<javaClass>java.sql.Time</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="TIMESTAMP">
<dataTypeName>TIMESTAMP</dataTypeName>
<javaClass>java.sql.Timestamp</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="TINYINT">
<dataTypeName>TINYINT</dataTypeName>
<javaClass>java.lang.Short</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="VARBINARY">
<dataTypeName>VARBINARY</dataTypeName>
<javaClass>java.lang.Byte[]</javaClass>
</scalar>
<scalar xmlns:AESchema="http://www.tibco.com/xmlns/aemeta/types/2002" name="VARCHAR">
<dataTypeName>VARCHAR</dataTypeName>
<javaClass>java.lang.String</javaClass>
</scalar>
<designer>
<lockedProperties/>
<fixedChildren/>
<resourceDescriptions/>
</designer>
</Repository:repository>