<?xml version="1.0"?>
<intellisenseDB>
    <intellisenseTriggers calltipStart="(" calltipEnd=")" accessorToken="%"/>
    <intellisenseItems>
        <!-- TEMPLATE MACRO DEFINITIONS -->
        <intellisenseItem 
            name="AttributeDeclaration"
            mouseOverText="AttributeDeclaration: Used by the Attribute template to generate a member variable declaration."
            type="1"/>
        <intellisenseItem
            name="AttributeDeclarationImpl"
            mouseOverText="AttributeDeclarationImpl: Used by the Attribute Impl template to generate a member variable definition."
            type="1"/>
        <intellisenseItem 
            name="AttributeNotes"
            mouseOverText="AttributeNotes: Used by the Attribute template to generate member variable notes."
            type="1"/>
        <intellisenseItem 
            name="Attribute"
            mouseOverText="Attribute: A top-level template to generate member variables from UML attributes."
            type="1"/>
        <intellisenseItem
            name="Class"
            mouseOverText="Class: A top-level template for generating Classes from UML Classes."
            type="1"/>
        <intellisenseItem
            name="ClassImpl"
            mouseOverText="ClassImpl: A top-level template for generating the implementation of a Class."
            type="1"/>
        <intellisenseItem
            name="ClassBase"
            mouseOverText="ClassBase: Used by the Class template to generate a base Class name in the inheritance list of a derived Class, where the base Class doesn't exist in the model."
            type="1"/>
        <intellisenseItem
            name="ClassBody"
            mouseOverText="ClassBody: Used by the Class template to generate the body of a Class."
            type="1"/>
        <intellisenseItem
            name="ClassBodyImpl"
            mouseOverText="ClassBodyImpl: Used by the Class Impl template to generate the implementation of Class members."
            type="1"/>
        <intellisenseItem
            name="ClassDeclaration"
            mouseOverText="ClassDeclaration: Used by the Class template to generate the declaration of a Class."
            type="1"/>
        <!-- ClassDeclarationImpl is currently not used in any templates -->
            <intellisenseItem
                name="ClassDeclarationImpl"
                mouseOverText=""
                type="1"/>
        -->
        <intellisenseItem
            name="ClassInherits"
            mouseOverText="ClassInherits: Used from Class Declaration templates to generate what classes and interfaces this class extends."
            type="1"/>
        <intellisenseItem
            name="ClassInterface"
            mouseOverText="ClassInterface: Used by the Class template to generate an interface name in the inheritance list of a derived Class, where the interface doesn't exist in the model."
            type="1"/>
        <intellisenseItem
            name="ClassNotes"
            mouseOverText="ClassNotes: Used by the Class template to generate the Class notes."
            type="1"/>
        <intellisenseItem
            name="ClassParameter"
            mouseOverText="ClassParameter: Parameter for templated/generic class."
            type="1"/>
        <intellisenseItem
            name="File"
            mouseOverText="File: A top-level template for generating the source file. For languages such as C++, this corresponds to the header file."
            type="1"/>
        <intellisenseItem
            name="FileImpl"
            mouseOverText="FileImpl: A top-level template for generating the implementation file."
            type="1"/>
        <intellisenseItem
            name="Import"
            mouseOverText="Import: Used in a list to generate the relevant imports or includes for each class required from this file."
            type="1"/>              
        <intellisenseItem
            name="ImportImpl"
            mouseOverText="ImportImpl: Used in a list to generate the relevant imports or includes for each class required from this implementation file."
            type="1"/>            
        <intellisenseItem
            name="ImportSection"
            mouseOverText="ImportSection: Used in the File template to generate external dependencies."
            type="1"/>
        <intellisenseItem
            name="ImportSectionImpl"
            mouseOverText="ImportSectionImpl: Used by the File Impl template to generate external dependencies."
            type="1"/>          
        <intellisenseItem
            name="InnerClass"
            mouseOverText="InnerClass: In a list, generates the Class template for each inner class of the current class."
            type="1"/>           
        <intellisenseItem
            name="InnerClassImpl"
            mouseOverText="InnerClassImpl: In a list, generates the Class template implementation for each inner class of the current class."
            type="1"/>
        <intellisenseItem
            name="LinkedAttribute"
            mouseOverText="LinkedAttribute: A top-level template for generating attributes derived from UML Associations."
            type="1"/>
        <intellisenseItem
            name="LinkedAttributeNotes"
            mouseOverText="LinkedAttributeNotes: Used by the Linked Attribute template to generate the attribute notes."
            type="1"/>
        <intellisenseItem
            name="LinkedAttributeDeclaration"
            mouseOverText="LinkedAttributeDeclaration: Used by the Linked Attribute template to generate the attribute declaration."
            type="1"/>
        <intellisenseItem
            name="LinkedClassBase"
            mouseOverText="LinkedClassBase: Used by the Class template to generate a base Class name in the inheritance list of a derived Class, for a Class element in the model that is a parent of the current Class."
            type="1"/>
        <intellisenseItem
            name="LinkedClassInterface"
            mouseOverText="LinkedClassInterface: Used by the Class template to generate an Interface name in the inheritance list of a derived Class, for an Interface element in the model that is a parent of the current Class."
            type="1"/>
        <intellisenseItem
            name="Namespace"
            mouseOverText="Namespace: A top-level template for generating namespaces from UML packages (Although not all languages have namespaces, this template can be used to generate an equivalent construct, such as packages in Java)."
            type="1"/>
        <intellisenseItem
            name="NamespaceBody"
            mouseOverText="NamespaceBody: Used by the Namespace template to generate the body of a namespace."
            type="1"/>
        <intellisenseItem
            name="NamespaceBodyImpl"
            mouseOverText="NamespaceBodyImpl: Generates the implementation of NamespaceBody."
            type="1"/>            
        <intellisenseItem
            name="NamespaceDeclaration"
            mouseOverText="NamespaceDeclaration: Used by the Namespace template to generate the namespace declaration."
            type="1"/>  
        <intellisenseItem
            name="NamespaceImpl"
            mouseOverText="NamespaceImpl: Used to iterate through namespaces so that the correct package is in scope when generating implementations."
            type="1"/>
        <intellisenseItem
            name="Operation"
            mouseOverText="Operation: A top-level template for generating operations from a UML Class's operations."
            type="1"/>
        <intellisenseItem
            name="OperationBody"
            mouseOverText="OperationBody: Used by the Operation template to generate the body of a UML operation."
            type="1"/>
        <intellisenseItem
            name="OperationBodyImpl"
            mouseOverText="OperationBodyImpl: Used by the Operation template to generate the body of a UML operation."
            type="1"/>
        <intellisenseItem
            name="OperationDeclaration"
            mouseOverText="OperationDeclaration: Used by the Operation template to generate the operation declaration."
            type="1"/>
        <intellisenseItem
            name="OperationDeclarationImpl"
            mouseOverText="OperationDeclarationImpl: Used by the Operation template to generate the operation declaration."
            type="1"/>
        <intellisenseItem
            name="Operation"
            mouseOverText="Operation: A top-level template for generating operations from a UML Class's operations."
            type="1"/>
        <intellisenseItem
            name="OperationNotes"
            mouseOverText="OperationNotes: Used by the Operation template to generate documentation for an operation."
            type="1"/>
        <intellisenseItem
            name="OperationNotesImpl"
            mouseOverText="OperationNotesImpl: Generating the notes for a method implementation."
            type="1"/>    
        <intellisenseItem
            name="Parameter"
            mouseOverText="Parameter: Used by the Operation Declaration template to generate parameters."
            type="1"/>                                                                                          
		<intellisenseItem
            name="DDLScriptFile"
            mouseOverText="DDLScriptFile: The top-level template for generating the DDL script from Database model."
            type="1"/>
		<intellisenseItem
            name="DDLScriptHeader"
            mouseOverText="DDLScriptHeader: Used by DDL Script File template to generate header comment."
            type="1"/>
		<intellisenseItem
            name="DDLUseDatabase"
            mouseOverText="DDLUseDatabase: Generating DDL script for Use Database."
            type="1"/>
		<intellisenseItem
            name="DDLCreateSchema"
            mouseOverText="DDLCreateSchema: Generating DDL script to CREATE SCHEMA."
            type="1"/>
		<intellisenseItem
            name="DDLCreateProcedure"
            mouseOverText="DDLCreateProcedure: Generating DDL script to CREATE PROCEDURE."
            type="1"/>
		<intellisenseItem
            name="DDLCreateView"
            mouseOverText="DDLCreateView: Generating DDL script to CREATE VIEW."
            type="1"/>
		<intellisenseItem
            name="DDLCreateFunction"
            mouseOverText="DDLCreateFunction: Generating DDL script to CREATE FUNCTION."
            type="1"/>
		<intellisenseItem
            name="DDLCreateSequence"
            mouseOverText="DDLCreateFunction: Generating DDL script to CREATE SEQUENCE."
            type="1"/>
		<intellisenseItem
            name="DDLCreatePackage"
            mouseOverText="DDLCreatePackage: Generating DDL script for Oracle package specification/body."
            type="1"/>
		<intellisenseItem
            name="DDLCreateTable"
            mouseOverText="DDLCreateTable: Generating DDL script to CREATE TABLE."
            type="1"/>
		<intellisenseItem
            name="DDLCreateTableConstraints"
            mouseOverText="DDLCreateTableConstraints: Generating DDL script of table constraints, triggers, indexs."
            type="1"/>
		<intellisenseItem
            name="DDLCreateTableExtras"
            mouseOverText="DDLCreateTableExtras: Generating DDL script for various table features."
            type="1"/>
		<intellisenseItem
            name="DDLCreateForeignKeys"
            mouseOverText="DDLCreateForeignKeys: Generating DDL script for Foreign Keys."
            type="1"/>
		<intellisenseItem
            name="DDLName"
            mouseOverText="DDLName: A template to generate a suitable name for various Database Object/Feature."
            type="1"/>
		<intellisenseItem
            name="DDLTableLevelComment"
            mouseOverText="DDLTableLevelComment: Generating DDL script to add comment for Table/View/Procedure/Function/Sequence."
            type="1"/>
		<intellisenseItem
            name="DDLTrigger"
            mouseOverText="DDLTrigger: Generating DDL script for a Trigger."
            type="1"/>
		<intellisenseItem
            name="DDLDropTable"
            mouseOverText="DDLDropTable: Generating DDL script to drop table."
            type="1"/>
		<intellisenseItem
            name="DDLDropTableExtras"
            mouseOverText="DDLDropTableExtras: Generating DDL script for dropping various features."
            type="1"/>
		<intellisenseItem
            name="DDLDropForeignKeys"
            mouseOverText="DDLDropForeignKeys: Generating DDL script to drop Foreign Keys."
            type="1"/>
		<intellisenseItem
            name="DDLDropProcedure"
            mouseOverText="DDLDropProcedure: Generating DDL script to drop Procedure."
            type="1"/>
		<intellisenseItem
            name="DDLDropView"
            mouseOverText="DDLDropView: Generating DDL script to drop View."
            type="1"/>
		<intellisenseItem
            name="DDLDropFunction"
            mouseOverText="DDLDropFunction: Generating DDL script to drop Function."
            type="1"/>
		<intellisenseItem
            name="DDLDropSequence"
            mouseOverText="DDLDropSequence: Generating DDL script to drop Sequence."
            type="1"/>
		<intellisenseItem
            name="DDLColumnDefinition"
            mouseOverText="DDLColumnDefinition: Generating DDL script for a Column definition."
            type="1"/>
		<intellisenseItem
            name="DDLColumnExtras"
            mouseOverText="DDLColumnExtras: Generating DDL script for Colum special feature e.g. Autonumber feature."
            type="1"/>
		<intellisenseItem
            name="DDLDataType"
            mouseOverText="DDLDataType: Data type part for DDL Column definition."
            type="1"/>
		<intellisenseItem
            name="DDLConstraintComment"
            mouseOverText="DDLConstraintComment: Generating DDL script for the comment of table constraint, index, trigger."
            type="1"/>
		<intellisenseItem
            name="DDLConstraintColumnName"
            mouseOverText="DDLConstraintColumnName: The related Column part in a Table Constraint definition DDL script."
            type="1"/>
		<intellisenseItem
            name="DDLTableConstraint"
            mouseOverText="DDLTableConstraint: Definition of various Table constraint script."
            type="1"/>
		<intellisenseItem
            name="DDLIndex"
            mouseOverText="DDLIndex: Generating DDL script for an Index."
            type="1"/>
		<intellisenseItem
            name="DDLGrant"
            mouseOverText="DDLGrant: Generating DDL script for granting privileges."
            type="1"/>
		<intellisenseItem
            name="DDLSynonym"
            mouseOverText="DDLSynonym: Generating DDL script to CREATE SYNONYM."
            type="1"/>
		<intellisenseItem
            name="DDLPrimaryConstraint"
            mouseOverText="DDLPrimaryConstraint: Generating DDL script for a Primary Key constraint."
            type="1"/>
		<intellisenseItem
            name="DDLForeignConstraint"
            mouseOverText="DDLForeignConstraint: Generating DDL script for a Foreign Key constraint."
            type="1"/>
		<intellisenseItem
            name="DDLUniqueConstraint"
            mouseOverText="DDLUniqueConstraint: Generating DDL script for an Unique constraint."
            type="1"/>
		<intellisenseItem
            name="DDLCheckConstraint"
            mouseOverText="DDLCheckConstraint: Generating DDL script for a Check constraint."
            type="1"/>
		<intellisenseItem
            name="DDLReferenceDefinition"
            mouseOverText="DDLReferenceDefinition: Definition of REFERENCE part for a Foreign Key definition."
            type="1"/>
		<intellisenseItem
            name="DDLReferenceColumnName"
            mouseOverText="DDLReferenceColumnName: Definition of the Foreign Key reference column name."
            type="1"/>
		<intellisenseItem
            name="DDLColumnComment"
            mouseOverText="DDLColumnComment: Generating DDL script for a Column comment."
            type="1"/>
		<intellisenseItem
            name="DDLDropColumnExtras"
            mouseOverText="DDLDropColumnExtras: Generating DDL script for dropping Colum special feature e.g. Autonumber feature."
            type="1"/>
		<intellisenseItem
            name="DDLDropConstraint"
            mouseOverText=""
            type="1"/>
		<intellisenseItem
            name="DDLScriptSeparator"
            mouseOverText="DDLScriptSeparator: Generating a DDL script separator between statements."
            type="1"/>
		<intellisenseItem
            name="DDLLeftSurround"
            mouseOverText="DDLLeftSurround: Left surround character(s) around any name in DDL script."
            type="1"/>
		<intellisenseItem
            name="DDLRightSurround"
            mouseOverText="DDLRightSurround: Right surround character(s) around any name in DDL script."
            type="1"/>
		<intellisenseItem
            name="DDLStatementTerm"
            mouseOverText="DDLStatementTerm: SQL query terminator operator."
            type="1"/>
		<intellisenseItem
            name="DDLStatementTermAlt"
            mouseOverText="DDLStatementTermAlt: alternate SQL query terminator operator."
            type="1"/>
		<intellisenseItem
            name="DDLDiffTable"
            mouseOverText="DDLDiffTable: Generating DDL script for actions from differences at table level. (E.g. Table Owner, Table Comment, Privilege etc)."
            type="1"/>
		<intellisenseItem
            name="DDLDiffColumn"
            mouseOverText="DDLDiffColumn: Generating DDL script for actions from differences at column level. (E.g. Add Default, Change Column Comment etc)."
            type="1"/>
		<intellisenseItem
            name="DDLDiffConstraint"
            mouseOverText="DDLDiffConstraint: Generating DDL script for actions from differences at constraint level. (E.g. Add Constraint, Change Constraint Comment etc)."
            type="1"/>
        <!-- FIELD MACRO DEFINITIONS -->
		<intellisenseItem
			name="attAlias"
			mouseOverText="Attributes dialog: Alias."
			type="2"/>
		<intellisenseItem
			name="attAllowDuplicates"
			mouseOverText="Attributes Detail dialog: Allow Duplicates checkbox."
			type="2"/>
		<intellisenseItem
			name="attClassifierGUID"
			mouseOverText="The unique GUID for the classifier of the current attribute."
			type="2"/>
		<intellisenseItem
			name="attCollection"
			mouseOverText="Attributes Detail dialog: Attribute is a Collection checkbox."
			type="2"/>
		<intellisenseItem
			name="attConst"
			mouseOverText="Attributes dialog: Const checkbox."
			type="2"/>
		<intellisenseItem
			name="attContainerType"
			mouseOverText="Attributes Detail dialog: Container Type."
			type="2"/>
		<intellisenseItem
			name="attContainment"
			mouseOverText="Attributes dialog: Containment."
			type="2"/>
		<intellisenseItem
			name="attDerived"
			mouseOverText="Attributes dialog: Derived checkbox."
			type="2"/>
		<intellisenseItem
			name="attGUID"
			mouseOverText="The unique GUID for the current attribute."
			type="2"/>
		<intellisenseItem
			name="attInitial"
			mouseOverText="Attributes dialog: Initial."
			type="2"/>
		<intellisenseItem
			name="attIsEnumLiteral"
			mouseOverText="Attributes dialog: Is Literal checkbox."
			type="2"/>
		<intellisenseItem
			name="attIsID"
			mouseOverText="Attributes Detail dialog: isID checkbox."
			type="2"/>
		<intellisenseItem
			name="attLength"
			mouseOverText="Column dialog: Length."
			type="2"/>
		<intellisenseItem
			name="attLowerBound"
			mouseOverText="Attributes Detail dialog: Lower Bound."
			type="2"/>
		<intellisenseItem
			name="attName"
			mouseOverText="Attributes dialog: Name."
			type="2"/>
		<intellisenseItem
			name="attNotes"
			mouseOverText="Attributes dialog: Notes."
			type="2"/>
		<intellisenseItem
			name="attOrderedMultiplicity"
			mouseOverText="Attributes Detail dialog: Ordered Multiplicity checkbox."
			type="2"/>
		<intellisenseItem
			name="attProperty"
			mouseOverText="Attributes dialog: Property checkbox."
			type="2"/>
		<intellisenseItem
			name="attQualType"
			mouseOverText="The attribute type qualified by the namespace path (if generating namespaces) and the classifier path (dot delimited). If the attribute classifier has not been set, is equivalent to the attType macro."
			type="2"/>
		<intellisenseItem
			name="attScope"
			mouseOverText="Attributes dialog: Scope."
			type="2"/>
		<intellisenseItem
			name="attStatic"
			mouseOverText="Attributes dialog: Static checkbox."
			type="2"/>
		<intellisenseItem
			name="attStereotype"
			mouseOverText="Attributes dialog: Stereotype."
			type="2"/>
		<intellisenseItem
			name="attType"
			mouseOverText="Attributes dialog: Type."
			type="2"/>
		<intellisenseItem
			name="attUpperBound"
			mouseOverText="Attributes Detail dialog: Upper Bound."
			type="2"/>
		<intellisenseItem
			name="attVolatile"
			mouseOverText="Attributes Detail dialog: Transient checkbox."
			type="2"/>
		<intellisenseItem
			name="classAbstract"
			mouseOverText="Class dialog: Abstract checkbox."
			type="2"/>
		<intellisenseItem
			name="classAlias"
			mouseOverText="Class dialog: Alias."
			type="2"/>
		<intellisenseItem
			name="classArguments"
			mouseOverText="Class Detail dialog: C++ Templates: Arguments."
			type="2"/>
		<intellisenseItem
			name="classAuthor"
			mouseOverText="Class dialog: Author."
			type="2"/>
		<intellisenseItem
			name="classBaseName"
			mouseOverText="Type Hierarchy dialog: Class Name (for use where no connector exists between child and base Classes)."
			type="2"/>
		<intellisenseItem
			name="classBaseScope"
			mouseOverText="The scope of the inheritance as reverse engineered. (For use where no connector exists between child and base Classes.)"
			type="2"/>
		<intellisenseItem
			name="classBaseVirtual"
			mouseOverText="The virtual property of the inheritance as reverse engineered. (For use where no connector exists between child and base Classes.)"
			type="2"/>
		<intellisenseItem
			name="classComplexity"
			mouseOverText="Class dialog: Complexity."
			type="2"/>
		<intellisenseItem
			name="classCreated"
			mouseOverText="The date and time the Class was created."
			type="2"/>
		<intellisenseItem
			name="classGUID"
			mouseOverText="The unique GUID for the current Class."
			type="2"/>
		<intellisenseItem
			name="classHasConstructor"
			mouseOverText="Looks at the list of methods in the current object and, depending on the conventions of the current language, returns T if one is a default constructor. Typically used with the genOptGenConstructor macro."
			type="2"/>
		<intellisenseItem
			name="classHasCopyConstructor"
			mouseOverText="Looks at the list of methods in the current object and, depending on the conventions of the current language, returns T if one is a copy constructor. Typically used with the genOptGenCopyConstructor macro."
			type="2"/>
		<intellisenseItem
			name="classhasDestructor"
			mouseOverText="Looks at the list of methods in the current object and, depending on the conventions of the current language, returns T if one is a destructor. Typically used with the  genOptGenDestructor macro."
			type="2"/>
		<intellisenseItem
			name="classHasDispose"
			mouseOverText="Current class has a method named &quot;Dispose&quot; in the model."
			type="2"/>
		<intellisenseItem
			name="classHasFinalizer"
			mouseOverText="Current class has a method named &quot;Finalize&quot; in the model."
			type="2"/>            			
		<intellisenseItem
			name="classHasStereotype"
			mouseOverText="Class dialog: Check if class has the specified stereotype applied. Returns T if so, otherwise returns F."
			type="2"/>
		<intellisenseItem
			name="classHasParent"
			mouseOverText="True, if the Class in scope has one or more base Classes."
			type="2"/>
		<intellisenseItem
			name="classImports"
			mouseOverText="Code Gen dialog: Imports."
			type="2"/>
		<intellisenseItem
			name="classIsActive"
			mouseOverText="Class Advanced dialog: Is Active checkbox."
			type="2"/>
		<intellisenseItem
			name="classIsAssociationClass"
			mouseOverText="True, if Class is an AssociationClass element."
			type="2"/>
		<intellisenseItem
			name="classIsInstantiated"
			mouseOverText="True, if the Class is an instantiated template Class."
			type="2"/>
		<intellisenseItem
			name="classIsLeaf"
			mouseOverText="Class Advanced dialog: Is Leaf checkbox."
			type="2"/>
		<intellisenseItem
			name="classIsNested"
			mouseOverText="Returns &quot;T&quot; if the current class is nested under an element other than a Package."
			type="2"/>			
		<intellisenseItem
			name="classIsRoot"
			mouseOverText="Class Advanced dialog: Is Root checkbox."
			type="2"/>
		<intellisenseItem
			name="classIsSpecification"
			mouseOverText="Class Advanced dialog: Is Specification checkbox."
			type="2"/>
		<intellisenseItem
			name="classKeywords"
			mouseOverText="Class dialog: Keywords."
			type="2"/>
		<intellisenseItem
			name="classLanguage"
			mouseOverText="Class dialog: Language."
			type="2"/>
		<intellisenseItem
			name="classMacros"
			mouseOverText="A space separated list of macros defined for the Class."
			type="2"/>
		<intellisenseItem
			name="classModified"
			mouseOverText="The date and time the Class was last modified."
			type="2"/>
		<intellisenseItem
			name="classMultiplicity"
			mouseOverText="Class Advanced dialog: Multiplicity."
			type="2"/>
		<intellisenseItem
			name="className"
			mouseOverText="Class dialog: Name."
			type="2"/>
		<intellisenseItem
			name="classNotes"
			mouseOverText="Class dialog: Note."
			type="2"/>
		<intellisenseItem
			name="classParamDefault"
			mouseOverText="Class Detail | Parameter dialog: Default."
			type="2"/>
		<intellisenseItem
			name="classParamName"
			mouseOverText="Class Detail | Parameter dialog: Name."
			type="2"/>
		<intellisenseItem
			name="classParamType"
			mouseOverText="Class Detail | Parameter dialog: Type."
			type="2"/>
		<intellisenseItem
			name="classPersistence"
			mouseOverText="Class dialog: Persistence."
			type="2"/>
		<intellisenseItem
			name="classPhase"
			mouseOverText="Class dialog: Phase."
			type="2"/>
		<intellisenseItem
			name="classQualName"
			mouseOverText="The Class name prefixed by its outer Classes. Class names are separated by double colons (::)."
			type="2"/>
		<intellisenseItem
			name="classScope"
			mouseOverText="Class dialog: Scope."
			type="2"/>
		<intellisenseItem
			name="classStereotype"
			mouseOverText="Class dialog: Stereotype."
			type="2"/>
		<intellisenseItem
			name="classStatus"
			mouseOverText="Class dialog: Status."
			type="2"/>
		<intellisenseItem
			name="classVersion"
			mouseOverText="Class dialog: Version."
			type="2"/>
		<intellisenseItem
			name="connectorAssociationClassElemGUID"
			mouseOverText="Access the GUID of AssociationClass element from connector."
			type="2"/>
		<intellisenseItem
			name="connectorAssociationClassElemName"
			mouseOverText="Access the Name of AssociationClass element from connector."
			type="2"/>
		<intellisenseItem
			name="connectorAlias"
			mouseOverText="Connector Properties dialog: Alias."
			type="2"/>
		<intellisenseItem
			name="connectorDestAccess"
			mouseOverText="Connector Properties dialog, Target Role tab: Access."
			type="2"/>
		<intellisenseItem
			name="connectorDestAggregation"
			mouseOverText="Connector Properties dialog, Target Role tab: Aggregation."
			type="2"/>
		<intellisenseItem
			name="connectorDestAlias"
			mouseOverText="Connector Properties dialog, Target Role tab: Alias."
			type="2"/>
		<intellisenseItem
			name="connectorDestAllowDuplicates"
			mouseOverText="Connector Properties dialog, Target Role tab: Allow Duplicates checkbox."
			type="2"/>
		<intellisenseItem
			name="connectorDestChangeable"
			mouseOverText="Connector Properties dialog, Target Role tab: Changeable."
			type="2"/>
		<intellisenseItem
			name="connectorDestConstraint"
			mouseOverText="Connector Properties dialog, Target Role tab: Constraint(s)."
			type="2"/>
		<intellisenseItem
			name="connectorDestContainment"
			mouseOverText="Connector Properties dialog, Target Role tab: Containment."
			type="2"/>
		<intellisenseItem
			name="connectorDestDerived"
			mouseOverText="Connector Properties dialog, Target Role tab: Derived checkbox."
			type="2"/>
		<intellisenseItem
			name="connectorDestDerivedUnion"
			mouseOverText="Connector Properties dialog, Target Role tab: DerivedUnion checkbox."
			type="2"/>
		<intellisenseItem
			name="connectorDestElemGUID"
			mouseOverText="Accesses the GUID of the element at the target end of a connector."
			type="2"/>
		<intellisenseItem
			name="connectorDestElemName"
			mouseOverText="Accesses the name of the element at the target end of a connector."
			type="2"/>
        <intellisenseItem
            name="connectorDestElemAlias"
            mouseOverText="Accesses the alias of the element at the target end of a connector."
            type="2"/>
        <intellisenseItem
            name="connectorDestElemAuthor"
            mouseOverText="Accesses the author of the element at the target end of a connector."
            type="2"/>                                     		
		<intellisenseItem
			name="connectorDestElemType"
			mouseOverText="The element type of the connector destination element."
			type="2"/>
		<intellisenseItem
			name="connectorDestMemberType"
			mouseOverText="Connector Properties dialog, Target Role tab: Member Type."
			type="2"/>
		<intellisenseItem
			name="connectorDestMultiplicity"
			mouseOverText="Connector Properties dialog, Target Role tab: Multiplicity."
			type="2"/>
		<intellisenseItem
			name="connectorDestNavigability"
			mouseOverText="Connector Properties dialog, Target Role tab: Navigability."
			type="2"/>
		<intellisenseItem
			name="connectorDestNotes"
			mouseOverText="Connector Properties dialog, Target Role tab: Role Notes."
			type="2"/>
		<intellisenseItem
			name="connectorDestOrdered"
			mouseOverText="Connector Properties dialog, Target Role tab: Ordered checkbox."
			type="2"/>
		<intellisenseItem
			name="connectorDestOwned"
			mouseOverText="Connector Properties dialog, Target Role tab: Owned checkbox."
			type="2"/>
		<intellisenseItem
			name="connectorDestQualifier"
			mouseOverText="Connector Properties dialog, Target Role tab: Qualifier(s)."
			type="2"/>
		<intellisenseItem
			name="connectorDestRole"
			mouseOverText="Connector Properties dialog, Target Role tab: Role."
			type="2"/>
		<intellisenseItem
			name="connectorDestScope"
			mouseOverText="Connector Properties dialog, Target Role tab: Target Scope."
			type="2"/>
		<intellisenseItem
			name="connectorDestStereotype"
			mouseOverText="Connector Properties dialog, Target Role tab: Stereotype."
			type="2"/>
		<intellisenseItem
			name="connectorDirection"
			mouseOverText="Connector Properties: Direction."
			type="2"/>
		<intellisenseItem
			name="connectorEffect"
			mouseOverText="Transition Constraints dialog: Effect."
			type="2"/>
		<intellisenseItem
			name="connectorGuard"
			mouseOverText="Object Flow and Transition Constraints dialog: Guard."
			type="2"/>
		<intellisenseItem
			name="connectorGUID"
			mouseOverText="The unique GUID for the current connector."
			type="2"/>
		<intellisenseItem
			name="connectorIsAssociationClass"
			mouseOverText="True, if connector is an AssociationClass connector."
			type="2"/>
		<intellisenseItem
			name="connectorName"
			mouseOverText="Connector Properties: Name."
			type="2"/>
		<intellisenseItem
			name="connectorNotes"
			mouseOverText="Connector Properties: Notes."
			type="2"/>
		<intellisenseItem
			name="connectorSourceAccess"
			mouseOverText="Connector Properties dialog, Source Role tab: Access."
			type="2"/>
		<intellisenseItem
			name="connectorSourceAggregation"
			mouseOverText="Connector Properties dialog, Source Role tab: Aggregation."
			type="2"/>
		<intellisenseItem
			name="connectorSourceAlias"
			mouseOverText="Connector Properties dialog, Source Role tab: Alias."
			type="2"/>
		<intellisenseItem
			name="connectorSourceAllowDuplicates"
			mouseOverText="Connector Properties dialog, Source Role tab: Allow Duplicates checkbox."
			type="2"/>
		<intellisenseItem
			name="connectorSourceChangeable"
			mouseOverText="Connector Properties dialog, Source Role tab: Changeable."
			type="2"/>
		<intellisenseItem
			name="connectorSourceConstraint"
			mouseOverText="Connector Properties dialog, Source Role tab: Constraint(s)."
			type="2"/>
		<intellisenseItem
			name="connectorSourceContainment"
			mouseOverText="Connector Properties dialog, Source Role tab: Containment."
			type="2"/>
		<intellisenseItem
			name="connectorSourceDerived"
			mouseOverText="Connector Properties dialog, Source Role tab: Derived checkbox."
			type="2"/>
		<intellisenseItem
			name="connectorSourceDerivedUnion"
			mouseOverText="Connector Properties dialog, Source Role tab: DerivedUnion checkbox."
			type="2"/>
		<intellisenseItem
			name="connectorSourceElemGUID"
			mouseOverText="Accesses the GUID of the element at the source end of a connector."
			type="2"/>
        <intellisenseItem
			name="connectorSourceElemName"
			mouseOverText="Accesses the name of the element at the source end of a connector."
			type="2"/>
        <intellisenseItem
            name="connectorSourceElemAlias"
            mouseOverText="Accesses the alias of the element at the source end of a connector."
            type="2"/>
        <intellisenseItem
            name="connectorSourceElemAuthor"
            mouseOverText="Accesses the author of the element at the source end of a connector."
            type="2"/>                         		
		<intellisenseItem
			name="connectorSourceElemType"
			mouseOverText="The element type of the connector source element."
			type="2"/>
		<intellisenseItem
			name="connectorSourceMemberType"
			mouseOverText="Connector Properties dialog, Source Role tab: Member Type."
			type="2"/>
		<intellisenseItem
			name="connectorSourceMultiplicity"
			mouseOverText="Connector Properties dialog, Source Role tab: Multiplicity."
			type="2"/>
		<intellisenseItem
			name="connectorSourceNavigability"
			mouseOverText="Connector Properties dialog, Source Role tab: Navigability."
			type="2"/>
		<intellisenseItem
			name="connectorSourceNotes"
			mouseOverText="Connector Properties dialog, Source Role tab: Role Notes."
			type="2"/>
		<intellisenseItem
			name="connectorSourceOrdered"
			mouseOverText="Connector Properties dialog, Source Role tab: Ordered checkbox."
			type="2"/>
		<intellisenseItem
			name="connectorSourceOwned"
			mouseOverText="Connector Properties dialog, Source Role tab: Owned checkbox."
			type="2"/>
		<intellisenseItem
			name="connectorSourceQualifier"
			mouseOverText="Connector Properties dialog, Source Role tab: Qualifier(s)."
			type="2"/>
		<intellisenseItem
			name="connectorSourceRole"
			mouseOverText="Connector Properties dialog, Source Role tab: Role."
			type="2"/>
		<intellisenseItem
			name="connectorSourceScope"
			mouseOverText="Connector Properties dialog, Source Role tab: Target Scope."
			type="2"/>
		<intellisenseItem
			name="connectorSourceStereotype"
			mouseOverText="Connector Properties dialog, Source Role tab: Stereotype."
			type="2"/>
		<intellisenseItem
			name="connectorStereotype"
			mouseOverText="Connector Properties dialog: Stereotype."
			type="2"/>
		<intellisenseItem
			name="connectorTrigger"
			mouseOverText="Transition Constraints dialog: Trigger."
			type="2"/>
		<intellisenseItem
			name="connectorType"
			mouseOverText="The connector type. e.g. Association or Generalization."
			type="2"/>
		<intellisenseItem
			name="connectorWeight"
			mouseOverText="Object Flow Constraints dialog: Weight."
			type="2"/>
		<intellisenseItem
			name="constraintName"
			mouseOverText="Class dialog, Constraints tab: Name."
			type="2"/>
		<intellisenseItem
			name="constraintNotes"
			mouseOverText="Class dialog, Constraints tab: Notes."
			type="2"/>
		<intellisenseItem
			name="constraintStatus"
			mouseOverText="Class dialog, Constraints tab: Status."
			type="2"/>
		<intellisenseItem
			name="constraintType"
			mouseOverText="Class dialog, Constraints tab: Type."
			type="2"/>
		<intellisenseItem
			name="constraintWeight"
			mouseOverText="Class dialog, Constraints tab: ordering (hand up/down) keys."
			type="2"/>
		<intellisenseItem
			name="eaDateTime"
			mouseOverText="The current time with format: DD-MMM-YYYY HH:MM:SS AM/PM."
			type="2"/>
		<intellisenseItem
			name="eaGUID"
			mouseOverText="A unique GUID for this generation."
			type="2"/>
		<intellisenseItem
			name="eaVersion"
			mouseOverText="Program Version (Located in an Enterprise Architect dialog by selecting Help | About EA.)."
			type="2"/>
		<intellisenseItem
			name="effortName"
			mouseOverText="Project Management window: Effort."
			type="2"/>
		<intellisenseItem
			name="effortNotes"
			mouseOverText="Project Management window: Notes (unlabelled)."
			type="2"/>
		<intellisenseItem
			name="effortTime"
			mouseOverText="Project Management window: Time."
			type="2"/>
		<intellisenseItem
			name="effortType"
			mouseOverText="Project Management window: Type."
			type="2"/>
		<intellisenseItem
			name="elemType"
			mouseOverText="The element type: Interface or Class."
			type="2"/>
		<intellisenseItem
			name="fileExtension"
			mouseOverText="The file type extension of the file being generated."
			type="2"/>
		<intellisenseItem
			name="fileName"
			mouseOverText="The name of the file being generated."
			type="2"/>
		<intellisenseItem
			name="fileNameImpl"
			mouseOverText="The filename of the implementation file for this generation, if applicable."
			type="2"/>
		<intellisenseItem
			name="fileHeaders"
			mouseOverText="Code Gen dialog: Headers."
			type="2"/>
		<intellisenseItem
			name="fileImports"
			mouseOverText="Code Gen dialog: Imports. For supported languages this also includes dependencies derived from associations."
			type="2"/>
		<intellisenseItem
			name="filePath"
			mouseOverText="The full path of the file being generated."
			type="2"/>
		<intellisenseItem
			name="filePathImpl"
			mouseOverText="The full path of the implementation file for this generation, if applicable."
			type="2"/>
		<intellisenseItem
			name="genOptActionScriptVersion"
			mouseOverText="ActionScript Specifications dialog: Default Version."
			type="2"/>                                    			
		<intellisenseItem
			name="genOptCDefaultAttributeType"
			mouseOverText="C Specifications dialog: Default Attribute Type."
			type="2"/>
		<intellisenseItem
			name="genOptCGenMethodNotesInBody"
			mouseOverText="C Specifications dialog: Method Notes In Implementation."
			type="2"/>
		<intellisenseItem
			name="genOptCGenMethodNotesInHeader"
			mouseOverText="C Specifications dialog: Method Notes In Header."
			type="2"/>
		<intellisenseItem
			name="genOptCSynchNotes"
			mouseOverText="C Specifications dialog: Synchronize Notes in Generation."
			type="2"/>
		<intellisenseItem
			name="genOptCSynchCFile"
			mouseOverText="C Specifications dialog: Synchronise Implementation file in Generation."
			type="2"/>
		<intellisenseItem
			name="genOptCDefaultSourceDirectory"
			mouseOverText="C Specifications dialog: Default Source Directory."
			type="2"/>
		<intellisenseItem
			name="genOptCNamespaceDelimiter"
			mouseOverText="C Specifications dialog: Namespace Delimiter."
			type="2"/>
		<intellisenseItem
			name="genOptCOperationRefParam"
			mouseOverText="C Specifications dialog: Reference as Operation Parameter."
			type="2"/>
		<intellisenseItem
			name="genOptCOperationRefParamStyle"
			mouseOverText="C Specifications dialog: Reference Parameter Style."
			type="2"/>
		<intellisenseItem
			name="genOptCOperationRefParamName"
			mouseOverText="C Specifications dialog: Reference Parameter Name."
			type="2"/>
		<intellisenseItem
			name="genOptCConstructorName"
			mouseOverText="C Specifications dialog: Default Constructor Name."
			type="2"/>
		<intellisenseItem
			name="genOptCDestructorName"
			mouseOverText="C Specifications dialog: Default Destructor Name."
			type="2"/>
		<intellisenseItem
			name="genOptCPPCommentStyle"
			mouseOverText="C++ Specifications dialog: Comment Style."
			type="2"/>
		<intellisenseItem
			name="genOptCPPDefaultAttributeType"
			mouseOverText="C++ Specifications dialog: Default Attribute Type."
			type="2"/>
		<intellisenseItem
			name="genOptCPPDefaultReferenceType"
			mouseOverText="C++ Specifications dialog: Default Reference Type."
			type="2"/>
		<intellisenseItem
			name="genOptCPPDefaultSourceDirectory"
			mouseOverText="C++ Specifications dialog: Default Source Directory."
			type="2"/>
		<intellisenseItem
			name="genOptCPPGenMethodNotesInHeader"
			mouseOverText="C++ Specifications dialog: Method Notes In Header checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptCPPGenMethodNotesInBody"
			mouseOverText="C++ Specifications dialog: Method Notes In Body checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptCPPGetPrefix"
			mouseOverText="C++ Specifications dialog: Get Prefix."
			type="2"/>
		<intellisenseItem
			name="genOptCPPHeaderExtension"
			mouseOverText="C++ Specifications dialog: Header Extension."
			type="2"/>
		<intellisenseItem
			name="genOptCPPSetPrefix"
			mouseOverText="C++ Specifications dialog: Set Prefix."
			type="2"/>
		<intellisenseItem
			name="genOptCPPSourceExtension"
			mouseOverText="C++ Specifications dialog: Source Extension."
			type="2"/>
		<intellisenseItem
			name="genOptCPPSynchCPPFile"
			mouseOverText="C++ Specifications dialog: Synchronize Notes."
			type="2"/>
		<intellisenseItem
			name="genOptCPPSynchNotes"
			mouseOverText="C++ Specifications dialog: Synchronize CPP File."
			type="2"/>
		<intellisenseItem
			name="genOptCSDefaultAttributeType"
			mouseOverText="C# Specifications dialog: Default Attribute Type."
			type="2"/>
		<intellisenseItem
			name="genOptCSSourceExtension"
			mouseOverText="C# Specifications dialog: Default file extension."
			type="2"/>
		<intellisenseItem
			name="genOptCSGenDispose"
			mouseOverText="C# Specifications dialog: Generate Dispose."
			type="2"/>
		<intellisenseItem
			name="genOptCSGenFinalizer"
			mouseOverText="C# Specifications dialog: Generate Finalizer."
			type="2"/>
		<intellisenseItem
			name="genOptCSGenNamespace"
			mouseOverText="C# Specifications dialog: Generate Namespace."
			type="2"/>
		<intellisenseItem
			name="genOptCSDefaultSourceDirectory"
			mouseOverText="C# Specifications dialog: Default Source Directory."
			type="2"/>
		<intellisenseItem
			name="genOptDefaultAssocAttName"
			mouseOverText="Attribute Specifications dialog: Default name for associated attrib."
			type="2"/>
		<intellisenseItem
			name="genOptDefaultConstructorScope"
			mouseOverText="Object Lifetimes dialog: Default Constructor Visibility."
			type="2"/>
		<intellisenseItem
			name="genOptDefaultCopyConstructorScope"
			mouseOverText="Object Lifetimes dialog: Default Copy Constructor Visibility."
			type="2"/>
		<intellisenseItem
			name="genOptDefaultDatabase"
			mouseOverText="Code Editors dialog: Default Database."
			type="2"/>
		<intellisenseItem
			name="genOptDefaultDestructorScope"
			mouseOverText="Object Lifetimes dialog: Default Destructor Constructor Visibility."
			type="2"/>
		<intellisenseItem
			name="genOptGenCapitalisedProperties"
			mouseOverText="Source Code Engineering dialog: Capitalize Attribute Names for Properties checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptGenComments"
			mouseOverText="Source Code Engineering dialog: Generate Comments checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptGenConstructor"
			mouseOverText="Object Lifetimes dialog: Generate Constructor checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptGenConstructorInline"
			mouseOverText="Object Lifetimes dialog: Constructor Inline checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptGenCopyConstructor"
			mouseOverText="Object Lifetimes dialog: Generate Copy Constructor checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptGenCopyConstructorInline"
			mouseOverText="Object Lifetimes dialog: Copy Constructor Inline checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptGenDestructor"
			mouseOverText="Object Lifetimes dialog: Generate Destructor checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptGenDestructorInline"
			mouseOverText="Object Lifetimes dialog: Destructor Inline checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptGenDestructorVirtual"
			mouseOverText="Object Lifetimes dialog: Virtual Destructor checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptGenImplementedInterfaceOps"
			mouseOverText="Attribute/Operations Specifications dialog: Generate methods for implemented interfaces checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptGenPrefixBoolProperties"
			mouseOverText="Source Code Engineering dialog: Use is prefix for boolean property Get()."
			type="2"/>
		<intellisenseItem
			name="genOptGenRoleNames"
			mouseOverText="Source Code Engineering dialog: Autogenerate role names when creating code."
			type="2"/>
		<intellisenseItem
			name="genOptGenUnspecAssocDir"
			mouseOverText="Source Code Engineering dialog: Do not generate members where Association direction is unspecified checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptJavaDefaultAttributeType"
			mouseOverText="Java Specifications dialog: Default attribute type."
			type="2"/>
		<intellisenseItem
			name="genOptJavaGetPrefix"
			mouseOverText="Java Specifications dialog: Get Prefix."
			type="2"/>
		<intellisenseItem
			name="genOptJavaDefaultSourceDirectory"
			mouseOverText="Java Specifications dialog: Default Source Directory."
			type="2"/>
		<intellisenseItem
			name="genOptJavaSetPrefix"
			mouseOverText="Java Specifications dialog: Set Prefix."
			type="2"/>
		<intellisenseItem
			name="genOptJavaSourceExtension"
			mouseOverText="Java Specifications dialog: Source code extension."
			type="2"/>
		<intellisenseItem
			name="genOptPHPDefaultSourceDirectory"
			mouseOverText="PHP Specifications dialog: Default Source Directory."
			type="2"/>
		<intellisenseItem
			name="genOptPHPGetPrefix"
			mouseOverText="PHP Specifications dialog: Get Prefix."
			type="2"/>
		<intellisenseItem
			name="genOptPHPSetPrefix"
			mouseOverText="PHP Specifications dialog: Set Prefix."
			type="2"/>
		<intellisenseItem
			name="genOptPHPSourceExtension"
			mouseOverText="PHP Specifications dialog: Default file extension."
			type="2"/>
		<intellisenseItem
			name="genOptPHPVersion"
			mouseOverText="PHP Specifications dialog: PHP Version."
			type="2"/>
		<intellisenseItem
			name="genOptPropertyPrefix"
			mouseOverText="Source Code Engineering dialog: Remove prefixes when generating Get/Set properties."
			type="2"/>
		<intellisenseItem
			name="genOptVBMultiUse"
			mouseOverText="VB Specifications dialog: Multiuse checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptVBPersistable"
			mouseOverText="VB Specifications dialog: Persistable checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptVBDataBindingBehavior"
			mouseOverText="VB Specifications dialog: Data binding behavior checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptVBDataSourceBehavior"
			mouseOverText="VB Specifications dialog: Data source behavior checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptVBGlobal"
			mouseOverText="VB Specifications dialog: Global namespace checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptVBCreatable"
			mouseOverText="VB Specifications dialog: Creatable checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptVBExposed"
			mouseOverText="VB Specifications dialog: Exposed checkbox."
			type="2"/>
		<intellisenseItem
			name="genOptVBMTS"
			mouseOverText="VB Specifications dialog: MTS Transaction Mode."
			type="2"/>
		<intellisenseItem
			name="genOptVBNetGenNamespace"
			mouseOverText="VB.Net Specifications dialog: Generate Namespace."
			type="2"/>
		<intellisenseItem
			name="genOptVBVersion"
			mouseOverText="VB Specifications dialog: Default Version."
			type="2"/>
		<intellisenseItem
			name="genOptWrapComment"
			mouseOverText="Source Code Engineering dialog: Wrap length for comment lines."
			type="2"/>
		<intellisenseItem
			name="importClassName"
			mouseOverText="The name of the Class being imported."
			type="2"/>
	    <intellisenseItem
	      name="importClassPath"
	      mouseOverText="The class path of the Class being imported."
	      type="2"/>
	    <intellisenseItem
			name="importFileName"
			mouseOverText="The filename of the Class being imported."
			type="2"/>
		<intellisenseItem
			name="importFilePath"
			mouseOverText="The full path of the Class being imported."
			type="2"/>
		<intellisenseItem
			name="importFromAggregation"
			mouseOverText="T if the Class has an Aggregation connector to a Class in this file, F otherwise."
			type="2"/>
		<intellisenseItem
			name="importFromAssociation"
			mouseOverText="T if the Class has an Association connector to a Class in this file, F otherwise."
			type="2"/>
		<intellisenseItem
			name="importFromAtt"
			mouseOverText="T if an attribute of a Class in the current file is of the type of this Class, F otherwise."
			type="2"/>
		<intellisenseItem
			name="importFromDependency"
			mouseOverText="T if the Class has a Dependency connector to a Class in this file, F otherwise."
			type="2"/>
		<intellisenseItem
			name="importFromGeneralization"
			mouseOverText="T if the Class has a Generalization connector to a Class in this file, F otherwise."
			type="2"/>
		<intellisenseItem
			name="importFromMeth"
			mouseOverText="T if a method return type of a Class in the current file is the type of this Class, Fotherwise."
			type="2"/>
		<intellisenseItem
			name="importFromParam"
			mouseOverText="T if an method parameter of a Class in the current file is of the type of this Class, Fotherwise."
			type="2"/>
		<intellisenseItem
			name="importFromRealization"
			mouseOverText="T if the Class has a Realization connector to a Class in this file, F otherwise."
			type="2"/>
		<intellisenseItem
			name="importFromTemplateBinding"
			mouseOverText="T if the Class has a TemplateBinding connector to a Class in this file, F otherwise."
			type="2"/>
		<intellisenseItem
			name="importInFile"
			mouseOverText="T if the Class is in the current file, F otherwise."
			type="2"/>
		<intellisenseItem
			name="importPackagePath"
			mouseOverText="The package path with a '.' separator of the Class being imported."
			type="2"/>
		<intellisenseItem
			name="ImportRelativeFilePath"
			mouseOverText="The relative file path of the Class being imported from the file path of the file being generated."
			type="2"/>
		<intellisenseItem
			name="linkAttAccess"
			mouseOverText="Association Properties Target Role dialog: Access."
			type="2"/>
		<intellisenseItem
			name="linkAttCollectionClass"
			mouseOverText="The collection appropriate for the linked attribute in scope."
			type="2"/>
		<intellisenseItem
			name="linkAttContainment"
			mouseOverText="Association Properties Target Role dialog: Containment."
			type="2"/>
		<intellisenseItem
			name="linkAttName"
			mouseOverText="Association Properties dialog: Target."
			type="2"/>
		<intellisenseItem
			name="linkAttNotes"
			mouseOverText="Association Properties Target Role dialog: Role Notes."
			type="2"/>
		<intellisenseItem
			name="linkAttOwnedByAssociation"
			mouseOverText="True, if Association Properties dialog, Source or Target Role: Owned is not selected."
			type="2"/>
		<intellisenseItem
			name="linkAttOwnedByClass"
			mouseOverText="True, if Association Properties dialog, Source or Target Role: Owned is selected."
			type="2"/>
		<intellisenseItem
			name="linkAttQualName"
			mouseOverText="The Association target qualified by the namespace path (if generating namespaces) and the classifier path (dot delimited)."
			type="2"/>
		<intellisenseItem
			name="linkAttRole"
			mouseOverText="Association Properties Target Role dialog: Role."
			type="2"/>
		<intellisenseItem
			name="linkAttRoleAlias"
			mouseOverText="Association Properties Target Role dialog: Alias."
			type="2"/>
		<intellisenseItem
			name="linkAttStereotype"
			mouseOverText="Association Properties Target Role dialog: Stereotype."
			type="2"/>
		<intellisenseItem
			name="linkAttTargetScope"
			mouseOverText="Association Properties Target Role dialog: Target Scope."
			type="2"/>
		<intellisenseItem
			name="linkAttAggregation"
			mouseOverText="Association Properties Source or Target Role dialog: Aggregation."
			type="2"/>
		<intellisenseItem
			name="linkCard"
			mouseOverText="Link Properties Target Role dialog: Multiplicity."
			type="2"/>
		<intellisenseItem
			name="linkedFileLastWrite"
			mouseOverText="Class Properties dialog: Last Write."
			type="2"/>
		<intellisenseItem
			name="linkedFileNotes"
			mouseOverText="Class Properties dialog: Notes."
			type="2"/>
		<intellisenseItem
			name="linkedFilePath"
			mouseOverText="Class Properties dialog: File Path."
			type="2"/>
		<intellisenseItem
			name="linkedFileSize"
			mouseOverText="Class Properties dialog: Size."
			type="2"/>
		<intellisenseItem
			name="linkedFileType"
			mouseOverText="Class Properties dialog: Type."
			type="2"/>
		<intellisenseItem
			name="linkGUID"
			mouseOverText="The unique GUID for the current connector."
			type="2"/>
		<intellisenseItem
			name="linkIsAssociationClass"
			mouseOverText="True, if the Association is an AssociationClass connector."
			type="2"/>
		<intellisenseItem
			name="linkParentName"
			mouseOverText="Generalization Properties dialog: Target."
			type="2"/>
		<intellisenseItem
			name="linkParentQualName"
			mouseOverText="The Generalization target qualified by the namespace path (if generating namespaces) and the classifier path (dot delimited)."
			type="2"/>
		<intellisenseItem
			name="linkStereotype"
			mouseOverText="The stereotype of the current connector."
			type="2"/>
		<intellisenseItem
			name="linkVirtualInheritance"
			mouseOverText="Generalization Properties dialog: Virtual Inheritance."
			type="2"/>
		<intellisenseItem
			name="metricName"
			mouseOverText="Project Management dialog, Metrics tab: Metric field."
			type="2"/>
		<intellisenseItem
			name="metricNotes"
			mouseOverText="Project Management dialog, Metrics tab: (Notes) field."
			type="2"/>
		<intellisenseItem
			name="metricType"
			mouseOverText="Project Management dialog, Metrics tab: Type field."
			type="2"/>
		<intellisenseItem
			name="metricWeight"
			mouseOverText="Project Management dialog, Metrics tab: Weight field."
			type="2"/>
		<intellisenseItem
			name="opAbstract"
			mouseOverText="Operation dialog: Virtual checkbox."
			type="2"/>
		<intellisenseItem
			name="opAlias"
			mouseOverText="Operation dialog: Alias."
			type="2"/>
		<intellisenseItem
			name="opBehavior"
			mouseOverText="Operation Behavior dialog: Behavior."
			type="2"/>
		<intellisenseItem
			name="opCode"
			mouseOverText="Operation Behavior dialog: Initial Code."
			type="2"/>
		<intellisenseItem
			name="opConcurrency"
			mouseOverText="Operation dialog: Concurrency."
			type="2"/>
		<intellisenseItem
			name="opConst"
			mouseOverText="Operation dialog: Const checkbox."
			type="2"/>
		<intellisenseItem
			name="opGUID"
			mouseOverText="The unique GUID for the current operation."
			type="2"/>
		<intellisenseItem
			name="opImplMacros"
			mouseOverText="A space-separated list of macros defined in the implementation of this operation."
			type="2"/>
		<intellisenseItem
			name="opIsQuery"
			mouseOverText="Operation dialog: IsQuery checkbox."
			type="2"/>
		<intellisenseItem
			name="opMacros"
			mouseOverText="A space-separated list of macros defined in the declaration for this operation."
			type="2"/>
		<intellisenseItem
			name="opName"
			mouseOverText="Operation dialog: Name."
			type="2"/>
		<intellisenseItem
			name="opNotes"
			mouseOverText="Operation dialog: Notes."
			type="2"/>
		<intellisenseItem
			name="opPure"
			mouseOverText="Operation dialog: Pure checkbox."
			type="2"/>
		<intellisenseItem
			name="opReturnArray"
			mouseOverText="Operation dialog: Return Array checkbox."
			type="2"/>
		<intellisenseItem
			name="opReturnClassifierGUID"
			mouseOverText="The unique GUID for the classifier of the current operation."
			type="2"/>
		<intellisenseItem
			name="opReturnQualType"
			mouseOverText="The operation return type qualified by the namespace path (if generating namespaces) and the classifier path (dot delimited). If the return type classifier has not been set, is equivalent to the opReturnType macro."
			type="2"/>
		<intellisenseItem
			name="opReturnType"
			mouseOverText="Operation dialog: Return Type."
			type="2"/>
		<intellisenseItem
			name="opScope"
			mouseOverText="Operation dialog: Scope."
			type="2"/>
		<intellisenseItem
			name="opStatic"
			mouseOverText="Operation dialog: Static checkbox."
			type="2"/>
		<intellisenseItem
			name="opStereotype"
			mouseOverText="Operation dialog: Stereotype."
			type="2"/>
		<intellisenseItem
			name="opSynchronized"
			mouseOverText="Operation dialog: Synchronized checkbox."
			type="2"/>
		<intellisenseItem
			name="opHasSelfRefParam"
			mouseOverText=" Looks at the list of parameters in the current Operation, return T if one type is the class reference."
			type="2"/>			
		<intellisenseItem
			name="packageAbstract"
			mouseOverText="Package dialog: Abstract."
			type="2"/>
		<intellisenseItem
			name="packageAlias"
			mouseOverText="Package dialog: Alias."
			type="2"/>
		<intellisenseItem
			name="packageAuthor"
			mouseOverText="Package dialog: Author."
			type="2"/>
		<intellisenseItem
			name="packageComplexity"
			mouseOverText="Package dialog: Complexity."
			type="2"/>
		<intellisenseItem
			name="packageGUID"
			mouseOverText="The unique GUID for the current package."
			type="2"/>
		<intellisenseItem
			name="packageHasGenClasses"
			mouseOverText="Returns &quot;T&quot; if the current package directly contains a class to be generated."
			type="2"/>
		<intellisenseItem
			name="packageIsFirstNonEmpty"
			mouseOverText="Returns &quot;T&quot; if the current package is the top level package for this generation to contain a class."
			type="2"/>	            			
		<intellisenseItem
			name="packageKeywords"
			mouseOverText="Package dialog: Keywords."
			type="2"/>
		<intellisenseItem
			name="packageLanguage"
			mouseOverText="Package dialog: Language."
			type="2"/>
		<intellisenseItem
			name="packageName"
			mouseOverText="Package dialog: Name."
			type="2"/>
		<intellisenseItem
			name="packagePath"
			mouseOverText="The string representing the hierarchy of packages, for the Class in scope. Each package name is separated by a dot (.)."
			type="2"/>
		<intellisenseItem
			name="packagePhase"
			mouseOverText="Package dialog: Phase."
			type="2"/>
		<intellisenseItem
			name="packageScope"
			mouseOverText="Package dialog: Scope."
			type="2"/>
		<intellisenseItem
			name="packageStatus"
			mouseOverText="Package dialog: Status."
			type="2"/>
		<intellisenseItem
			name="packageStereotype"
			mouseOverText="Package dialog: Stereotype."
			type="2"/>
		<intellisenseItem
			name="packageVersion"
			mouseOverText="Package dialog: Version."
			type="2"/>
		<intellisenseItem
			name="paramClassifierGUID"
			mouseOverText="The unique GUID for the classifier of the current parameter."
			type="2"/>
		<intellisenseItem
			name="paramDefault"
			mouseOverText="Operation Parameters dialog: Default."
			type="2"/>
		<intellisenseItem
			name="paramFixed"
			mouseOverText="Operation Parameters dialog: Fixed checkbox."
			type="2"/>
		<intellisenseItem
			name="paramGUID"
			mouseOverText="The unique GUID for the current parameter."
			type="2"/>
		<intellisenseItem
			name="paramIsEnum"
			mouseOverText="True, if the parameter uses the enum keyword (C++)."
			type="2"/>
		<intellisenseItem
			name="paramKind"
			mouseOverText="Operation Parameters dialog: Kind."
			type="2"/>
		<intellisenseItem
			name="paramName"
			mouseOverText="Operation Parameters dialog: Name."
			type="2"/>
		<intellisenseItem
			name="paramNotes"
			mouseOverText="Operation Parameters dialog: Notes."
			type="2"/>
		<intellisenseItem
			name="paramQualType"
			mouseOverText="The parameter type qualified by the namespace path (if generating namespaces) and the classifier path (dot delimited). If the parameter classifier has not been set, is equivalent to the paramType macro."
			type="2"/>
		<intellisenseItem
			name="paramType"
			mouseOverText="Operation Parameters dialog: Type."
			type="2"/>
		<intellisenseItem
			name="problemCompletedBy"
			mouseOverText="Maintenance dialog, Element Issues tab: Completed by."
			type="2"/>
		<intellisenseItem
			name="problemCompletedDate"
			mouseOverText="Maintenance dialog, Element Issues tab: Completed."
			type="2"/>
		<intellisenseItem
			name="problemHistory"
			mouseOverText="Maintenance dialog, Element Issues tab: History."
			type="2"/>
		<intellisenseItem
			name="problemName"
			mouseOverText="Maintenance dialog, Element Issues tab: Name."
			type="2"/>
		<intellisenseItem
			name="problemNotes"
			mouseOverText="Maintenance dialog, Element Issues tab: Description."
			type="2"/>
		<intellisenseItem
			name="problemPriority"
			mouseOverText="Maintenance dialog, Element Issues tab: Priority."
			type="2"/>
		<intellisenseItem
			name="problemRaisedBy"
			mouseOverText="Maintenance dialog, Element Issues tab: Raised by."
			type="2"/>
		<intellisenseItem
			name="problemRaisedDate"
			mouseOverText="Maintenance dialog, Element Issues tab: Raised."
			type="2"/>
		<intellisenseItem
			name="problemStatus"
			mouseOverText="Maintenance dialog, Element Issues tab: Status."
			type="2"/>
		<intellisenseItem
			name="problemVersion"
			mouseOverText="Maintenance dialog, Element Issues tab: Version."
			type="2"/>
		<intellisenseItem
			name="requirementDifficulty"
			mouseOverText="Properties dialog: Require tab: Difficulty."
			type="2"/>
		<intellisenseItem
			name="requirementLastUpdated"
			mouseOverText="Properties dialog: Require tab: Last Update."
			type="2"/>
		<intellisenseItem
			name="requirementName"
			mouseOverText="Properties dialog: Require tab: Short Description."
			type="2"/>
		<intellisenseItem
			name="requirementNotes"
			mouseOverText="Properties dialog: Require tab: Notes."
			type="2"/>
		<intellisenseItem
			name="requirementPriority"
			mouseOverText="Properties dialog: Require tab: Priority."
			type="2"/>
		<intellisenseItem
			name="requirementStatus"
			mouseOverText="Properties dialog: Require tab: Status."
			type="2"/>
		<intellisenseItem
			name="requirementType"
			mouseOverText="Properties dialog: Require tab: Type."
			type="2"/>
		<intellisenseItem
			name="resourceAllocatedTime"
			mouseOverText="Project Management window, Resource Allocation tab: Allocated Time."
			type="2"/>
		<intellisenseItem
			name="resourceEndDate"
			mouseOverText="Project Management window, Resource Allocation tab: End Date."
			type="2"/>
		<intellisenseItem
			name="resourceExpectedTime"
			mouseOverText="Project Management window, Resource Allocation tab: Expected Time."
			type="2"/>
		<intellisenseItem
			name="resourceExpendedTime"
			mouseOverText="Project Management window, Resource Allocation tab: Time Expended."
			type="2"/>
		<intellisenseItem
			name="resourceHistory"
			mouseOverText="Project Management window, Resource Allocation tab: History."
			type="2"/>
		<intellisenseItem
			name="resourceName"
			mouseOverText="Project Management window, Resource Allocation tab: Resource."
			type="2"/>
		<intellisenseItem
			name="resourceNotes"
			mouseOverText="Project Management window, Resource Allocation tab: Description."
			type="2"/>
		<intellisenseItem
			name="resourcePercentCompleted"
			mouseOverText="Project Management window, Resource Allocation tab: Completed(%)."
			type="2"/>
		<intellisenseItem
			name="resourceRole"
			mouseOverText="Project Management window, Resource Allocation tab: Role."
			type="2"/>
		<intellisenseItem
			name="resourceStartDate"
			mouseOverText="Project Management window, Resource Allocation tab: Start Date."
			type="2"/>
		<intellisenseItem
			name="riskName"
			mouseOverText="Project Management window, Risks tab: Risk."
			type="2"/>
		<intellisenseItem
			name="riskNotes"
			mouseOverText="Project Management window, Risks tab: (Notes)."
			type="2"/>
		<intellisenseItem
			name="riskType"
			mouseOverText="Project Management window, Risks tab: Type."
			type="2"/>
		<intellisenseItem
			name="riskWeight"
			mouseOverText="Project Management window, Risks tab: Weight."
			type="2"/>
		<intellisenseItem
			name="scenarioGUID"
			mouseOverText="The unique ID for a scenario. Identifies the scenario unambiguously within a model."
			type="2"/>
		<intellisenseItem
			name="scenarioName"
			mouseOverText="Properties dialog, Scenario tab: Scenario."
			type="2"/>
		<intellisenseItem
			name="scenarioNotes"
			mouseOverText="Properties dialog, Scenario tab: (Notes)."
			type="2"/>
		<intellisenseItem
			name="scenarioType"
			mouseOverText="Properties dialog, Scenario tab: Type."
			type="2"/>
		<intellisenseItem
			name="testAcceptanceCriteria"
			mouseOverText="Testing window: Acceptance Criteria."
			type="2"/>
		<intellisenseItem
			name="testCheckedBy"
			mouseOverText="Testing window: Checked By."
			type="2"/>
		<intellisenseItem
			name="testDateRun"
			mouseOverText="Testing window: Last Run."
			type="2"/>
		<intellisenseItem
			name="testClass"
			mouseOverText="The Testing window tab (the type of test defined): Unit, Integration, System, Acceptance, Scenario."
			type="2"/>
		<intellisenseItem
			name="testInput"
			mouseOverText="Testing window: Input."
			type="2"/>
		<intellisenseItem
			name="testName"
			mouseOverText="Testing window: Test."
			type="2"/>
		<intellisenseItem
			name="testNotes"
			mouseOverText="Testing window: Description."
			type="2"/>
		<intellisenseItem
			name="testResults"
			mouseOverText="Testing window: Results."
			type="2"/>
		<intellisenseItem
			name="testRunBy"
			mouseOverText="Testing window: Run By."
			type="2"/>
		<intellisenseItem
			name="testStatus"
			mouseOverText="Testing window: Status."
			type="2"/>
		<intellisenseItem
			name="testType"
			mouseOverText="Testing window: Type."
			type="2"/>        
		<intellisenseItem
			name="parameterSubstitutionFormal"
			mouseOverText="Parameter Substitution Formal Name."
			type="2"/>
		<intellisenseItem
			name="parameterSubstitutionActual"
			mouseOverText="Parameter Substitution Actual Name."
			type="2"/>
		<intellisenseItem
			name="parameterSubstitutionActualClassifier"
			mouseOverText="Parameter Substitution Actual Classifier."
			type="2"/>
		<intellisenseItem
			name="ddlActionSpecificProperty"
			mouseOverText=""
			type="2"/>
		<intellisenseItem
			name="ddlPrivilegeUser"
			mouseOverText=""
			type="2"/>
		<intellisenseItem
			name="ddlUseAlias"
			mouseOverText=""
			type="2"/>
		<intellisenseItem
			name="ddlTableName"
			mouseOverText="Access Name property value of the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlTableAlias"
			mouseOverText="Access Alias property value of the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlTableDBMS"
			mouseOverText="Access Database property value of the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlOwner"
			mouseOverText="Access 'Owner' tagged value of the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlSchemaTableName"
			mouseOverText=""
			type="2"/>
		<intellisenseItem
			name="ddlSchemaOwner"
			mouseOverText=""
			type="2"/>
		<intellisenseItem
			name="ddlProcedureName"
			mouseOverText="Access Name property value of the Database Procedure object."
			type="2"/>
		<intellisenseItem
			name="ddlProcedureAlias"
			mouseOverText="Access Alias property value of the Database Procedure object."
			type="2"/>
		<intellisenseItem
			name="ddlViewName"
			mouseOverText="Access Name property value of the Database View object."
			type="2"/>
		<intellisenseItem
			name="ddlViewAlias"
			mouseOverText="Access Alias property value of the Database View object."
			type="2"/>
		<intellisenseItem
			name="ddlFunctionName"
			mouseOverText="Access Name property value of the Database Function object."
			type="2"/>
		<intellisenseItem
			name="ddlFunctionAlias"
			mouseOverText="Access Alias property value of the Database Function object."
			type="2"/>
		<intellisenseItem
			name="ddlSequenceName"
			mouseOverText="Access Name property value of the Database Sequence object."
			type="2"/>
		<intellisenseItem
			name="ddlSequenceAlias"
			mouseOverText="Access Alias property value of the Database Sequence object."
			type="2"/>
		<intellisenseItem
			name="ddlPackageName"
			mouseOverText="Access Name property value of the Database Package Specification/Body."
			type="2"/>
		<intellisenseItem
			name="ddlPackageAlias"
			mouseOverText="Access Alias property value of the Database Package Specification/Body."
			type="2"/>
		<intellisenseItem
			name="ddlColumnName"
			mouseOverText="Access Name property value of a Column within the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlColumnAlias"
			mouseOverText="Access Alias property value of a Column within the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlPrevColumnName"
			mouseOverText=""
			type="2"/>
		<intellisenseItem
			name="ddlSchemaColumnName"
			mouseOverText="Access Name property value of a Column within the Database Table object from DBMS."
			type="2"/>
		<intellisenseItem
			name="ddlIsConstraint"
			mouseOverText="A flag to indicate whether the current object/feature is a constraint."
			type="2"/>
		<intellisenseItem
			name="ddlConstraintName"
			mouseOverText="Access the Name property value of a constraint in the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlConstraintAlias"
			mouseOverText="Access the Alias property value of a constraint in the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlSchemaConstraintName"
			mouseOverText="Access the Name property of a constraint in the Database Table object from DBMS."
			type="2"/>
		<intellisenseItem
			name="ddlConstraintType"
			mouseOverText="Access the Type property of a constraint in the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlSchemaConstraintType"
			mouseOverText="Access the Type property of a constraint in the Database Table object from DBMS."
			type="2"/>
		<intellisenseItem
			name="ddlTableLevelComment"
			mouseOverText="Acess the Notes of the Database Table/View/Procedure/Function/Sequence object."
			type="2"/>
		<intellisenseItem
			name="ddlColumnComment"
			mouseOverText="Access the Notes of a Column in the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlConstraintComment"
			mouseOverText="Access the Notes of a Constraint in the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlAction"
			mouseOverText="Access the 'Action' option for the specificed item in Database Builder->Database Compare view."
			type="2"/>
		<intellisenseItem
			name="ddlConstraintColumnName"
			mouseOverText="Access the Name of an Assigned Column for a Constraint in the Database Table properties dialog."
			type="2"/>
		<intellisenseItem
			name="ddlSchemaConstraintColumnName"
			mouseOverText=""
			type="2"/>
		<intellisenseItem
			name="ddlConstraintColumnAlias"
			mouseOverText="Access the Alias property value of the Assigned Column for a Constraint in the Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlPKColumnCount"
			mouseOverText="Return the total number of Primary Key columns in a Database Table object."
			type="2"/>
		<intellisenseItem
			name="ddlReferenceTableName"
			mouseOverText="Access the Table Name of a Foreign Key reference Table."
			type="2"/>
		<intellisenseItem
			name="ddlReferenceTableAlias"
			mouseOverText="Access the Alias of a Foreign Key reference Table."
			type="2"/>
		<intellisenseItem
			name="ddlReferenceTableOwner"
			mouseOverText="Access the 'Owner' tagged value of a Foreign Key reference Table."
			type="2"/>
		<intellisenseItem
			name="ddlReferenceColumnName"
			mouseOverText="Access the Name property of the Foreign Key reference Table column."
			type="2"/>
		<intellisenseItem
			name="ddlReferenceColumnAlias"
			mouseOverText="Access the Alias property of the Foreign Key reference Table column."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateTable"
			mouseOverText="Generate DDL: Options: Generate Tables option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGeneratePrimary"
			mouseOverText="Generate DDL: Options: Generate Primary/Foreign Key option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateForeign"
			mouseOverText="Generate DDL: Options: Generate Primary/Foreign Key option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateIndex"
			mouseOverText="Generate DDL: Options: Generate Index/Unique/Check option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateUnique"
			mouseOverText="Generate DDL: Options: Generate Index/Unique/Check option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateCheck"
			mouseOverText="Generate DDL: Options: Generate Index/Unique/Check option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateTrigger"
			mouseOverText="Generate DDL: Options: Generate Triggers option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateProcedure"
			mouseOverText="Generate DDL: Options: Generate Stored Procedures option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateView"
			mouseOverText="Generate DDL: Options: Generate Views option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateDrop"
			mouseOverText="Generate DDL: Format: Generate Drop SQL option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateDropIfExist"
			mouseOverText="Generate DDL: Format: IF EXISTS option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGeneratePackage"
			mouseOverText="Generate DDL: Options: Oracle Generate Package option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateTableProperty"
			mouseOverText="Generate DDL: Options: Oracle Generate Table Properties option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateLengthSemantic"
			mouseOverText="Generate DDL: Options: Oracle Generate Length Semantics option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateFunction"
			mouseOverText="Generate DDL: Options: Generate Function option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateSequence"
			mouseOverText="Generate DDL: Options: Generate Sequences option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionIncludeOwner"
			mouseOverText="Generate DDL: Options: Include Owner in generation."
			type="2"/>
		<intellisenseItem
			name="ddlOptionIncludeSQLQueries"
			mouseOverText="Generate DDL: Options: Include SQL Queries."
			type="2"/>
		<intellisenseItem
			name="ddlOptionCommentLevel"
			mouseOverText="Generate DDL: Format: Comment Level."
			type="2"/>
		<intellisenseItem
			name="ddlOptionDefaultConstraint"
			mouseOverText=""
			type="2"/>
		<intellisenseItem
			name="ddlOptionUseDatabase"
			mouseOverText="Generate DDL: Format: Use Database option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionUseDatabaseName"
			mouseOverText="Generate DDL: Format: Use Database text."
			type="2"/>
		<intellisenseItem
			name="ddlOptionUseAlias"
			mouseOverText="Generate DDL: Format: Use Alias if Available option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateNullable"
			mouseOverText="Generate DDL: Format: Use NULL for nullable columns option."
			type="2"/>
		<intellisenseItem
			name="ddlOptionGenerateSeparateConstraint"
			mouseOverText="Generate DDL: Format: Separate constraint from table definition option."
			type="2"/>
		<intellisenseItem
			name="ddlGenerateToExecuteEngine"
			mouseOverText="Return 'T' if generate the DDL script into Database Builder 'Execute DDL' view."
			type="2"/>
		
        <!-- TAGGED VALUE MACRO DEFINITIONS -->
        <intellisenseItem
			name="attTag"
			mouseOverText="Substitutes the value of the named Attribute tag into the output."
			type="3"/>
        <intellisenseItem
			name="classTag"
			mouseOverText="Substitutes the value of the named Class tag into the output."
			type="3"/>
        <intellisenseItem
			name="opTag"
			mouseOverText="Substitutes the value of the named Operation tag into the output."
			type="3"/>
        <intellisenseItem
			name="packageTag"
			mouseOverText="Substitutes the value of the named Package tag into the output."
			type="3"/>
        <intellisenseItem
			name="connectorTag"
			mouseOverText="Substitutes the value of the named Connector tag into the output."
			type="3"/>
        <intellisenseItem
			name="connectorSourceTag"
			mouseOverText="Substitutes the value of the named Connector Source tag into the output."
			type="3"/>
        <intellisenseItem
			name="connectorDestTag"
			mouseOverText="Substitutes the value of the named Connector Destination tag into the output."
			type="3"/>
        <intellisenseItem
			name="connectorSourceElemTag"
			mouseOverText="Substitutes the value of the named Connector Source Element tag into the output."
			type="3"/>
        <intellisenseItem
			name="connectorDestElemTag"
			mouseOverText="Substitutes the value of the named Connector Destination Element tag into the output."
			type="3"/>
        <intellisenseItem
			name="linkTag"
			mouseOverText="In Linked Parent or Linked Attribute templates, accesses a tagged value on the connector itself (as opposed to a connector end)."
			type="3"/>
        <intellisenseItem
			name="linkAttTag"
			mouseOverText="In a Linked Attribute template, accesses a tagged value on the end of a connector currently being generated as an attribute."
			type="3"/>
		<intellisenseItem
			name="tableProperty"
			mouseOverText="Access a property in the Database Table object."
			type="3"/>
 		<intellisenseItem
			name="tableBoolProperty"
			mouseOverText="Access a boolean property in the Database Table object."
			type="3"/>
 		<intellisenseItem
			name="procedureProperty"
			mouseOverText="Access a property in the Database Procedure object."
			type="3"/>
 		<intellisenseItem
			name="viewProperty"
			mouseOverText="Access a property in the Database View object."
			type="3"/>
 		<intellisenseItem
			name="functionProperty"
			mouseOverText="Access a property in the Database Function object."
			type="3"/>
 		<intellisenseItem
			name="sequenceProperty"
			mouseOverText="Access a property in the Database Sequence object."
			type="3"/>
 		<intellisenseItem
			name="packageProperty"
			mouseOverText="Access a property in the Database Package object."
			type="3"/>
 		<intellisenseItem
			name="constraintProperty"
			mouseOverText="Access a constraint property in the Database Table object."
			type="3"/>
 		<intellisenseItem
			name="constraintBoolProperty"
			mouseOverText="Access a boolean constraint property in the Database Table object."
			type="3"/>
 		<intellisenseItem
			name="columnProperty"
			mouseOverText="Access a column property in the Database Table object."
			type="3"/>
 		<intellisenseItem
			name="columnBoolProperty"
			mouseOverText="Access a boolean column property in the Database Table object."
			type="3"/>
 		<intellisenseItem
			name="constraintColumnProperty"
			mouseOverText="Access a constraint column property in the Database Table object."
			type="3"/>
 		<intellisenseItem
			name="constraintColumnBoolProperty"
			mouseOverText="Access a boolean constraint column property in the Database Table object."
			type="3"/>
 		<intellisenseItem
			name="dbConstraintProperty"
			mouseOverText="Access a constraint property in the Database Table object(ODBC Side)."
			type="3"/>

        <!-- FUNCTION MACRO DEFINITIONS -->
        <intellisenseItem
            name="CONVERT_SCOPE"
            mouseOverText="CONVERT_SCOPE(&lt;umlScope&gt;)\nFor use with supported languages. Converts &lt;umlScope&gt; to the appropriate scope keyword for the language being generated."
            type="4">
            <calltips>
                <calltip text="CONVERT_SCOPE(&lt;umlScope&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="COLLECTION_CLASS"
            mouseOverText="COLLECTION_CLASS(&lt;language&gt;)\nGives the appropriate collection Class for the language specified for the current linked attribute."
            type="4">
            <calltips>
                <calltip text="COLLECTION_CLASS(&lt;language&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="CSTYLE_COMMENT"
            mouseOverText="CSTYLE_COMMENT(&lt;wrap_length&gt;)\nConverts the notes for the element currently in scope to plain C-style comments, using /* and */."
            type="4">
            <calltips>
                <calltip text="CSTYLE_COMMENT(&lt;wrap_length&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="DELPHI_PROPERTIES"
            mouseOverText="DELPHI_PROPERTIES(&lt;scope&gt;, &lt;separator&gt;, &lt;indent&gt;)\nGenerates a Delphi property."
            type="4">
            <calltips>
                <calltip text="DELPHI_PROPERTIES(&lt;scope&gt;, &lt;separator&gt;, &lt;indent&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="DELPHI_COMMENT"
            mouseOverText="DELPHI_COMMENT(&lt;wrap_length&gt;)\nConverts the notes for the element currently in scope to Delphi comments."
            type="4">
            <calltips>
                <calltip text="DELPHI_COMMENT(&lt;wrap_length&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="EXEC_ADD_IN"
            mouseOverText="EXEC_ADD_IN(&lt;addin_name&gt;, &lt;function_name&gt;, &lt;prm_1&gt;, ..., &lt;prm_n&gt;)\nInvokes an Enterprise Architect Add-In function, which can return a result string. &lt;addin_name&gt; and &lt;function_name&gt; specify the names of the Add-In and function to be invoked. Parameters to the Add-In function can be specified via parameters &lt;prm_1&gt; to &lt;prm_n&gt;."
            type="4">
            <calltips>
                <calltip text="EXEC_ADD_IN(&lt;addin_name&gt;, &lt;function_name&gt;, &lt;prm_1&gt;, ..., &lt;prm_n&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="FIND"
            mouseOverText="FIND(&lt;src&gt;, &lt;subString&gt;)\nReturns the position of the first instance of &lt;subString&gt; in the string&lt;src&gt;; -1 if none."
            type="4">
            <calltips>
                <calltip text="FIND(&lt;src&gt;, &lt;subString&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="GET_ALIGNMENT"
            mouseOverText="GET_ALIGNMENT()\nReturns a string where all of the text on the current line of output is converted into spaces and tabs."
            type="4">
            <calltips>
                <calltip text="GET_ALIGNMENT()"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="JAVADOC_COMMENT"
            mouseOverText="JAVADOC_COMMENT(&lt;wrap_length&gt;)\nConverts the notes for the element currently in scope to javadoc-style comments."
            type="4">
            <calltips>
                <calltip text="JAVADOC_COMMENT(&lt;wrap_length&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="LEFT"
            mouseOverText="LEFT(&lt;src&gt;, &lt;count&gt;)\nReturns the first &lt;count&gt; characters of the string &lt;src&gt;."
            type="4">
            <calltips>
                <calltip text="LEFT(&lt;src&gt;, &lt;count&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="LENGTH"
            mouseOverText="LENGTH(&lt;src&gt;)\nReturns the the length of the string &lt;src&gt;."
            type="4">
            <calltips>
                <calltip text="LENGTH(&lt;src&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="MID"
            mouseOverText="MID(&lt;src&gt;, &lt;start&gt;[, &lt;count&gt;])\nReturns the substring of the string &lt;src&gt; starting at &lt;start&gt; and including &lt;count&gt; characters. Where &lt;count&gt; is omitted the rest of the string is included."
            type="4">
            <calltips>
                <calltip text="MID(&lt;src&gt;, &lt;start&gt;)"/>
                <calltip text="MID(&lt;src&gt;, &lt;start&gt;, &lt;count&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="PI"
            mouseOverText="PI=&quot;&lt;value&gt;&quot;\nSets the PI for the current template to &lt;value&gt;, to be applied after the next non-empty line.\n\nPI(&lt;option&gt;, &lt;value&gt;)\nSets the PI for the current template to &lt;value&gt;. &lt;option&gt; controls when the new PI takes effect. Valid values are:\n - I, Immediate: the new PI is generated before the next non-empty template line\n - N, Next: the new PI is generated after the next non-empty template line.\nMultiple pairs of options are allowed in one call."
            type="4">
            <calltips>
                <calltip text="PI(&lt;option&gt;, &lt;value&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="REMOVE_DUPLICATES"
            mouseOverText="REMOVE_DUPLICATES(&lt;source&gt;, &lt;separator&gt;)\nWhere &lt;source&gt; is a &lt;separator&gt; separated list; this removes any duplicate or empty strings."
            type="4">
            <calltips>
                <calltip text="REMOVE_DUPLICATES(&lt;source&gt;, &lt;separator&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="REPLACE"
            mouseOverText="REPLACE(&lt;string&gt;, &lt;old&gt;, &lt;new&gt;)\nReplaces all occurrences of &lt;old&gt; with &lt;new&gt; in the given string &lt;string&gt;."
            type="4">
            <calltips>
                <calltip text="REPLACE(&lt;string&gt;, &lt;old&gt;, &lt;new&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="RESOLVE_OP_NAME"
            mouseOverText="RESOLVE_OP_NAME()\nResolves clashes in interface names where two method-from interfaces have the same name."
            type="4">
            <calltips>
                <calltip text="RESOLVE_OP_NAME()"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="RESOLVE_QUALIFIED_TYPE"
            mouseOverText="RESOLVE_QUALIFIED_TYPE([&lt;separator&gt;[, &lt;default&gt;]])\nResolves clashes in interface names where two method-from interfaces have the same name."
            type="4">
            <calltips>
                <calltip text="RESOLVE_QUALIFIED_TYPE()"/>
                <calltip text="RESOLVE_QUALIFIED_TYPE(&lt;separator&gt;)"/>
                <calltip text="RESOLVE_QUALIFIED_TYPE(&lt;separator&gt;, &lt;default&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="RIGHT"
            mouseOverText="RIGHT(&lt;src&gt;, &lt;count&gt;)\nReturns the last &lt;count&gt; characters of the string &lt;src&gt;."
            type="4">
            <calltips>
                <calltip text="RIGHT(&lt;src&gt;, &lt;count&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="TO_LOWER"
            mouseOverText="TO_LOWER(&lt;string&gt;)\nConverts &lt;string&gt; to lower case."
            type="4">
            <calltips>
                <calltip text="TO_LOWER(&lt;string&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="TO_UPPER"
            mouseOverText="TO_UPPER(&lt;string&gt;)\nConverts &lt;string&gt; to upper case."
            type="4">
            <calltips>
                <calltip text="TO_UPPER(&lt;string&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="TRIM"
            mouseOverText="TRIM(&lt;string&gt;[, &lt;trimChars&gt;])\n Removes trailing and leading white spaces from &lt;string&gt;. If &lt;trimChars&gt; is specified, all leading and trailing characters in the set of &lt;trimChars&gt; are removed."
            type="4">
            <calltips>
                <calltip text="TRIM(&lt;string&gt;)"/>
                <calltip text="TRIM(&lt;string&gt;, &lt;trimChars&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="TRIM_LEFT"
            mouseOverText="TRIM_LEFT(&lt;string&gt;[, &lt;trimChars&gt;])\n Removes leading white space from &lt;string&gt;. If &lt;trimChars&gt; is specified, all leading characters in the set of &lt;trimChars&gt; are removed."
            type="4">
            <calltips>
                <calltip text="TRIM_LEFT(&lt;string&gt;)"/>
                <calltip text="TRIM_LEFT(&lt;string&gt;, &lt;trimChars&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="TRIM_RIGHT"
            mouseOverText="TRIM_RIGHT(&lt;string&gt;[, &lt;trimChars&gt;])\n Removes trailing white space from &lt;string&gt;. If &lt;trimChars&gt; is specified, all trailing characters in the set of &lt;trimChars&gt; are removed."
            type="4">
            <calltips>
                <calltip text="TRIM_RIGHT(&lt;string&gt;)"/>
                <calltip text="TRIM_RIGHT(&lt;string&gt;, &lt;trimChars&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="VB_COMMENT"
            mouseOverText="VB_COMMENT(&lt;wrap_length&gt;)\nConverts the notes for the element currently in scope to Visual Basic style comments."
            type="4">
            <calltips>
                <calltip text="VB_COMMENT(&lt;wrap_length&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="WRAP_COMMENT"
            mouseOverText="WRAP_COMMENT(&lt;comment&gt;, &lt;wrap_length&gt;, &lt;indent&gt;, &lt;start_string&gt;)\nWraps the text &lt;comment&gt; at width &lt;wrap_length&gt; putting &lt;indent&gt; and &lt;start_string&gt; at the beginning of each line."
            type="4">
            <calltips>
                <calltip text="WRAP_COMMENT(&lt;comment&gt;, &lt;wrap_length&gt;, &lt;indent&gt;, &lt;start_string&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="WRAP_LINES"
            mouseOverText="WRAP_LINES(&lt;text&gt;, &lt;wrap_length&gt;, &lt;start_string&gt;[, &lt;end_string&gt;])\nWraps &lt;text&gt; as designated to be &lt;wrap_length&gt;, adding &lt;start_string&gt; to the beginning of every line and &lt;end_string&gt; to the end of the line if it is specified."
            type="4">
            <calltips>
                <calltip text="WRAP_LINES(&lt;text&gt;, &lt;wrap_length&gt;, &lt;start_string&gt;)"/>
                <calltip text="WRAP_LINES(&lt;text&gt;, &lt;wrap_length&gt;, &lt;start_string&gt;, &lt;end_string&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="XML_COMMENT"
            mouseOverText="XML_COMMENT(&lt;wrap_length&gt;)\nConverts the notes for the element currently in scope to XML-style comments."
            type="4">
            <calltips>
                <calltip text="XML_COMMENT(&lt;wrap_length&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="CONVERT_NAME"
            mouseOverText="CONVERT_NAME(&lt;originalName&gt;, &lt;originalFormat&gt;, &lt;targetFormat&gt;)\nConverts &lt;originalName&gt;, which is assumed to be in &lt;originalFormat&gt;, to &lt;targetFormat&gt;."
            type="4">
            <calltips>
                <calltip text="CONVERT_NAME(&lt;originalName&gt;, &lt;originalFormat&gt;, &lt;targetFormat&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="REMOVE_PREFIX"
            mouseOverText="REMOVE_PREFIX(&lt;originalName&gt;, &lt;prefixes&gt;)\nRemoves any prefix found in &lt;prefixes&gt; from &lt;originalName&gt;. The prefixes are specified in a semi-colon separated list."
            type="4">
            <calltips>
                <calltip text="REMOVE_PREFIX(&lt;originalName&gt;, &lt;prefixes&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="CONVERT_TYPE"
            mouseOverText="CONVERT_TYPE(&lt;destinationLanguage&gt;, &lt;originalType&gt;)\nConverts &lt;originalType&gt;, to the corresponding type in &lt;destinationLanguage&gt; using the datatypes and common types defined in the model."
            type="4">
            <calltips>
                <calltip text="CONVERT_TYPE(&lt;destinationLanguage&gt;, &lt;originalType&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="CONVERT_DB_TYPE"
            mouseOverText="CONVERT_DB_TYPE(&lt;destinationLanguage&gt;, &lt;originalType&gt;)\nConverts &lt;originalType&gt;, to the corresponding DBMS type in &lt;destinationLanguage&gt; using the datatypes and common types defined in the model."
            type="4">
            <calltips>
                <calltip text="CONVERT_DB_TYPE(&lt;destinationLanguage&gt;, &lt;originalType&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="DB_CONSTRAINT_NAME"
            mouseOverText="DB_CONSTRAINT_NAME(&lt;constraintType&gt;, &lt;firstNamePart&gt;, &lt;secondNamePart&gt;)\nBuilds a Foreign or Primary Key constraint name from the DDL Name Templates."
            type="4">
            <calltips>
                <calltip text="DB_CONSTRAINT_NAME(&lt;constraintType&gt;, &lt;firstNamePart&gt;, &lt;secondNamePart&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="TRANSFORM_REFERENCE"
            mouseOverText="TRANSFORM_REFERENCE(&lt;name&gt;, &lt;sourceGUID&gt;, &lt;namespace&gt;)\nCreates a reference to a transformed element."
            type="4">
            <calltips>
                <calltip text="TRANSFORM_REFERENCE(&lt;name&gt;, &lt;sourceGUID&gt;, &lt;namespace&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="TRANSFORM_CURRENT"
            mouseOverText="TRANSFORM_CURRENT([&lt;connectorEnd&gt;[, &lt;listOfExcludedItems&gt;]])\nCopies all properties from the current template scope.  Can also add a list of fields that you don't want generated.  When in a connector template, you can specify what end you are generating."
            type="4">
            <calltips>
                <calltip text="TRANSFORM_CURRENT()"/>
                <calltip text="TRANSFORM_CURRENT(&lt;listOfExcludedItems&gt;)"/>
                <calltip text="TRANSFORM_CURRENT(&lt;connectorEnd&gt;, &lt;listOfExcludedItems&gt;)"/>
            </calltips>
        </intellisenseItem>
        <intellisenseItem
            name="TRANSFORM_CLASSIFIER"
            mouseOverText="TRANSFORM_CLASSIFIER(&lt;name&gt;, &lt;sourceGUID&gt;, &lt;namespace&gt;)\n"
            type="4">
            <calltips>
                <calltip text="TRANSFORM_CLASSIFIER(&lt;name&gt;, &lt;sourceGUID&gt;, &lt;namespace&gt;): Generates a reference to a transformed class that will be used as a classifier for the current context."/>
            </calltips>
        </intellisenseItem>                                                                                                                                                                                                                                                                                                                                                                                                                         
		<intellisenseItem
            name="REMOVE_LAST_SEPARATOR"
            mouseOverText="REMOVE_LAST_SEPARATOR(&lt;src&gt;[, &lt;separator&gt;])\nRemove the latest appearance separator character from the DDL script."
            type="4">
            <calltips>
                <calltip text="REMOVE_LAST_SEPARATOR(&lt;src&gt;)"/>
                <calltip text="REMOVE_LAST_SEPARATOR(&lt;src&gt;, &lt;separator&gt;)"/>
            </calltips>
        </intellisenseItem>
		<intellisenseItem
            name="PROCESS_DDL_SCRIPT"
            mouseOverText="PROCESS_DDL_SCRIPT(&lt;process_type&gt;, &lt;table&gt;, &lt;script&gt;, &lt;separator&gt;)\nProcessing special scrip which cannot be processed correctly in DDL Template."
            type="4">
            <calltips>
                <calltip text="PROCESS_DDL_SCRIPT(&lt;process_type&gt;, &lt;table&gt;, &lt;script&gt;, &lt;separator&gt;)"/>
            </calltips>
        </intellisenseItem>
		<intellisenseItem
            name="DDL_DATATYPE_SIZE"
            mouseOverText="DDL_DATATYPE_SIZE(&lt;product&gt;, &lt;data_type&gt;)\nRetrieve Data Type size for a specific DBMS Data Type; \nIt would return '1' if Data Type has a length, return '2' if Data Type has precision and scale."
            type="4">
            <calltips>
                <calltip text="DDL_DATATYPE_SIZE(&lt;product&gt;, &lt;data_type&gt;)"/>
            </calltips>
        </intellisenseItem>
		<intellisenseItem
            name="DDL_RESOLVE_NAME"
            mouseOverText="DDL_RESOLVE_NAME(&lt;product&gt;, &lt;name&gt;, &lt;leftSurround&gt;, &lt;rightSurround&gt;)\nTo put surround character around the name; \nTo surround name is required for some DBMS if they contain special character or they are reserved words, \nin this case they are handled specially inside DBMS."
            type="4">
            <calltips>
                <calltip text="DDL_RESOLVE_NAME(&lt;product&gt;, &lt;name&gt;, &lt;leftSurround&gt;, &lt;rightSurround&gt;)"/>
            </calltips>
        </intellisenseItem>
		<intellisenseItem
            name="EXECUTE_CURRENT"
            mouseOverText="EXECUTE_CURRENT(&lt;objectName&gt;, &lt;actionName&gt;, &lt;weight&gt;)\nAdd script generated from THIS template to Database Builder window, Execute DDL tab.\n&lt;objectName&gt;: Object column,\n&lt;actionName&gt;: Action column,\n&lt;weight&gt;:Unit with higher value will be executed first"
            type="4">
            <calltips>
                <calltip text="EXECUTE_CURRENT(&lt;objectName&gt;, &lt;actionName&gt;, &lt;weight&gt;)"/>
            </calltips>
        </intellisenseItem>
		<intellisenseItem
            name="EXECUTE_STRING"
            mouseOverText="EXECUTE_STRING(&lt;objectName&gt;, &lt;actionName&gt;, &lt;weight&gt;, &lt;script&gt;[, &lt;separator&gt;])\nAdd &lt;script&gt; to Database Builder window, Execute DDL tab.\n&lt;objectName&gt;: Object column,\n&lt;actionName&gt;: Action column,\n&lt;weight&gt;:Unit with higher value will be executed first,\n&lt;script&gt;: The script that can be executed,\n&lt;separator&gt;:Optional parameter. Used to separate one single statement to multiple atomic statements, because the engine can run only one atomic statement at a time."
            type="4">
            <calltips>
                <calltip text="EXECUTE_STRING(&lt;objectName&gt;, &lt;actionName&gt;, &lt;weight&gt;, &lt;script&gt;)"/>
                <calltip text="EXECUTE_STRING(&lt;objectName&gt;, &lt;actionName&gt;, &lt;weight&gt;, &lt;script&gt;, &lt;separator&gt;)"/>
            </calltips>
        </intellisenseItem>
		<intellisenseItem
            name="EXIST_STRING"
            mouseOverText="EXIST_STRING(&lt;script&gt;)\nReturn T if &lt;script&gt; already exist in DDL Execution Engine. \nFor example: in DB2, if the difference of AutoNum/StartNum/Increment were picked up; StartNum/Increment can be skipped if script for AutoNum already EXISTS."
            type="4">
            <calltips>
                <calltip text="EXIST_STRING(&lt;script&gt;)"/>
            </calltips>
        </intellisenseItem>
		<intellisenseItem
            name="REMOVE_STRING"
            mouseOverText="REMOVE_STRING(&lt;script&gt;)\nRemove &lt;script&gt; from DDL Execution Engine. \nFor example: in DB2, if the difference of AutoNum/StartNum/Increment were picked up; scripts for StartNum/Increment should be REMOVED when adding script generated for AutoNum."
            type="4">
            <calltips>
                <calltip text="REMOVE_STRING(&lt;script&gt;)"/>
            </calltips>
        </intellisenseItem>
		<intellisenseItem
            name="DDL_TABLE_TAGVALUE"
            mouseOverText="DDL_TABLE_TAGVALUE(&lt;propertyName&gt;)\nAccess a table property in the Database Table object(EA Model Side)."
            type="4">
            <calltips>
                <calltip text="DDL_TABLE_TAGVALUE(&lt;propertyName&gt;)"/>
            </calltips>
        </intellisenseItem>
		<intellisenseItem
            name="ODBC_TABLE_TAGVALUE"
            mouseOverText="ODBC_TABLE_TAGVALUE(&lt;propertyName&gt;)\nAccess a table property in the Database Table object(ODBC Side)."
            type="4">
            <calltips>
                <calltip text="ODBC_TABLE_TAGVALUE(&lt;propertyName&gt;)"/>
            </calltips>
        </intellisenseItem>
		<intellisenseItem
            name="SUPPRESS_EXECUTE_CURRENT"
            mouseOverText="SUPPRESS_EXECUTE_CURRENT(&quot;TRUE&quot; or &quot;FALSE&quot;)\nAlways appear in a pair. The templates in between will disable EXECUTE_CURRENT."
            type="4">
            <calltips>
                <calltip text="SUPPRESS_EXECUTE_CURRENT(&quot;TRUE&quot;)"/>
				<calltip text="SUPPRESS_EXECUTE_CURRENT(&quot;FALSE&quot;)"/>
            </calltips>
        </intellisenseItem>
    </intellisenseItems>
</intellisenseDB>
