<?xml version="1.0" encoding="ASCII"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:diagram="http://www.metamatrix.com/metamodels/Diagram" xmlns:jdbc="http://www.metamatrix.com/metamodels/JDBC" xmlns:mmcore="http://www.metamatrix.com/metamodels/Core" xmlns:relational="http://www.metamatrix.com/metamodels/Relational">
  <mmcore:ModelAnnotation xmi:uuid="mmuuid:f6fe6538-9c07-4994-84b3-43f972f6b69b" primaryMetamodelUri="http://www.metamatrix.com/metamodels/Relational" modelType="PHYSICAL" ProducerName="Teiid Designer" ProducerVersion="10.0.0.Final-v20160413-1817-B4094">
    <modelImports xmi:uuid="mmuuid:5e08f612-4d18-46fd-8cc5-9ed4ff573519" name="XMLSchema" modelLocation="http://www.w3.org/2001/XMLSchema" modelType="TYPE" primaryMetamodelUri="http://www.eclipse.org/xsd/2002/XSD"/>
  </mmcore:ModelAnnotation>
  <relational:BaseTable xmi:uuid="mmuuid:0f08b7bd-8686-43cb-bc2c-3ff0e29de414" name="customer" nameInSource="&quot;public&quot;.&quot;customer&quot;">
    <columns xmi:uuid="mmuuid:d93c4252-5723-436e-9f2d-a84b42cfa7a3" name="c_custkey" nameInSource="&quot;c_custkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:88cdf2b7-74fa-436b-bed7-5f2ca8cda3d6" name="c_name" nameInSource="&quot;c_name&quot;" nativeType="varchar" length="25">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:a67daed3-2015-4e87-8ed8-1fcce577045b" name="c_address" nameInSource="&quot;c_address&quot;" nativeType="varchar" length="40">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:b9cacef1-0d52-4ec1-ad18-ddb1dbada28d" name="c_nationkey" nameInSource="&quot;c_nationkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:19ac6334-391a-4b58-bfdb-11bbeb18f4d2" name="c_phone" nameInSource="&quot;c_phone&quot;" nativeType="bpchar" length="15" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:48609557-bf5c-47d2-b7e2-43714162171e" name="c_acctbal" nameInSource="&quot;c_acctbal&quot;" nativeType="float4" length="8" fixedLength="true" scale="8">
      <type href="http://www.w3.org/2001/XMLSchema#float"/>
    </columns>
    <columns xmi:uuid="mmuuid:18390695-1ee1-4c20-831e-25bc498c3973" name="c_mktsegment" nameInSource="&quot;c_mktsegment&quot;" nativeType="bpchar" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:a24af2c2-02c3-413b-817c-d567204ae6ff" name="c_comment" nameInSource="&quot;c_comment&quot;" nativeType="varchar" length="200">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
  </relational:BaseTable>
  <relational:BaseTable xmi:uuid="mmuuid:1cf8186e-74f3-442e-a32c-bab55a0c1a14" name="lineitem" nameInSource="&quot;public&quot;.&quot;lineitem&quot;">
    <columns xmi:uuid="mmuuid:04cfdc5e-aa2e-4308-82ef-6cd5988b8384" name="l_orderkey" nameInSource="&quot;l_orderkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:57d059b9-0a51-4056-b897-5497a46d54ad" name="l_partkey" nameInSource="&quot;l_partkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:ee29df9c-d2e8-407e-9864-803a8174f480" name="l_suppkey" nameInSource="&quot;l_suppkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:6d6b0dec-6a0b-4ca2-85d7-0e2ff629952f" name="l_linenumber" nameInSource="&quot;l_linenumber&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:d820f82f-8d45-41b0-96ad-d65173474b13" name="l_quantity" nameInSource="&quot;l_quantity&quot;" nativeType="float4" length="8" fixedLength="true" scale="8">
      <type href="http://www.w3.org/2001/XMLSchema#float"/>
    </columns>
    <columns xmi:uuid="mmuuid:fedc96e5-a1b6-433b-8fdf-3201fde3cb6a" name="l_extendedprice" nameInSource="&quot;l_extendedprice&quot;" nativeType="float4" length="8" fixedLength="true" scale="8">
      <type href="http://www.w3.org/2001/XMLSchema#float"/>
    </columns>
    <columns xmi:uuid="mmuuid:77f6eed4-af7f-4b6f-b3aa-40e38c01c3fe" name="l_discount" nameInSource="&quot;l_discount&quot;" nativeType="float4" length="8" fixedLength="true" scale="8">
      <type href="http://www.w3.org/2001/XMLSchema#float"/>
    </columns>
    <columns xmi:uuid="mmuuid:6d9e2905-7ebb-455d-ac05-7bcd0729ce00" name="l_tax" nameInSource="&quot;l_tax&quot;" nativeType="float4" length="8" fixedLength="true" scale="8">
      <type href="http://www.w3.org/2001/XMLSchema#float"/>
    </columns>
    <columns xmi:uuid="mmuuid:66daa030-dc12-438b-8bab-0eba3ea423f7" name="l_returnflag" nameInSource="&quot;l_returnflag&quot;" nativeType="bpchar" length="1" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:04a2b0a7-ad25-4c3b-b97a-20fa3cee4b09" name="l_linestatus" nameInSource="&quot;l_linestatus&quot;" nativeType="bpchar" length="1" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:4f3faf10-1f51-4c91-b92a-d8b4b87ff25e" name="l_shipdate" nameInSource="&quot;l_shipdate&quot;" nativeType="date" length="13" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#date"/>
    </columns>
    <columns xmi:uuid="mmuuid:e4413c72-7b6d-451d-8103-e8113acefa67" name="l_commitdate" nameInSource="&quot;l_commitdate&quot;" nativeType="date" length="13" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#date"/>
    </columns>
    <columns xmi:uuid="mmuuid:d18dc866-215d-4417-98a4-23b10f21038b" name="l_receiptdate" nameInSource="&quot;l_receiptdate&quot;" nativeType="date" length="13" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#date"/>
    </columns>
    <columns xmi:uuid="mmuuid:2d9d2a36-2e24-4d45-89e1-3db969fe5f8d" name="l_shipinstruct" nameInSource="&quot;l_shipinstruct&quot;" nativeType="bpchar" length="25" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:74d4659a-f0de-49bb-b39c-af4c8961b8d3" name="l_shipmode" nameInSource="&quot;l_shipmode&quot;" nativeType="bpchar" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:b58d0bc7-b3a1-4ab7-aed6-1c66312d5726" name="l_comment" nameInSource="&quot;l_comment&quot;" nativeType="varchar" length="200">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
  </relational:BaseTable>
  <relational:BaseTable xmi:uuid="mmuuid:f7598c3d-f7bd-48b9-85d6-bc42e482c6ba" name="nation" nameInSource="&quot;public&quot;.&quot;nation&quot;">
    <columns xmi:uuid="mmuuid:89409ba5-b4f6-4194-8a58-13c58b8b102c" name="n_nationkey" nameInSource="&quot;n_nationkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:baaf59ed-e8fc-4fdf-866c-19533767c88b" name="n_name" nameInSource="&quot;n_name&quot;" nativeType="bpchar" length="25" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:749f23b9-3b49-4625-9495-4c0290ffb708" name="n_regionkey" nameInSource="&quot;n_regionkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:74c4ee32-85cf-45e1-a128-8a4624430581" name="n_comment" nameInSource="&quot;n_comment&quot;" nativeType="varchar" length="200">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
  </relational:BaseTable>
  <relational:BaseTable xmi:uuid="mmuuid:29f2b194-913c-4965-84fc-bb5fd73e9f41" name="orders" nameInSource="&quot;public&quot;.&quot;orders&quot;">
    <columns xmi:uuid="mmuuid:26280cbc-af68-4b6a-bccc-5c810c9c521f" name="o_orderkey" nameInSource="&quot;o_orderkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:c7ef0596-7f1e-48bd-be55-04939af1c9e8" name="o_custkey" nameInSource="&quot;o_custkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:e31563d3-1d0a-42f9-82d8-e80308023be2" name="o_orderstatus" nameInSource="&quot;o_orderstatus&quot;" nativeType="bpchar" length="1" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:1373fe23-154a-4bfc-a727-21212dcbafda" name="o_totalprice" nameInSource="&quot;o_totalprice&quot;" nativeType="float4" length="8" fixedLength="true" scale="8">
      <type href="http://www.w3.org/2001/XMLSchema#float"/>
    </columns>
    <columns xmi:uuid="mmuuid:f6cb64c0-bf84-4fe8-822f-7e2f9226faff" name="o_orderdate" nameInSource="&quot;o_orderdate&quot;" nativeType="date" length="13" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#date"/>
    </columns>
    <columns xmi:uuid="mmuuid:11227e7a-ee49-4f8e-86c0-f913eafa0aa4" name="o_orderpriority" nameInSource="&quot;o_orderpriority&quot;" nativeType="bpchar" length="15" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:9137520d-629c-46d9-bd91-f507061dd745" name="o_clerk" nameInSource="&quot;o_clerk&quot;" nativeType="bpchar" length="15" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:ebf06f7f-118b-4f5a-a402-9df3bb2807c2" name="o_shippriority" nameInSource="&quot;o_shippriority&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:6a7963c9-9fb5-4acb-9b28-5d0b4b3be3ca" name="o_comment" nameInSource="&quot;o_comment&quot;" nativeType="varchar" length="200">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
  </relational:BaseTable>
  <relational:BaseTable xmi:uuid="mmuuid:2d0eb053-83bc-49e0-ac39-a221ce9218c5" name="part" nameInSource="&quot;public&quot;.&quot;part&quot;">
    <columns xmi:uuid="mmuuid:41c4782d-5a55-4462-8536-29772536718a" name="p_partkey" nameInSource="&quot;p_partkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:879385e0-9d88-47a0-a46c-2833975c523d" name="p_name" nameInSource="&quot;p_name&quot;" nativeType="varchar" length="55">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:2e938112-35aa-43df-8f02-de94a6c37e00" name="p_mfgr" nameInSource="&quot;p_mfgr&quot;" nativeType="bpchar" length="25" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:84665126-fa93-4fe6-84b8-3ede489d3c5f" name="p_brand" nameInSource="&quot;p_brand&quot;" nativeType="bpchar" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:a91e8879-532a-46db-b54f-cf48a09ae0ca" name="p_type" nameInSource="&quot;p_type&quot;" nativeType="varchar" length="25">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:1540e089-f9ef-4888-b0b6-4a9b66768b6f" name="p_size" nameInSource="&quot;p_size&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:2034e4c7-cab8-4ff1-8860-bc19b77a78ae" name="p_container" nameInSource="&quot;p_container&quot;" nativeType="bpchar" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:95e327d8-a141-48f1-9223-575283ec6069" name="p_retailprice" nameInSource="&quot;p_retailprice&quot;" nativeType="float4" length="8" fixedLength="true" scale="8">
      <type href="http://www.w3.org/2001/XMLSchema#float"/>
    </columns>
    <columns xmi:uuid="mmuuid:e417403d-2e21-4c82-9af5-ad08f9449531" name="p_comment" nameInSource="&quot;p_comment&quot;" nativeType="varchar" length="200">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
  </relational:BaseTable>
  <relational:BaseTable xmi:uuid="mmuuid:f4d2f0e9-4c90-4838-841c-6c66a9955021" name="partsupp" nameInSource="&quot;public&quot;.&quot;partsupp&quot;">
    <columns xmi:uuid="mmuuid:cdcf30c7-42dd-437b-8d60-875146a8dc94" name="ps_partkey" nameInSource="&quot;ps_partkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:c00de32f-8471-4176-9f17-3fe5670c1316" name="ps_suppkey" nameInSource="&quot;ps_suppkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:f72cfced-baa8-4ee0-8e0d-48b6e9917ce7" name="ps_availqty" nameInSource="&quot;ps_availqty&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:6edf5820-d42a-41be-8ebf-755d1380cd6a" name="ps_supplycost" nameInSource="&quot;ps_supplycost&quot;" nativeType="float4" length="8" fixedLength="true" scale="8">
      <type href="http://www.w3.org/2001/XMLSchema#float"/>
    </columns>
    <columns xmi:uuid="mmuuid:65e32b3e-147a-4a8b-a9db-4bea17b18ca4" name="ps_comment" nameInSource="&quot;ps_comment&quot;" nativeType="varchar" length="200">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
  </relational:BaseTable>
  <relational:BaseTable xmi:uuid="mmuuid:bcbb659a-befe-416d-be8c-301a92987062" name="region" nameInSource="&quot;public&quot;.&quot;region&quot;">
    <columns xmi:uuid="mmuuid:989a3e4b-8ed9-4b37-8153-d47bd311722d" name="r_regionkey" nameInSource="&quot;r_regionkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:05ec92a4-368b-4985-8770-9b9f4c1b2679" name="r_name" nameInSource="&quot;r_name&quot;" nativeType="bpchar" length="25" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:86af11eb-0251-42d7-89d5-dafb5fa39020" name="r_comment" nameInSource="&quot;r_comment&quot;" nativeType="varchar" length="200">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
  </relational:BaseTable>
  <relational:BaseTable xmi:uuid="mmuuid:16b79eda-fd3f-46d2-9bee-3d6cf309ab6d" name="supplier" nameInSource="&quot;public&quot;.&quot;supplier&quot;">
    <columns xmi:uuid="mmuuid:3b66109a-f3d1-4b5b-a38c-6596c8280432" name="s_suppkey" nameInSource="&quot;s_suppkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:76432442-cbbb-4fcf-81a3-5be99cb0625a" name="s_name" nameInSource="&quot;s_name&quot;" nativeType="bpchar" length="25" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:d4ea60f9-13d7-45f1-ac88-d51b9b414cda" name="s_address" nameInSource="&quot;s_address&quot;" nativeType="varchar" length="40">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:9a7b4787-5df6-454d-8e99-8051572298f4" name="s_nationkey" nameInSource="&quot;s_nationkey&quot;" nativeType="int4" length="10" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#int"/>
    </columns>
    <columns xmi:uuid="mmuuid:605e2a45-bb95-41ff-8693-d6b2df181bec" name="s_phone" nameInSource="&quot;s_phone&quot;" nativeType="bpchar" length="15" fixedLength="true">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
    <columns xmi:uuid="mmuuid:8d87bdcd-4631-446d-9f6f-edfac2559005" name="s_acctbal" nameInSource="&quot;s_acctbal&quot;" nativeType="float4" length="8" fixedLength="true" scale="8">
      <type href="http://www.w3.org/2001/XMLSchema#float"/>
    </columns>
    <columns xmi:uuid="mmuuid:e9ee0a22-2d14-45e3-b434-454e89f8336f" name="s_comment" nameInSource="&quot;s_comment&quot;" nativeType="varchar" length="200">
      <type href="http://www.w3.org/2001/XMLSchema#string"/>
    </columns>
  </relational:BaseTable>
  <mmcore:AnnotationContainer xmi:uuid="mmuuid:d908c931-f05e-431f-9f70-d46d4214e6cd">
    <annotations xmi:uuid="mmuuid:36823966-2f4f-43e4-8c1b-5690d01e793e" annotatedObject="mmuuid/f6fe6538-9c07-4994-84b3-43f972f6b69b">
      <tags xmi:uuid="mmuuid:b8406975-ab78-4217-83f1-92ebd9d40ff3" key="connection:driver-class" value="org.postgresql.Driver"/>
      <tags xmi:uuid="mmuuid:56bf6769-5ccb-4a2e-8754-45ce268619db" key="connectionProfile:connectionProfileName" value="PostgreSqlDbt3"/>
      <tags xmi:uuid="mmuuid:b181c722-6ee8-4af0-8af5-ebee4eebe837" key="connection:jarList" value="C:\Users\nminoru\Downloads\postgresql-9.4-1204.jdbc42.jar"/>
      <tags xmi:uuid="mmuuid:8adddb93-1226-427d-8f9d-6f60789b3068" key="connectionProfile:connectionProfileProviderId" value="org.eclipse.datatools.enablement.postgresql.connectionProfile"/>
      <tags xmi:uuid="mmuuid:f8f0dcf0-3258-4020-bceb-ef747e269174" key="translator:name" value="postgresql"/>
      <tags xmi:uuid="mmuuid:d4555942-a31d-4e26-a6e9-3689f5dcfba2" key="connection:connection-url" value="jdbc:postgresql://10.20.230.17:5432/dbt3"/>
      <tags xmi:uuid="mmuuid:2323c0be-623d-49f8-8316-d9540a02c5c0" key="connectionProfile:connectionProfileInstanceID" value="c5ca9621-120a-11e6-8ebf-d5e4ab7122a8"/>
      <tags xmi:uuid="mmuuid:1da4b8f9-b0b9-46fd-bf74-574fdcafa695" key="connection:connectionProfileInstanceID" value="org.eclipse.datatools.enablement.postgresql.connectionProfile"/>
      <tags xmi:uuid="mmuuid:bc1d5d88-d80e-4b11-a3fa-747143773834" key="connectionProfile:connectionProfileDescription" value=""/>
      <tags xmi:uuid="mmuuid:1c2ce36c-bdad-41d1-bdde-e36c4d7c8059" key="connection:user-name" value="nminoru"/>
      <tags xmi:uuid="mmuuid:83699d31-ff07-4dd8-a8bb-9fad593a27c2" key="connectionProfile:connectionProfileCategory" value="org.eclipse.datatools.connectivity.db.category"/>
      <tags xmi:uuid="mmuuid:22a18cf6-bf18-4aaa-bc8c-9ff564a18dfd" key="connection:JBossDsJndi" value="PostgreSqlDbt3_DS"/>
      <tags xmi:uuid="mmuuid:3c8bf976-927f-4c7c-88c4-5c100ea5e71e" key="modelExtensionDefinition:relational" value="relational"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:8207e71f-0e7a-43cc-9930-777388af3160" annotatedObject="mmuuid/3c8bf976-927f-4c7c-88c4-5c100ea5e71e">
      <tags xmi:uuid="mmuuid:f4f788a3-ca12-4f8c-8132-d2d89d3eb38b" key="metamodel" value="http://www.metamatrix.com/metamodels/Relational"/>
      <tags xmi:uuid="mmuuid:af4fc00a-5538-4ef5-9649-5f9c3bc1999c" key="namespacePrefix" value="relational"/>
      <tags xmi:uuid="mmuuid:0cc5c362-4195-4bde-9bb1-5c9aa9f98399" key="namespaceUri" value="http://www.teiid.org/ext/relational/2012"/>
      <tags xmi:uuid="mmuuid:cfa79a28-b5bc-4d16-bc94-68547df33f7c" key="version" value="7"/>
      <tags xmi:uuid="mmuuid:c96dce71-096c-4d3d-8f4f-634d08659fb4" key="description" value="Relational metamodel extension properties"/>
      <tags xmi:uuid="mmuuid:40a2ff3f-fac5-4f0e-b0b1-46a6ecac77b6" key="modelTypes" value=""/>
      <tags xmi:uuid="mmuuid:415be07d-7f0f-4c48-9d37-2157a9e57fd6" key="extendedMetaclass:org.teiid.designer.metamodels.relational.impl.ProcedureImpl" value="org.teiid.designer.metamodels.relational.impl.ProcedureImpl"/>
      <tags xmi:uuid="mmuuid:aaec4060-c294-4435-b95a-016c6800946e" key="extendedMetaclass:org.teiid.designer.metamodels.relational.impl.BaseTableImpl" value="org.teiid.designer.metamodels.relational.impl.BaseTableImpl"/>
      <tags xmi:uuid="mmuuid:cb9a4acc-33bf-46c8-b3c9-5b57e9ffd113" key="extendedMetaclass:org.teiid.designer.metamodels.relational.impl.ForeignKeyImpl" value="org.teiid.designer.metamodels.relational.impl.ForeignKeyImpl"/>
      <tags xmi:uuid="mmuuid:de90031a-034a-4d4f-886d-a70aa07768e7" key="extendedMetaclass:org.teiid.designer.metamodels.relational.impl.ProcedureParameterImpl" value="org.teiid.designer.metamodels.relational.impl.ProcedureParameterImpl"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:2e9f5c00-8413-4a33-a14c-34226aeda86a" annotatedObject="mmuuid/40a2ff3f-fac5-4f0e-b0b1-46a6ecac77b6">
      <tags xmi:uuid="mmuuid:b34c472c-d689-4f05-a4ce-f2d16606ec8f" key="PHYSICAL" value=""/>
      <tags xmi:uuid="mmuuid:c3772b62-788d-4505-835d-640ed723be02" key="VIRTUAL" value=""/>
    </annotations>
    <annotations xmi:uuid="mmuuid:7fc9fa62-133e-443a-a677-8f2493db081f" annotatedObject="mmuuid/415be07d-7f0f-4c48-9d37-2157a9e57fd6">
      <tags xmi:uuid="mmuuid:1d68f36e-b4a9-4c93-bf89-44659bb2e804" key="propertyDefinition:deterministic" value="deterministic"/>
      <tags xmi:uuid="mmuuid:f407d199-4874-4f4e-899d-31ea6e263d3f" key="propertyDefinition:native-query" value="native-query"/>
      <tags xmi:uuid="mmuuid:46dfed97-c8bc-4794-8e3d-0f1f8d41449d" key="propertyDefinition:non-prepared" value="non-prepared"/>
      <tags xmi:uuid="mmuuid:e9ae4126-8dcc-46e6-8654-17be3fcd1dd6" key="propertyDefinition:aggregate" value="aggregate"/>
      <tags xmi:uuid="mmuuid:1548c568-1b29-4049-9778-9455483ea95f" key="propertyDefinition:analytic" value="analytic"/>
      <tags xmi:uuid="mmuuid:9d52d2e5-739b-4cb8-bb5c-870dfbf91f0b" key="propertyDefinition:allows-orderby" value="allows-orderby"/>
      <tags xmi:uuid="mmuuid:31afc70b-3fb0-46e3-b7b2-4f97adb492a3" key="propertyDefinition:uses-distinct-rows" value="uses-distinct-rows"/>
      <tags xmi:uuid="mmuuid:0e050e96-3483-42f9-81d8-bbe78777063a" key="propertyDefinition:allows-distinct" value="allows-distinct"/>
      <tags xmi:uuid="mmuuid:41a42a20-2712-4f0f-a7ff-a8e7050ebd99" key="propertyDefinition:decomposable" value="decomposable"/>
      <tags xmi:uuid="mmuuid:f95be844-8548-44ee-b928-8cc2a4fb4495" key="propertyDefinition:varargs" value="varargs"/>
      <tags xmi:uuid="mmuuid:8a4d5b8b-b680-4e60-be9a-1557d7d6863d" key="propertyDefinition:null-on-null" value="null-on-null"/>
      <tags xmi:uuid="mmuuid:0b6c955a-a119-4407-b2c9-6bdf73d84a55" key="propertyDefinition:function-category" value="function-category"/>
      <tags xmi:uuid="mmuuid:41eaf015-5df4-4747-ac85-3ea0ff12c3e8" key="propertyDefinition:java-class" value="java-class"/>
      <tags xmi:uuid="mmuuid:c137f9a7-4550-4a8c-9ab7-5417fa4ab267" key="propertyDefinition:java-method" value="java-method"/>
      <tags xmi:uuid="mmuuid:652eb652-3689-4a00-a11f-21d7c1f7bfd6" key="propertyDefinition:udfJarPath" value="udfJarPath"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:4e5ab1fa-51f5-475e-9e53-6ed7c5724bd9" annotatedObject="mmuuid/1d68f36e-b4a9-4c93-bf89-44659bb2e804">
      <tags xmi:uuid="mmuuid:cf895302-5a10-468b-a515-04b82232a6d1" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:830f884a-e109-4640-a4c9-fa5f5a8f95ef" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:5282cde7-e0d1-441c-9adc-607ff886dace" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:fd9eea5e-280c-4f2c-a0e0-a95716daf68d" key="description" value=""/>
      <tags xmi:uuid="mmuuid:ae9ab6c6-017d-4e1c-980f-7e96689729f7" key="id" value="deterministic"/>
      <tags xmi:uuid="mmuuid:0297a962-bb37-4808-9bfb-5fd0d522b8ba" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:c1410184-b92d-48cd-bf9d-2db0cdaa0fc4" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:80b2a96c-548c-4151-8619-7d88c0f6f0e8" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:d2db21ab-1a21-4d0a-8581-5fbaba32b955" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:73d20db9-8043-4d08-8d6f-c71a9fbe5f76" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:5fc1efa9-9419-4dd1-aca3-d5376765a512" annotatedObject="mmuuid/830f884a-e109-4640-a4c9-fa5f5a8f95ef">
      <tags xmi:uuid="mmuuid:136bf51d-1a68-40ea-a994-c5bcf7a8261a" key="en" value="Deterministic"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:b3f53560-79b7-48b7-948a-63a2490fc83f" annotatedObject="mmuuid/fd9eea5e-280c-4f2c-a0e0-a95716daf68d">
      <tags xmi:uuid="mmuuid:e709f0ec-2d78-40c2-9a85-72fed70cf4db" key="en" value="Specifies that the source function will always return the same result for a specific input value"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:d196623b-6c2c-4da4-b61a-1c180ea62d87" annotatedObject="mmuuid/f407d199-4874-4f4e-899d-31ea6e263d3f">
      <tags xmi:uuid="mmuuid:71e3597c-cb35-4fa9-8d53-2a895e3429c5" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:244d1b50-59b6-458c-b77c-71b990ad1511" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:c84313c9-93ff-4b1d-9286-75de7e7f5549" key="id" value="native-query"/>
      <tags xmi:uuid="mmuuid:90ce353d-abbf-475d-a779-c626c464525d" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:74bfa5ce-99bf-47ba-8792-6742bfcc3400" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:40c50c29-deef-4a3b-9b43-de30d06cf8a2" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:1c299161-ed99-4c20-99db-60e1d0247992" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:14847ce7-8a49-4fec-bbd3-5c994aeca5f3" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:8737928a-6281-437e-9664-75828c441d8f" annotatedObject="mmuuid/244d1b50-59b6-458c-b77c-71b990ad1511">
      <tags xmi:uuid="mmuuid:440ec12e-bd38-46bb-b5b7-992145df04a9" key="en" value="Native Query"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:14203c04-679c-4c7a-bae9-57182145eeb4" annotatedObject="mmuuid/46dfed97-c8bc-4794-8e3d-0f1f8d41449d">
      <tags xmi:uuid="mmuuid:7460df66-e040-4f7c-be06-2ba720dff25c" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:a054d3f0-3fe0-4317-9e23-2eb963ddfdd7" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:c08876cc-a569-47c0-9cda-df3d138c838e" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:f4c0669d-cddc-433e-9a24-d63dc47617a0" key="id" value="non-prepared"/>
      <tags xmi:uuid="mmuuid:000714f5-96d1-43de-9c28-176188cea432" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:187ff5fd-d968-49ce-a27e-22ca33fcd9a7" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:ce84a2da-5900-4518-a21f-cf98ac1b0bd2" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:23efbbd1-797e-4a1c-8fa4-6f2b49079a6b" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:93dc35a7-1747-4402-8c5d-dbb1a9aa5341" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:bbc5ca40-5a73-4753-a6bd-1ecb1b5044c1" annotatedObject="mmuuid/a054d3f0-3fe0-4317-9e23-2eb963ddfdd7">
      <tags xmi:uuid="mmuuid:8506c96a-6e14-4db1-a799-f07ea12dc697" key="en" value="Non-Prepared"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:6880776f-42a0-468d-b1a6-e27c9cb0f6d3" annotatedObject="mmuuid/e9ae4126-8dcc-46e6-8654-17be3fcd1dd6">
      <tags xmi:uuid="mmuuid:92074d29-a666-4e5a-ac02-d2d5dcc4edde" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:1702d1cc-14e4-4787-9ff6-00f316d14e22" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:ea93d8ae-8e21-4909-ba78-24084edbd7aa" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:2f4ad1b9-2d45-44f2-bc03-8fad41c24111" key="id" value="aggregate"/>
      <tags xmi:uuid="mmuuid:fe1faf39-74e9-4fa4-a953-c831a5d49634" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:b939c95f-d175-469f-8506-cb3f815132e1" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:0fe80aef-77ad-4487-82d0-5023438996be" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:aec7a17a-0845-40c5-8c56-14fb715d9b92" key="required" value="true"/>
      <tags xmi:uuid="mmuuid:9d2c40b4-8013-4298-8d4c-642323ebf6fa" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:4b6309af-0a17-4c68-a1be-6d29b90dbef7" annotatedObject="mmuuid/1702d1cc-14e4-4787-9ff6-00f316d14e22">
      <tags xmi:uuid="mmuuid:156d1dcf-8ea2-4e26-abde-73600d09bc35" key="en" value="Aggregate"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:e5a0827a-558e-472d-a62d-ba2d56ab016d" annotatedObject="mmuuid/1548c568-1b29-4049-9778-9455483ea95f">
      <tags xmi:uuid="mmuuid:83098680-4b04-47ba-aa83-d04ee696522a" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:a481c110-731f-4b1d-99d5-c6277524ef8f" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:1bf3d360-978e-4b83-8961-26f504db2a8c" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:3a2996d1-f232-446d-8ac1-a61228a8d119" key="id" value="analytic"/>
      <tags xmi:uuid="mmuuid:c58fc3f6-36b7-42b0-9bc6-50b93ad34175" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:0bcb552b-3a07-4158-ae05-146aec899c9c" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:df3d64ee-f121-42e3-8cf0-979fe2cbc68a" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:2fbee34f-3557-48ef-b04c-dc30cc95c095" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:9e8a90a9-309d-45ae-aebf-273b7e78d79b" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:f2750dbf-2faa-4f42-8101-b286454e37fe" annotatedObject="mmuuid/a481c110-731f-4b1d-99d5-c6277524ef8f">
      <tags xmi:uuid="mmuuid:a6b1ce93-68c5-458a-9fe8-b1a484e84eb8" key="en" value="Analytic"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:8b9a5a19-e8f9-4445-b344-e5c5d3b4256e" annotatedObject="mmuuid/9d52d2e5-739b-4cb8-bb5c-870dfbf91f0b">
      <tags xmi:uuid="mmuuid:12107ef1-8a0f-49c6-8e34-8f2956460a0d" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:c58a486c-edf1-455e-a04b-07c6216d34ab" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:0195ebc1-2fd7-4204-8807-5ede4bce8a83" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:bdaa8db2-a3ce-4c2a-af92-e810743afcdb" key="id" value="allows-orderby"/>
      <tags xmi:uuid="mmuuid:1252064e-889a-4d84-8f59-9c4863e1c85c" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:23f13e73-ff1b-4b81-81c1-8891b8dfa88d" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:ab4b7b7d-af14-4027-b671-bf0c5f157c02" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:3c5552bb-19a6-448e-b4d1-ec4b5e2b6219" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:e2836589-676c-4e7c-b8cb-dcb37e31a68b" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:a608b35c-0db1-4913-88b1-920a5e711c30" annotatedObject="mmuuid/c58a486c-edf1-455e-a04b-07c6216d34ab">
      <tags xmi:uuid="mmuuid:e00766db-2f3f-47a4-915f-af430a588c33" key="en" value="Allows Order-by"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:14885c80-448a-48d0-b327-9947bb9f5232" annotatedObject="mmuuid/31afc70b-3fb0-46e3-b7b2-4f97adb492a3">
      <tags xmi:uuid="mmuuid:9d4ca502-8607-4fd9-b88e-b571002dfea4" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:8f9647a6-5b62-4d09-929d-efbdbe375a3a" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:8c0f808c-2c6e-4c19-9271-ace89f598500" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:d2149226-7a32-4dc6-bf09-d5b95f7cc6d5" key="id" value="uses-distinct-rows"/>
      <tags xmi:uuid="mmuuid:84492690-de2c-47ce-bb44-66687379caa5" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:ba3d7d6d-aac1-41b6-9d27-8bd2fb9f9ab4" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:3c6b4135-45ac-4c41-980e-9f309fb6e2ab" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:6054d4f7-137f-49f1-8bbb-765d95244349" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:99d10a1f-94a1-41e7-af3c-00a243915411" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:f23e169d-58c2-4785-86c7-425ebeaaf88f" annotatedObject="mmuuid/8f9647a6-5b62-4d09-929d-efbdbe375a3a">
      <tags xmi:uuid="mmuuid:be70eddf-7e06-4301-8c91-22ce23a19cd2" key="en" value="Uses Distinct Rows"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:9e850268-d73e-4a6c-bfb4-7f9065e75825" annotatedObject="mmuuid/0e050e96-3483-42f9-81d8-bbe78777063a">
      <tags xmi:uuid="mmuuid:2bc69357-797d-4eff-90f9-c691a8c827a4" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:10b60150-80b5-405a-8594-4b06f07f06fd" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:d27f218c-4829-4ac9-81e6-d5a81e9a28df" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:77d310c0-57c6-461c-a566-f55465faee71" key="id" value="allows-distinct"/>
      <tags xmi:uuid="mmuuid:b63d31bc-88d6-4e40-8f08-d39b09714b42" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:7dc91b6f-ab10-4b10-ae13-91eb4194decc" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:5395fffd-ceb8-4720-b6d6-e30bc03a2371" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:f380731e-7af8-4f02-b365-60ded9ba53f1" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:129b56e4-7821-4776-b45f-2eb18f682562" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:4bdd781b-4fa2-42cd-9b24-ba6462d40477" annotatedObject="mmuuid/10b60150-80b5-405a-8594-4b06f07f06fd">
      <tags xmi:uuid="mmuuid:35787d02-2ddc-405a-9c1b-2c60c7797dd9" key="en" value="Allows Distinct"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:ffc80dd8-7819-491f-9063-44b181af7072" annotatedObject="mmuuid/41a42a20-2712-4f0f-a7ff-a8e7050ebd99">
      <tags xmi:uuid="mmuuid:429b973b-e40e-4dd0-98d2-0a977a54bc82" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:34d8b202-9a1b-4849-bfa3-ec69453afdce" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:61a19a90-25f8-4fdf-b9fb-b41004732454" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:0ec6cf90-bca7-41e8-833e-f5ccac8dd127" key="id" value="decomposable"/>
      <tags xmi:uuid="mmuuid:3210a621-ab28-4854-9391-931b4e371e37" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:c39ff50f-caf1-4578-a6c2-55c37359cfbe" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:128577a5-abe2-4fdc-bac7-b2dcadfe340a" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:b74b55e9-0085-428a-aba1-48207af74ad6" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:5e0a50ed-7f16-4203-8ba9-f01e0cbc1f78" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:8cdbff05-3178-457d-a9bd-b68338bd5a00" annotatedObject="mmuuid/34d8b202-9a1b-4849-bfa3-ec69453afdce">
      <tags xmi:uuid="mmuuid:1b16a02e-6af6-46cd-ba9c-15f8f830b72d" key="en" value="Decomposable"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:379e75c2-641c-42b4-91a8-f14ea542eb56" annotatedObject="mmuuid/f95be844-8548-44ee-b928-8cc2a4fb4495">
      <tags xmi:uuid="mmuuid:922cef44-07d9-455d-baf3-26abe032d7d1" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:1c913128-3e6d-44f1-badf-323202a20584" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:11426aef-e5c5-4712-953c-33cfa47bed49" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:c0f810a7-d95d-447d-901b-180914535cf9" key="description" value=""/>
      <tags xmi:uuid="mmuuid:abd5b58d-99f6-4932-831a-59b29883f42f" key="id" value="varargs"/>
      <tags xmi:uuid="mmuuid:3eb2b303-c8c2-4e0d-a059-b45b6c6418ef" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:2dd2b0f8-f218-4590-bf72-e02ceafc27b2" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:8f945eef-c43e-44f3-8cd1-a0b7efbfb176" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:dd44abe4-5139-4375-92dc-ecbd04aa2984" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:288ed7c5-ce8e-4190-98e8-411847c7a151" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:b85bc1c8-7cdc-4594-9d98-c5939587e864" annotatedObject="mmuuid/1c913128-3e6d-44f1-badf-323202a20584">
      <tags xmi:uuid="mmuuid:0cbeab86-b967-4ce7-93bf-2439dac0eb5c" key="en_US" value="Variable Arguments"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:df67dccf-bd70-4285-86e6-d45d93e21f1c" annotatedObject="mmuuid/c0f810a7-d95d-447d-901b-180914535cf9">
      <tags xmi:uuid="mmuuid:9457a203-d474-43b5-90b6-36c698949483" key="en_US" value="Indicates that the last arg may be repeated a variable number of times."/>
    </annotations>
    <annotations xmi:uuid="mmuuid:b4982ad3-640c-46bc-850e-effafeda2d4d" annotatedObject="mmuuid/8a4d5b8b-b680-4e60-be9a-1557d7d6863d">
      <tags xmi:uuid="mmuuid:cc35588a-3e9d-44a3-a311-f9514c3f45fb" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:27c6d39d-ec8e-4bf9-af77-5ac2ad7d207f" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:516ad9f2-4534-4600-8eee-4f1248f43c6a" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:2eb85dbd-3029-41ab-adfa-45cbb604ec9d" key="description" value=""/>
      <tags xmi:uuid="mmuuid:efb734cc-07e5-4af3-b7d7-f306a39538af" key="id" value="null-on-null"/>
      <tags xmi:uuid="mmuuid:f725330f-a5ac-4b01-b6ea-954f5cfa661b" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:fc503626-981c-4582-8a3a-fba381754d8e" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:64071ccb-0a8a-4ccc-82e6-5bdb314419b6" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:32b04154-e8c6-4cd3-bfdb-79fbb6e9d37a" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:d54e2a61-786e-45c7-9b17-f7b100c583b1" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:09a64b35-b3ef-4e08-8c59-de8d7af253ac" annotatedObject="mmuuid/27c6d39d-ec8e-4bf9-af77-5ac2ad7d207f">
      <tags xmi:uuid="mmuuid:f92d1de4-a882-46b5-94bb-8c23a5cf51ee" key="en_US" value="Returns null on null"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:63740ca4-2764-4210-b4bd-8989aded9970" annotatedObject="mmuuid/2eb85dbd-3029-41ab-adfa-45cbb604ec9d">
      <tags xmi:uuid="mmuuid:1c678245-9f3c-42cc-af81-2f23ad85241f" key="en_US" value="indicates that the function will return null."/>
    </annotations>
    <annotations xmi:uuid="mmuuid:46773acb-f1e1-49f0-a336-6b7ee354a322" annotatedObject="mmuuid/0b6c955a-a119-4407-b2c9-6bdf73d84a55">
      <tags xmi:uuid="mmuuid:f31e6541-1c80-4236-8993-9d36e6bfd2fb" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:cf96d3c3-804a-4b64-a760-9f4c29028376" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:503c1ba8-216a-4ef8-bf22-26f614359a67" key="description" value=""/>
      <tags xmi:uuid="mmuuid:aa5ddab4-8165-448b-866b-e69557ec8115" key="id" value="function-category"/>
      <tags xmi:uuid="mmuuid:88dc7504-47d0-4ed8-99e7-b040e529b31c" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:8f5f49e1-6d8d-4b24-bc2d-2f889f622960" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:de4a7d1b-bf77-4556-a97c-2e895aabf45e" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:ecbe7357-21a6-44d3-a383-f6b8a3251124" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:dc8eced7-7a8f-4dc2-bc63-e9e81dd668a6" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:701df5c0-708d-4031-ac8b-166e435e4079" annotatedObject="mmuuid/cf96d3c3-804a-4b64-a760-9f4c29028376">
      <tags xmi:uuid="mmuuid:e71bf2c6-c410-41be-8be9-95dfc01b6fda" key="en_US" value="Function Category"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:a19e77ff-098b-404a-a698-f436e92a962b" annotatedObject="mmuuid/503c1ba8-216a-4ef8-bf22-26f614359a67">
      <tags xmi:uuid="mmuuid:b36e0796-40c0-48e9-b2a6-3e6f7b7a911f" key="en_US" value="The category for function procedures"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:8c621294-65b9-4233-8aa2-35b884cac132" annotatedObject="mmuuid/41eaf015-5df4-4747-ac85-3ea0ff12c3e8">
      <tags xmi:uuid="mmuuid:c87466be-7124-4dc5-89a3-c5a9966a9b23" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:6f19c574-7a90-41de-8398-2b70833d9634" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:ae00de79-23f2-4dee-9748-adcebd9a6bf5" key="description" value=""/>
      <tags xmi:uuid="mmuuid:a83aac4d-166c-4619-a779-dd6f96c31ceb" key="id" value="java-class"/>
      <tags xmi:uuid="mmuuid:6a7d187a-520a-46a4-958f-90b4d6d0a045" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:9b65e513-990b-4572-b202-c1cfa78ad7f4" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:7ef546d3-63dc-4823-a053-6410dfeec1f3" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:2e0c3ee9-84e2-4c60-9925-8a97bf750181" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:daf63c04-9770-4efe-a2ca-37f0a93b5f62" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:57488fc2-51aa-4a8f-aa94-8b0c55106dc3" annotatedObject="mmuuid/6f19c574-7a90-41de-8398-2b70833d9634">
      <tags xmi:uuid="mmuuid:9b11ee07-0422-4fdc-8063-6ff3ee2ccbf4" key="en_US" value="Java Class"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:4311aa7a-1a1d-49ef-a999-d2bd477b7654" annotatedObject="mmuuid/ae00de79-23f2-4dee-9748-adcebd9a6bf5">
      <tags xmi:uuid="mmuuid:749d3eca-1e5b-4be4-9f3c-4a83bf90a7bb" key="en_US" value="The java class containing the user defined function"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:ea816754-82c5-4a77-b19f-57994512f284" annotatedObject="mmuuid/c137f9a7-4550-4a8c-9ab7-5417fa4ab267">
      <tags xmi:uuid="mmuuid:d9a6f170-c2c0-4ede-a59c-6ada41e61da5" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:80eb293d-e2d4-4217-a23c-43a10b324c65" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:9161cd6f-cace-449d-986d-0c91a39e73c2" key="description" value=""/>
      <tags xmi:uuid="mmuuid:2ae93801-2fce-4ced-ba38-6af87439f77a" key="id" value="java-method"/>
      <tags xmi:uuid="mmuuid:89ad9717-6763-41c1-a7a7-b89c3f37dea6" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:972b5303-b073-4208-930e-f15015286500" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:3d33dc72-2168-47b7-b5f3-158c83af4596" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:a8687fb2-14f6-41dd-ab3a-d67e7acddf42" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:2d26b51d-a8e6-4a36-bb32-dd418622c81b" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:828806d2-b46b-43c3-ba40-e755b03a172c" annotatedObject="mmuuid/80eb293d-e2d4-4217-a23c-43a10b324c65">
      <tags xmi:uuid="mmuuid:fb45f735-0b64-4ed5-a75c-2f523f0ab855" key="en_US" value="Java Method"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:9908da9f-1769-47c0-a4ff-afacc76139c9" annotatedObject="mmuuid/9161cd6f-cace-449d-986d-0c91a39e73c2">
      <tags xmi:uuid="mmuuid:74901291-399c-4d22-9adb-428b54d378e6" key="en_US" value="The java method defining the user defined function"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:e7727a35-7904-4724-8ad4-543c5b392041" annotatedObject="mmuuid/652eb652-3689-4a00-a11f-21d7c1f7bfd6">
      <tags xmi:uuid="mmuuid:3603ab29-caf1-44bb-9a01-d2e1b2fd38c6" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:e9cc1d11-24a9-4d3d-b96f-da02445f0394" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:fc44fdf5-06dd-4773-a26c-f67407f8e219" key="description" value=""/>
      <tags xmi:uuid="mmuuid:e9408329-5fa1-4391-8c2d-acd36612769d" key="id" value="udfJarPath"/>
      <tags xmi:uuid="mmuuid:d9143d9b-f27a-4eab-bb62-67ed1a742871" key="index" value="false"/>
      <tags xmi:uuid="mmuuid:9577f5f3-e505-4af2-9865-e610a2aed5dd" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:345a3804-fd73-4aa1-a658-8e7c7c8b7434" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:4778945f-4494-4afc-b412-9b25c3cc9692" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:f2a5fb0c-4bbb-4528-a189-9e4beb1b4b0a" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:beae3e41-9bf6-48ff-b1d1-fce6f0b5c35b" annotatedObject="mmuuid/e9cc1d11-24a9-4d3d-b96f-da02445f0394">
      <tags xmi:uuid="mmuuid:0798ebb6-504b-4e78-ba31-5b616112a65f" key="en" value="UDF Jar Path"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:6578c0de-d597-4e27-9c8e-16e5bf52ec1b" annotatedObject="mmuuid/fc44fdf5-06dd-4773-a26c-f67407f8e219">
      <tags xmi:uuid="mmuuid:a316be0e-5c22-4c6b-be10-6cdb09180a0e" key="en_US" value="The project-relative path where the UDF jar is located"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:6baa60f7-1923-484b-bfdf-009a14a1c591" annotatedObject="mmuuid/aaec4060-c294-4435-b95a-016c6800946e">
      <tags xmi:uuid="mmuuid:ebc29259-7ad2-43a0-aae2-8d477f665ad1" key="propertyDefinition:native-query" value="native-query"/>
      <tags xmi:uuid="mmuuid:8dd74f56-2375-4e89-ace3-b78661530ecf" key="propertyDefinition:global-temp-table" value="global-temp-table"/>
      <tags xmi:uuid="mmuuid:b7b98c13-0ffb-465e-aed1-2629153e864f" key="propertyDefinition:ALLOW_MATVIEW_MANAGEMENT" value="ALLOW_MATVIEW_MANAGEMENT"/>
      <tags xmi:uuid="mmuuid:52385ca2-1329-4e75-bf06-5b1baa0c0bfe" key="propertyDefinition:MATVIEW_STATUS_TABLE" value="MATVIEW_STATUS_TABLE"/>
      <tags xmi:uuid="mmuuid:303250e5-f680-498d-9167-2a71def01934" key="propertyDefinition:MATVIEW_BEFORE_LOAD_SCRIPT" value="MATVIEW_BEFORE_LOAD_SCRIPT"/>
      <tags xmi:uuid="mmuuid:de53da9b-f999-4b49-a4f6-a017c1c23a75" key="propertyDefinition:MATVIEW_LOAD_SCRIPT" value="MATVIEW_LOAD_SCRIPT"/>
      <tags xmi:uuid="mmuuid:8bea8ddd-eadb-4a4a-9a94-77f9ea9e02e4" key="propertyDefinition:MATVIEW_AFTER_LOAD_SCRIPT" value="MATVIEW_AFTER_LOAD_SCRIPT"/>
      <tags xmi:uuid="mmuuid:ed9422d1-976d-4449-a67b-59cca5924001" key="propertyDefinition:MATVIEW_SHARE_SCOPE" value="MATVIEW_SHARE_SCOPE"/>
      <tags xmi:uuid="mmuuid:87d9fa0b-8291-4c85-935f-fa0f557e50ab" key="propertyDefinition:MATERIALIZED_STAGE_TABLE" value="MATERIALIZED_STAGE_TABLE"/>
      <tags xmi:uuid="mmuuid:0ae8c5e1-d77e-41cd-a5be-244eb5fc7f32" key="propertyDefinition:ON_VDB_START_SCRIPT" value="ON_VDB_START_SCRIPT"/>
      <tags xmi:uuid="mmuuid:39f6fe46-a80f-43b2-8192-50b655b5ffd6" key="propertyDefinition:ON_VDB_DROP_SCRIPT" value="ON_VDB_DROP_SCRIPT"/>
      <tags xmi:uuid="mmuuid:241a968a-7c63-4ca1-9b08-84b35d462ece" key="propertyDefinition:MATVIEW_ONERROR_ACTION" value="MATVIEW_ONERROR_ACTION"/>
      <tags xmi:uuid="mmuuid:cb5e7b55-edda-473e-8f43-772237e558d2" key="propertyDefinition:MATVIEW_TTL" value="MATVIEW_TTL"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:09390db8-5533-4ec0-83e7-03a750b13116" annotatedObject="mmuuid/ebc29259-7ad2-43a0-aae2-8d477f665ad1">
      <tags xmi:uuid="mmuuid:1339cd44-2348-41cd-9029-41e1e2ea41bd" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:914c8c2e-ceb4-4a90-bb15-bab4c9a63031" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:9a430ffa-7b35-4fbe-8b19-14c4724a2138" key="id" value="native-query"/>
      <tags xmi:uuid="mmuuid:a0e21acf-be5e-4055-ae04-039b09b23f83" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:c82e78ac-87db-453f-9929-e31356cd8428" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:98005170-582a-43ec-86da-63a799cb57f7" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:e5768cbe-6e2e-4ffa-9849-6bf5180140dc" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:9f667948-6184-4296-9f2b-6aac4967e11d" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:b81e0691-1516-4122-9eb8-2dcb29f80b88" annotatedObject="mmuuid/914c8c2e-ceb4-4a90-bb15-bab4c9a63031">
      <tags xmi:uuid="mmuuid:af8e9dcb-776e-4c1b-ab24-edadda457806" key="en" value="Native Query"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:2dd03f46-8d6f-4c08-a33a-4e7cace7fa9e" annotatedObject="mmuuid/8dd74f56-2375-4e89-ace3-b78661530ecf">
      <tags xmi:uuid="mmuuid:9a001491-4451-4bfa-90ac-eca56fc5b1d4" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:798fac68-a594-4283-8add-e876eac2ee83" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:f0aa6640-a879-4b70-aa00-8edf463bff94" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:7a020785-b855-4189-aa5e-e6460efc5546" key="id" value="global-temp-table"/>
      <tags xmi:uuid="mmuuid:b6f197b8-7bf1-4c8b-a590-42b2e08e84c4" key="index" value="false"/>
      <tags xmi:uuid="mmuuid:601bd49b-a769-47b0-81e6-b41c6eaa43c0" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:934a50a3-4f08-46e5-a066-bf3cb9544d4a" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:4e738373-d036-4cad-a965-6b075bc1de7f" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:372db56b-6ac8-42f2-836a-95912449c887" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:792d8dd0-d7ab-415a-9863-77237d774499" annotatedObject="mmuuid/798fac68-a594-4283-8add-e876eac2ee83">
      <tags xmi:uuid="mmuuid:a4e98e89-b7a8-4ca5-a56a-7e5a4297d257" key="en_US" value="Global Temp Table"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:a3232fc0-8ea4-4976-992a-76a0307718ae" annotatedObject="mmuuid/b7b98c13-0ffb-465e-aed1-2629153e864f">
      <tags xmi:uuid="mmuuid:e14ed849-f99c-4df4-8bf1-15aa3aef0410" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:81e0b247-eaf2-4831-9870-96c010081fd9" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:583e63f8-aba5-4c72-9438-1e0294b8fb79" key="defaultValue" value="false"/>
      <tags xmi:uuid="mmuuid:92e80ffe-4b69-488b-a7aa-87a1e43f76ba" key="id" value="ALLOW_MATVIEW_MANAGEMENT"/>
      <tags xmi:uuid="mmuuid:112d285f-79ba-4656-be2b-f3794ae57dda" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:0e267107-d1b1-48a7-bd5c-d711defec47f" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:7f6896e2-376b-4930-a95a-ffce4969e052" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:ed29b0f8-0fb7-4d50-b4af-59accb5367f9" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:44c55c0b-d36c-4d2a-876e-ff738311b3ba" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:08a2530d-a28a-4052-9a79-9a883bef01b6" annotatedObject="mmuuid/81e0b247-eaf2-4831-9870-96c010081fd9">
      <tags xmi:uuid="mmuuid:e6fbdd37-fa3e-4ecd-a2c4-2ece3fe404d8" key="en_US" value="Allow Teiid based management"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:1cfb39b0-9a34-47fb-bd38-dc0bf5d36888" annotatedObject="mmuuid/52385ca2-1329-4e75-bf06-5b1baa0c0bfe">
      <tags xmi:uuid="mmuuid:c13c0f60-da68-431f-a0d1-7bbec784affa" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:5acd8440-2625-413c-bb0b-409d342dd57c" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:fda73635-18dd-40a4-90cf-1f8f1120f867" key="description" value=""/>
      <tags xmi:uuid="mmuuid:b5f77311-a0b9-414e-ab25-eea771b2784e" key="id" value="MATVIEW_STATUS_TABLE"/>
      <tags xmi:uuid="mmuuid:71c787f4-6501-467a-9465-797f4e3443aa" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:498c77ba-8b6d-4101-b501-39d587c00d04" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:d8e59c6e-4387-4070-b22b-e896573e3339" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:7a2dbc8e-db94-4641-8d32-563c129055d1" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:c3fdde30-46f9-48e4-ac81-acfa28e6819b" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:67f2ef27-aa89-4cbe-875f-e052506f0063" annotatedObject="mmuuid/5acd8440-2625-413c-bb0b-409d342dd57c">
      <tags xmi:uuid="mmuuid:0eae7753-4150-4889-8312-de7a300bce55" key="en_US" value="Status Table Name"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:5574e640-9f20-4c8c-bf16-da4224a5113b" annotatedObject="mmuuid/fda73635-18dd-40a4-90cf-1f8f1120f867">
      <tags xmi:uuid="mmuuid:8a08347a-74ff-4bf5-98bf-7a83f693c1b6" key="en_US" value="fully qualified Status Table Name"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:9e363ec8-e258-4f0b-bedb-9f8052d41718" annotatedObject="mmuuid/303250e5-f680-498d-9167-2a71def01934">
      <tags xmi:uuid="mmuuid:56280870-3f1c-49b1-a841-bb7961741ff3" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:830c8bba-ada8-43f3-aa91-d2b5eee4ee72" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:fbdc44b8-d90d-4964-a17f-22e27fb97ba8" key="description" value=""/>
      <tags xmi:uuid="mmuuid:d48952b5-026b-4012-a6e6-9323d5a2592c" key="id" value="MATVIEW_BEFORE_LOAD_SCRIPT"/>
      <tags xmi:uuid="mmuuid:cf743b8c-4914-4503-99ca-01223d09d761" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:d7276e54-7ccd-498e-b826-73bc2f66fa05" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:9c08f837-140e-4e17-a403-056adb2bc8f7" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:e64141d5-f536-4ed8-9916-09a6e02ffaa4" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:b127d00c-6fce-4564-81f3-fb5851264141" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:6469e2a6-548a-4818-8577-94e2c04157b7" annotatedObject="mmuuid/830c8bba-ada8-43f3-aa91-d2b5eee4ee72">
      <tags xmi:uuid="mmuuid:b700b39a-2ac5-4cf6-8779-abb56f926e1b" key="en_US" value="Materialize Before Load Script"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:e90fc7c3-205d-485a-9bdf-83d67238dcfa" annotatedObject="mmuuid/fbdc44b8-d90d-4964-a17f-22e27fb97ba8">
      <tags xmi:uuid="mmuuid:912df5c1-c68e-44fa-a285-9139eb72bae2" key="en_US" value="semi-colon(;) separated DDL/DML commands to run before the actual load of the cache, typically used to truncate staging table "/>
    </annotations>
    <annotations xmi:uuid="mmuuid:9dac11b3-fc7e-41ff-bac2-cf5b94339597" annotatedObject="mmuuid/de53da9b-f999-4b49-a4f6-a017c1c23a75">
      <tags xmi:uuid="mmuuid:52a5ff1e-7e5f-4cec-aa77-04e18aed05f7" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:b036b8a9-fc55-4e81-945d-583522fb80c7" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:bb3a007a-d3a1-40ab-a3c8-f12783b631a2" key="description" value=""/>
      <tags xmi:uuid="mmuuid:3fd8366d-4051-4098-8c3a-888ddd2699f0" key="id" value="MATVIEW_LOAD_SCRIPT"/>
      <tags xmi:uuid="mmuuid:15890a24-704b-4df6-ace0-d3887c6788a0" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:59c6bb9f-3823-4611-a4bd-446bc22c4620" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:b2379e46-3896-43e4-93b5-b547b6809ff1" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:35452132-084d-4e6d-ac24-739a72aca341" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:17b58d1e-df23-4801-a3dd-d7c675cb26a9" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:2ecca0d3-9a52-458c-b6da-0ed295e98fd5" annotatedObject="mmuuid/b036b8a9-fc55-4e81-945d-583522fb80c7">
      <tags xmi:uuid="mmuuid:fcdfe6a0-3c57-4fd2-8e47-1c4d56fbb2cb" key="en_US" value="Materialize Load Script"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:23aaa805-cbdf-4538-8b8a-f9426b3117a4" annotatedObject="mmuuid/bb3a007a-d3a1-40ab-a3c8-f12783b631a2">
      <tags xmi:uuid="mmuuid:3a5544ff-8328-45f6-aec8-d2269f907b2c" key="en_US" value="semi-colon(;) separated DDL/DML commands to run for loading of the cache"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:652a25fe-d293-431d-8a96-d0b1993d9401" annotatedObject="mmuuid/8bea8ddd-eadb-4a4a-9a94-77f9ea9e02e4">
      <tags xmi:uuid="mmuuid:fcca53ff-67e9-44b8-8c7f-1c366a034209" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:9620a5c2-97e0-489b-9d5e-73aff59dbdd0" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:aff8aa4d-3eed-4c39-b4e9-862cbc9ff5bf" key="description" value=""/>
      <tags xmi:uuid="mmuuid:6b38408b-a8b4-4da8-a727-f7fcaf97d6b8" key="id" value="MATVIEW_AFTER_LOAD_SCRIPT"/>
      <tags xmi:uuid="mmuuid:72b29739-60ff-4713-9cf2-2d0b68709cd1" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:0cd9085d-d81e-4d5c-aaff-22f3d324a04a" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:97f44450-ed6d-4d93-be55-5b601f8ac093" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:6ed0d8b3-b016-411b-b7ed-05e0faecf8a5" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:2cf90168-0867-47bc-9008-aeb545e3e398" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:4c414e3e-f510-4460-85f0-5a879b3fe2f6" annotatedObject="mmuuid/9620a5c2-97e0-489b-9d5e-73aff59dbdd0">
      <tags xmi:uuid="mmuuid:887a4ac5-2883-474b-b759-7987f93600d7" key="en_US" value="Materialize After Load Script"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:c549f4d5-d78a-4ce2-9915-7078507a6723" annotatedObject="mmuuid/aff8aa4d-3eed-4c39-b4e9-862cbc9ff5bf">
      <tags xmi:uuid="mmuuid:d3ecf61b-1db8-400d-bed2-1c3b47e4d806" key="en_US" value="semi-colon(;) separated DDL/DML commands to run after the actual load of the cache. &#xa;        &#x9;&#x9;Typically used to rename staging table to actual cache table. Required when MATVIEW_LOAD_SCRIPT not defined to copy &#xa;        &#x9;&#x9;data from teiid_rel:MATVIEW_STAGE_TABLE to MATVIEW table "/>
    </annotations>
    <annotations xmi:uuid="mmuuid:9cf9bba8-06ff-404b-9666-5d6e69829fb1" annotatedObject="mmuuid/ed9422d1-976d-4449-a67b-59cca5924001">
      <tags xmi:uuid="mmuuid:f82645fc-bf4b-4f13-8cb1-b22a7ce6a432" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:e555e5c4-574a-4efe-9bea-babfeab69f62" key="allowedValues" value=""/>
      <tags xmi:uuid="mmuuid:ab24a3de-eaac-4f11-9fdd-c864c0314fb1" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:7f4eab3b-8919-4ca8-a50b-20d16f99c703" key="defaultValue" value="NONE"/>
      <tags xmi:uuid="mmuuid:e93bab54-7fae-41b7-8c66-983e24b30248" key="description" value=""/>
      <tags xmi:uuid="mmuuid:4bd9288b-becc-47ba-894f-68008f21dcad" key="id" value="MATVIEW_SHARE_SCOPE"/>
      <tags xmi:uuid="mmuuid:673be7bf-689c-4f7a-8e59-1bdc3abfe67d" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:dfa4d242-f52e-4a71-9816-70ce76b2aee4" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:86583710-7e88-4553-9ca1-94eb9edaa41a" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:e2714f7a-477f-4268-b483-c1b4a11d45f7" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:2bfd9024-6119-4c26-8650-dcc72f7376bc" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:fcffbaae-41f1-4dd0-adf6-3a692a27bd6e" annotatedObject="mmuuid/e555e5c4-574a-4efe-9bea-babfeab69f62">
      <tags xmi:uuid="mmuuid:bd6a503f-7da8-4e90-958b-fd694725b91d" key="SCHEMA" value=""/>
      <tags xmi:uuid="mmuuid:1a75e624-1298-4dfc-bc58-1f5d820afe2e" key="VDB" value=""/>
      <tags xmi:uuid="mmuuid:558bb397-6d65-4e4c-990e-180af04a2655" key="NONE" value=""/>
    </annotations>
    <annotations xmi:uuid="mmuuid:f0cb3b50-8cb4-44e6-b29e-25558c2fff5e" annotatedObject="mmuuid/ab24a3de-eaac-4f11-9fdd-c864c0314fb1">
      <tags xmi:uuid="mmuuid:1ae6a8ff-a944-49a1-9123-3efb44e4bad6" key="en_US" value="Materialized Share Scope"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:63bc02f0-1df3-40cf-906d-c21a3c503bdf" annotatedObject="mmuuid/e93bab54-7fae-41b7-8c66-983e24b30248">
      <tags xmi:uuid="mmuuid:14fa22e9-6339-40e4-830c-9c7886ff3f0d" key="en_US" value=" &#x9;Allowed values are {NONE, VDB, SCHEMA}, which define if the cached contents are shared among &#xa;        &#x9;&#x9;different VDB versions and different VDBs as long as schema names match "/>
    </annotations>
    <annotations xmi:uuid="mmuuid:9d4bf436-a8d5-4038-b5a8-e2a5c67c6260" annotatedObject="mmuuid/87d9fa0b-8291-4c85-935f-fa0f557e50ab">
      <tags xmi:uuid="mmuuid:0db73b82-d12f-494f-9c4a-cfaf9e1b482e" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:e84cc155-269d-414c-8ed6-b02978bcc5e9" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:56557f07-ecbb-4b34-81fd-1d5ba45be055" key="description" value=""/>
      <tags xmi:uuid="mmuuid:3396f41e-6306-414f-bf3f-52179b7cec73" key="id" value="MATERIALIZED_STAGE_TABLE"/>
      <tags xmi:uuid="mmuuid:adc83efb-82cf-4dbd-80d1-d74440668ddd" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:b7a0228b-a216-4d0d-846b-5f4b77af78ae" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:6eb45e1c-447e-4462-a604-e4affb18fb71" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:e2c34ae3-2dae-4103-b58e-7234758fd662" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:2d571082-6de6-4056-bbe6-db258cde859a" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:62847867-5335-4016-9770-d41ababe7ca7" annotatedObject="mmuuid/e84cc155-269d-414c-8ed6-b02978bcc5e9">
      <tags xmi:uuid="mmuuid:f47347dd-edd0-468c-abaa-420a2e6cf9b8" key="en_US" value="Materialized Staging Table"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:2378aeec-974e-4de6-9d37-36b248e64738" annotatedObject="mmuuid/56557f07-ecbb-4b34-81fd-1d5ba45be055">
      <tags xmi:uuid="mmuuid:705c2004-a644-463e-af72-601029ab834e" key="en_US" value="When MATVIEW_LOAD_SCRIPT property not defined, Teiid loads the cache contents &#xa;        &#x9;&#x9;into this table. Required when MATVIEW_LOAD_SCRIPT not defined "/>
    </annotations>
    <annotations xmi:uuid="mmuuid:4a44295a-cb7c-4a80-9e30-f1505a3f3a44" annotatedObject="mmuuid/0ae8c5e1-d77e-41cd-a5be-244eb5fc7f32">
      <tags xmi:uuid="mmuuid:17b3df66-d29a-4d38-ac62-998cf4cf81b9" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:1680f487-19bd-438d-b9a7-982f1477422e" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:6d03b049-0c3d-4643-9908-7286ae161229" key="description" value=""/>
      <tags xmi:uuid="mmuuid:9eaea4bd-1505-47dd-a085-316389ba2c5b" key="id" value="ON_VDB_START_SCRIPT"/>
      <tags xmi:uuid="mmuuid:46d93f93-55ce-498e-94c5-2f9d6832fd79" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:8c0acaf6-b729-42fc-aebc-3741e0e8c37b" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:f34c31ed-cf7e-4940-961f-4eb11d6b1a55" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:ce127364-02c5-41da-85d0-dc74d4faa292" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:9dab0983-7bc3-4c3d-8458-ce28eceb3359" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:3a055a81-d3f4-4fb3-9d6c-54a8e6a9e5db" annotatedObject="mmuuid/1680f487-19bd-438d-b9a7-982f1477422e">
      <tags xmi:uuid="mmuuid:ad4240a4-e79b-4a39-ac35-e882090bb969" key="en_US" value="Commands To Run On VDB Start"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:0de9ae05-116e-4fd2-85f3-18058b3e9447" annotatedObject="mmuuid/6d03b049-0c3d-4643-9908-7286ae161229">
      <tags xmi:uuid="mmuuid:5791b4dd-7eb5-411d-80b9-b8bc3aeaaf18" key="en_US" value="DML commands to run start of vdb "/>
    </annotations>
    <annotations xmi:uuid="mmuuid:643acbf4-31a2-416c-8543-5ff7d2ed019c" annotatedObject="mmuuid/39f6fe46-a80f-43b2-8192-50b655b5ffd6">
      <tags xmi:uuid="mmuuid:098571de-d401-4d7d-a1f3-7f55e4970dff" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:4679da86-3505-46b1-a6b3-cb01bb9ab633" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:d6f9a0fb-994a-4f89-a1b7-b4f15039e19b" key="description" value=""/>
      <tags xmi:uuid="mmuuid:ef242dc0-f36f-4ba8-a79f-4a8ccd93cd5e" key="id" value="ON_VDB_DROP_SCRIPT"/>
      <tags xmi:uuid="mmuuid:a4ae8229-71b2-45e3-9325-b02846770525" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:4d4aecab-8d5a-4639-a5cc-1bf561929b7e" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:304b6aa0-8e38-4c5d-8f43-d06e34b48a2a" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:8e3b8208-53c9-409a-8ac9-b8e1c6be5386" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:16594173-49e4-4428-b2e2-12220f175bda" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:01132e25-b4a9-45c9-bbd1-568ae7edf7af" annotatedObject="mmuuid/4679da86-3505-46b1-a6b3-cb01bb9ab633">
      <tags xmi:uuid="mmuuid:6f744439-ef9a-44db-b948-eb039c30f150" key="en_US" value="Commands To Run On VDB Drop"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:4b19ad1b-b904-4090-8d2a-55fbd90b9d0e" annotatedObject="mmuuid/d6f9a0fb-994a-4f89-a1b7-b4f15039e19b">
      <tags xmi:uuid="mmuuid:7803b1d5-2ec0-4a67-98f1-44730a524214" key="en_US" value="DML commands to run at VDB un-deploy; typically used for cleaning the cache/status tables "/>
    </annotations>
    <annotations xmi:uuid="mmuuid:e78be659-967f-48d9-bb53-ddba9fc70fe9" annotatedObject="mmuuid/241a968a-7c63-4ca1-9b08-84b35d462ece">
      <tags xmi:uuid="mmuuid:1e070bfa-f3c5-47e2-91df-b1d1c123f183" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:f039c18f-ecad-445f-a7d9-086be5eeaba3" key="allowedValues" value=""/>
      <tags xmi:uuid="mmuuid:d3d35886-fe09-4494-b5ab-a2ac1d569ed5" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:59dd066b-c920-445c-a69c-cd773e648df1" key="defaultValue" value="WAIT"/>
      <tags xmi:uuid="mmuuid:a52166d6-3090-4581-a89e-84cbec0eb3a9" key="description" value=""/>
      <tags xmi:uuid="mmuuid:91e59f56-0fe5-49d9-b4b4-147b9448d022" key="id" value="MATVIEW_ONERROR_ACTION"/>
      <tags xmi:uuid="mmuuid:a59ca141-46e5-4e34-9ee8-47b41ef64500" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:7cbbd3e4-bb12-41ca-b9a9-43456957589f" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:c374ec37-1302-4325-aed3-c6f00be1b071" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:37d40c0c-b3e5-47df-93d0-2be913a00de2" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:4420cb7c-fb8a-4bf4-b57c-bc2c0ea03bcb" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:41f327f8-af05-4550-9e03-f1164eec3f4b" annotatedObject="mmuuid/f039c18f-ecad-445f-a7d9-086be5eeaba3">
      <tags xmi:uuid="mmuuid:646f1923-2cc4-45ef-9878-19cbd64df154" key="IGNORE" value=""/>
      <tags xmi:uuid="mmuuid:bfb770f9-4ae9-4cbe-a030-7c588cd625ca" key="WAIT" value=""/>
      <tags xmi:uuid="mmuuid:647ca41c-b4d0-4a69-8021-a2d16110efe1" key="THROW_EXCEPTION" value=""/>
    </annotations>
    <annotations xmi:uuid="mmuuid:493c9e00-6f25-43fa-8dfe-4d099e58c4cc" annotatedObject="mmuuid/d3d35886-fe09-4494-b5ab-a2ac1d569ed5">
      <tags xmi:uuid="mmuuid:e070268a-3bb6-43c2-ac33-6dd519c18104" key="en_US" value="Action On Error"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:da8cd7ab-1580-4f71-941b-6ff4b0a047f4" annotatedObject="mmuuid/a52166d6-3090-4581-a89e-84cbec0eb3a9">
      <tags xmi:uuid="mmuuid:aef412a3-87c8-4c58-9694-97aec9e99a49" key="en_US" value="Action to be taken when mat view contents are requested but cache is invalid. Allowed values are &#xa;        &#x9;(THROW_EXCEPTION = throws an exception, &#xa;        &#x9; IGNORE = ignores the warning and supplied invalidated data, &#xa;        &#x9; WAIT = waits until the data is refreshed and valid then provides the updated data) "/>
    </annotations>
    <annotations xmi:uuid="mmuuid:61fa4c29-da17-42b8-a876-e6db234a71e9" annotatedObject="mmuuid/cb5e7b55-edda-473e-8f43-772237e558d2">
      <tags xmi:uuid="mmuuid:6ab8239e-8904-4677-b1c5-691935bb31d6" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:c6ebfb15-4237-4c80-9f6a-4cff9984d457" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:c5c666ee-c7e5-4703-b38a-4636f94ea9fc" key="description" value=""/>
      <tags xmi:uuid="mmuuid:56f6266c-0a91-4c44-b655-4eb3311f5614" key="id" value="MATVIEW_TTL"/>
      <tags xmi:uuid="mmuuid:57183901-a034-4dce-bd35-0c84876c7279" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:f360c1d8-0d0b-4ce8-92d9-601e5a97f8ab" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:1ad0afa6-a9e4-489f-a6fa-d43eb6618918" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:4c0c64f8-1e8c-412c-81b6-52edb0efe24e" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:3ed85f5f-317e-4199-a146-37bb56199a76" key="runtimeType" value="integer"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:cacc26d4-5e92-4744-a1f6-67e04d562896" annotatedObject="mmuuid/c6ebfb15-4237-4c80-9f6a-4cff9984d457">
      <tags xmi:uuid="mmuuid:a8d70d6d-d059-4c4a-b40e-e860b50f27f0" key="en_US" value="Time To Live (ms)"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:8f128ac7-4068-4f2a-a370-6cc5baee0eb2" annotatedObject="mmuuid/c5c666ee-c7e5-4703-b38a-4636f94ea9fc">
      <tags xmi:uuid="mmuuid:aa0e57b3-2587-4771-8bdc-072f7dcfcde9" key="en_US" value="Time to live in milliseconds. Provide property or cache hint on view transformation - property takes precedence. "/>
    </annotations>
    <annotations xmi:uuid="mmuuid:193dc8b6-005d-4760-b0ef-ae03bf292ef0" annotatedObject="mmuuid/cb9a4acc-33bf-46c8-b3c9-5b57e9ffd113">
      <tags xmi:uuid="mmuuid:cfb8bd9c-0674-441f-9e0e-8d7e93b2a095" key="propertyDefinition:allow-join" value="allow-join"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:c86fa55f-36fb-4c8c-a528-086e7933b1e6" annotatedObject="mmuuid/cfb8bd9c-0674-441f-9e0e-8d7e93b2a095">
      <tags xmi:uuid="mmuuid:e60fbc2f-20b9-4b76-aec3-95319c45f92b" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:bc567cc2-f2b0-4f36-ab05-38e19caafad5" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:6cb43598-9d77-40ea-9bcb-42a0a99c8402" key="defaultValue" value="true"/>
      <tags xmi:uuid="mmuuid:8fcca2eb-519d-4724-b00c-1cd9964d03a8" key="id" value="allow-join"/>
      <tags xmi:uuid="mmuuid:2ed8ac46-31d2-415d-917f-83cfd302f9f6" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:5bf6d105-1bc3-410f-82d0-57f0844378ab" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:6ed11610-f124-4428-a6f1-a9052cac689c" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:cb94e7e5-2bc6-44f5-9495-214c5c596fa2" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:0d3a1c27-bc7b-49a3-9e2d-1c823d49e956" key="runtimeType" value="boolean"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:d6ba58c4-3648-4d53-b6ca-3990e31535f1" annotatedObject="mmuuid/bc567cc2-f2b0-4f36-ab05-38e19caafad5">
      <tags xmi:uuid="mmuuid:4abaf5c6-2597-4b05-999e-bfafb1b62b09" key="en" value="Allow Join"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:4740f93b-f674-4fb9-b52a-d6ebed99f782" annotatedObject="mmuuid/de90031a-034a-4d4f-886d-a70aa07768e7">
      <tags xmi:uuid="mmuuid:051ca676-265c-451a-a06d-526b4699174b" key="propertyDefinition:native_type" value="native_type"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:4f5da4dd-1ef7-45da-9bfe-960ca2670630" annotatedObject="mmuuid/051ca676-265c-451a-a06d-526b4699174b">
      <tags xmi:uuid="mmuuid:57e8a7df-e8a2-4d77-8284-9cc431db314f" key="advanced" value="false"/>
      <tags xmi:uuid="mmuuid:884891aa-f2ae-4737-809d-8df7aa9d141f" key="displayName" value=""/>
      <tags xmi:uuid="mmuuid:e931b5e6-fabc-4c52-836a-d0a8e57466e0" key="description" value=""/>
      <tags xmi:uuid="mmuuid:18616dce-b604-4882-9c92-a47d61109c21" key="id" value="native_type"/>
      <tags xmi:uuid="mmuuid:c06d3fd5-e46c-4622-a266-3e2e1ebe9d99" key="index" value="true"/>
      <tags xmi:uuid="mmuuid:330ef874-a522-41ca-849f-3bc246f88977" key="modifiable" value="true"/>
      <tags xmi:uuid="mmuuid:f923e121-18cd-468d-b56b-19a297ffaac8" key="masked" value="false"/>
      <tags xmi:uuid="mmuuid:25c3e2f1-5ea6-4503-915b-6b775dce418b" key="required" value="false"/>
      <tags xmi:uuid="mmuuid:206935c1-88b9-4044-8ab7-fc2234545155" key="runtimeType" value="string"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:e6b3b007-00be-4214-a8ca-8408fe3500d9" annotatedObject="mmuuid/884891aa-f2ae-4737-809d-8df7aa9d141f">
      <tags xmi:uuid="mmuuid:c0dc837a-4448-41c7-adfc-5c35f003da1c" key="en" value="Native Type"/>
    </annotations>
    <annotations xmi:uuid="mmuuid:9c60964c-ce0d-4e7d-b107-2044b563b220" annotatedObject="mmuuid/e931b5e6-fabc-4c52-836a-d0a8e57466e0">
      <tags xmi:uuid="mmuuid:cca77556-6663-45e9-9f55-19e5c33d017a" key="en" value="Allows specifying a native type for OUT parameters. Typical value is REF CURSOR"/>
    </annotations>
  </mmcore:AnnotationContainer>
  <diagram:DiagramContainer xmi:uuid="mmuuid:d56765c6-93b4-4df5-9d48-bd64a4a654de">
    <diagram xmi:uuid="mmuuid:c04ced8c-ca47-4e2e-a064-bc55fc60d056" type="packageDiagramType" target="mmuuid/f6fe6538-9c07-4994-84b3-43f972f6b69b">
      <diagramEntity xmi:uuid="mmuuid:2041d264-85c8-4d39-9879-9637f9588415" modelObject="mmuuid/0f08b7bd-8686-43cb-bc2c-3ff0e29de414" xPosition="10" yPosition="10"/>
      <diagramEntity xmi:uuid="mmuuid:69985376-50af-4149-bf59-9f33e1702b96" modelObject="mmuuid/1cf8186e-74f3-442e-a32c-bab55a0c1a14" xPosition="679" yPosition="10"/>
      <diagramEntity xmi:uuid="mmuuid:eff3382a-9ce3-4fbc-9de0-09cfa598b6c3" modelObject="mmuuid/f7598c3d-f7bd-48b9-85d6-bc42e482c6ba" xPosition="456" yPosition="434"/>
      <diagramEntity xmi:uuid="mmuuid:6f63967e-7559-42f7-888f-c2c1d0df1a13" modelObject="mmuuid/29f2b194-913c-4965-84fc-bb5fd73e9f41" xPosition="233" yPosition="10"/>
      <diagramEntity xmi:uuid="mmuuid:243bec96-6411-4642-8328-b9120f7d92f3" modelObject="mmuuid/2d0eb053-83bc-49e0-ac39-a221ce9218c5" xPosition="233" yPosition="314"/>
      <diagramEntity xmi:uuid="mmuuid:93d62c7e-a893-4131-aaac-c98a769864bf" modelObject="mmuuid/f4d2f0e9-4c90-4838-841c-6c66a9955021" xPosition="10" yPosition="291"/>
      <diagramEntity xmi:uuid="mmuuid:c413d88a-d8e3-4a2c-b028-93964cf99b0c" modelObject="mmuuid/bcbb659a-befe-416d-be8c-301a92987062" xPosition="456" yPosition="10"/>
      <diagramEntity xmi:uuid="mmuuid:1b12f36c-74bb-4425-9413-d86f7db841a8" modelObject="mmuuid/16b79eda-fd3f-46d2-9bee-3d6cf309ab6d" xPosition="456" yPosition="176"/>
    </diagram>
  </diagram:DiagramContainer>
  <jdbc:JdbcSource xmi:uuid="mmuuid:a840b917-9324-424e-8023-b8c7fbe73cd0" name="PostgreSqlDbt3" driverName="PostgreSQL JDBC Driver" driverClass="org.postgresql.Driver" username="nminoru" url="jdbc:postgresql://10.20.230.17:5432/dbt3">
    <importSettings xmi:uuid="mmuuid:dcdc0f1d-1953-4619-84f2-df5e656ce818" createSchemasInModel="false" includeForeignKeys="false" includeIndexes="false" includeApproximateIndexes="false">
      <includedSchemaPaths>/public</includedSchemaPaths>
      <excludedObjectPaths>/public/TABLE/time_statistics</excludedObjectPaths>
      <includedTableTypes>TABLE</includedTableTypes>
    </importSettings>
  </jdbc:JdbcSource>
</xmi:XMI>
