<!-- $Header: website.xml 15-feb-2005.12:58:00 afontana Exp $ -->

<!DOCTYPE TargetMetadata SYSTEM "../dtds/TargetMetadata.dtd">

<TargetMetadata META_VER="3.0" TYPE="website" RESOURCE_BUNDLE_PACKAGE="oracle.sysman.resources.website">
  <Display>
    <Label NLSID="website_name">Web Application</Label>
  </Display>



  <!-- #################################################################### -->
  <Metric NAME="http_raw" TYPE="TABLE"
          KEYS_FROM_MULT_COLLS="TRUE" REMOTE="TRUE">
    <TableDescriptor>
      <ColumnDescriptor NAME="transaction_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_raw_transaction_name">Transaction Name</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="beacon_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_raw_beacon_name">Beacon Name</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="step_group_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_raw_step_group_name">Step / Step Group Name</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="parent_key" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_raw_parent_key">Parent</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="index_in_parent" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_raw_index_in_parent">Index In Parent</Label>
        </Display>
      </ColumnDescriptor>
      <!-- The following column is used to explicitly distinguish between data
      at the three levels. The values for this column may be one of
      "transaction", "uagroup" or "page" -->
      <ColumnDescriptor NAME="row_type" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_row_type">Row Type</Label>
        </Display>
      </ColumnDescriptor>
      <!--The following column is used to send back the URL for a page component,
      when the fifth key column (index_in_parent) has an entry -->
      <ColumnDescriptor NAME="page_url" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_page_url">URL</Label>
        </Display>
      </ColumnDescriptor>

      <!-- One ColumnDescriptor entry for each metric column  -->
      <ColumnDescriptor NAME="timing" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_timing">Perceived Total Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="status" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_status">Status</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="status_description" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_status_desc">Status Description</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="dns_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_dns_time">DNS Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="connect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_connect_time">Connect Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="redirect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_redirect_time">Redirect Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="first_byte_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_first_byte_time">First Byte Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="html_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_html_time">HTML Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="content_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_content_time">Non-HTML Time (ms)</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="total_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_total_response_time">Total Time (ms)</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="rate" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_rate">Transfer Rate (KB per second)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="max_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_max_response_time">Perceived Slowest Page / Page Element Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_avg_response_time">Perceived Time per Page / Page Element (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_connect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_avg_connect_time">Time per Connection (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_first_byte_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_avg_first_byte_time">First Byte Time per Page (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="broken_count" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_broken_count">Broken URL Count</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="broken_details" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_raw_broken_details">Broken URL Details</Label>
        </Display>
      </ColumnDescriptor>

    </TableDescriptor>    
    <QueryDescriptor FETCHLET_ID="URLTiming">
      <Property NAME="key_part1" SCOPE="USER">TxnName</Property>
      <Property NAME="key_part2" SCOPE="USER">BeaconName</Property>
      <Property NAME="txn_details" SCOPE="USER">TxnDetails</Property>
      <Property NAME="UAGroupDetails" OPTIONAL="TRUE" SCOPE="USER">UAGroupDetails</Property>

      <!--One Property entry for each transaction level property -->
      <Property NAME="internetCertLoc" SCOPE="SYSTEMGLOBAL"
                OPTIONAL="TRUE">internetCertLoc</Property>
      <Property NAME="authrealm" SCOPE="USER"
                OPTIONAL="TRUE">authrealm</Property>
      <Property NAME="authuser" SCOPE="USER"
                OPTIONAL="TRUE">authuser</Property>
      <Property NAME="authpwd" SCOPE="USER"
                OPTIONAL="TRUE">authpwd</Property>
      <Property NAME="proxyHost" SCOPE="INSTANCE"
                OPTIONAL="TRUE">proxyHost</Property>
      <Property NAME="proxyPort" SCOPE="INSTANCE"
                OPTIONAL="TRUE">proxyPort</Property>
      <Property NAME="dontProxyFor" SCOPE="INSTANCE"
                OPTIONAL="TRUE">dontProxyFor</Property>
      <Property NAME="failure_string" SCOPE="USER" 
                OPTIONAL="TRUE">FailureString</Property>
      <Property NAME="success_string" SCOPE="USER" 
                OPTIONAL="TRUE">SuccessString</Property>
      <Property NAME="session_parameters" SCOPE="USER" 
                OPTIONAL="TRUE">session_parameters</Property>
      <Property NAME="match_strings_in_header" SCOPE="USER" 
                OPTIONAL="TRUE">MatchStringsInHeader</Property>
      <Property NAME="charset" SCOPE="USER" 
                OPTIONAL="TRUE">charset</Property>
      <Property NAME="cache" SCOPE="USER" 
                OPTIONAL="TRUE">useCache</Property>
      <Property NAME="output_mode" SCOPE="USER" 
                OPTIONAL="TRUE">outputMode</Property>
      <Property NAME="connection_timeout" SCOPE="USER" 
                OPTIONAL="TRUE">connectionTimeout</Property>
      <Property NAME="read_timeout" SCOPE="USER" 
                OPTIONAL="TRUE">readTimeout</Property>
      <Property NAME="retry_interval" SCOPE="USER" 
                OPTIONAL="TRUE">retryInterval</Property>
      <Property NAME="retries" SCOPE="USER" 
                OPTIONAL="TRUE">retries</Property>
      <Property NAME="timeout" SCOPE="USER" 
                OPTIONAL="TRUE">timeout</Property>
      <Property NAME="num_threads" SCOPE="USER" 
                OPTIONAL="TRUE">numThreads</Property>
      <Property NAME="emVersion" SCOPE="USER" 
                OPTIONAL="TRUE">emVersion</Property>
      <Property NAME="enable_server_data" SCOPE="USER" 
                OPTIONAL="TRUE">enableServerData</Property>
      <Property NAME="granularity" SCOPE="USER" 
                OPTIONAL="TRUE">granularity</Property>
      <Property NAME="page_data_on_failure" SCOPE="USER" 
                OPTIONAL="TRUE">pageDataOnFailure</Property>
      <Property NAME="AcceptLanguage" SCOPE="USER" 
                OPTIONAL="TRUE">AcceptLanguage</Property>
      <Property NAME="AcceptCharset" SCOPE="USER" 
                OPTIONAL="TRUE">AcceptCharset</Property>
      <Property NAME="UserAgent" SCOPE="USER"
                OPTIONAL="TRUE">UserAgent</Property>
      <Property NAME="certValidationMode" SCOPE="USER"
                OPTIONAL="TRUE">certValidationMode</Property>
      <Property NAME="defaultGranularity" SCOPE="GLOBAL"
                OPTIONAL="TRUE">transaction</Property>
    </QueryDescriptor>
  </Metric>

  <!-- #################################################################### -->
  <Metric NAME="http_response" TYPE="TABLE"
          KEYS_FROM_MULT_COLLS="TRUE" REMOTE="TRUE">
    <Display>
      <Label NLSID="website_http">HTTP Transaction</Label>
    </Display>
    <TableDescriptor>
      <!--This metric has two key columns -->
      <ColumnDescriptor NAME="transaction_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_transaction_name">Transaction Name</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="beacon_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_beacon_name">Beacon Name</Label>
        </Display>
      </ColumnDescriptor>

      <!-- ...One ColumnDescriptor entry for each metric column  -->
      <ColumnDescriptor NAME="timing" TYPE="NUMBER" IS_KEY="FALSE">
        <Display FOR_SUMMARY_UI="TRUE">
          <Label NLSID="website_http_timing">[HTTP Transaction] Perceived Total Time (ms)</Label>
          <ShortName NLSID="website_http_timing_short">Perceived Total Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="status" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_status">[HTTP Transaction] Status</Label>
          <ShortName NLSID="website_http_status_short">Status</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="status_description" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_status_desc">[HTTP Transaction] Status Description</Label>
          <ShortName NLSID="website_http_status_desc_short">Status Description</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="dns_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_dns_time">[HTTP Transaction] DNS Time (ms)</Label>
          <ShortName NLSID="website_http_dns_time_short">DNS Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="connect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_connect_time">[HTTP Transaction] Connect Time (ms)</Label>
          <ShortName NLSID="website_http_connect_time_short">Connect Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="redirect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_redirect_time">[HTTP Transaction] Redirect Time (ms)</Label>
          <ShortName NLSID="website_http_redirect_time_short">Redirect Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="first_byte_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_first_byte_time">[HTTP Transaction] First Byte Time (ms)</Label>
          <ShortName NLSID="website_http_first_byte_time_short">First Byte Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="html_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_html_time">[HTTP Transaction] HTML Time (ms)</Label>
          <ShortName NLSID="website_http_html_time_short">HTML Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="content_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_content_time">[HTTP Transaction] Non-HTML Time (ms)</Label>
          <ShortName NLSID="website_http_content_time_short">Non-HTML Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="total_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_total_response_time">[HTTP Transaction] Total Time (ms)</Label>
          <ShortName NLSID="website_http_total_response_time_short">Total Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="rate" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_rate">[HTTP Transaction] Transfer Rate (KB per second)</Label>
          <ShortName NLSID="website_http_rate_short">Transfer Rate (KB per second)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="max_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display FOR_SUMMARY_UI="TRUE">
          <Label NLSID="website_http_max_response_time">[HTTP Transaction] Perceived Slowest Page Time (ms)</Label>
          <ShortName NLSID="website_http_max_response_time_short">Perceived Slowest Page Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display FOR_SUMMARY_UI="TRUE">
          <Label NLSID="website_http_avg_response_time">[HTTP Transaction] Perceived Time per Page (ms)</Label>
          <ShortName NLSID="website_http_avg_response_time_short">Perceived Time per Page (ms)</ShortName>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="avg_connect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_avg_connect_time">[HTTP Transaction] Time per Connection (ms)</Label>
          <ShortName NLSID="website_http_avg_connect_time_short">Time per Connection (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_first_byte_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_avg_first_byte_time">[HTTP Transaction] First Byte Time per Page (ms)</Label>
          <ShortName NLSID="website_http_avg_first_byte_time_short">First Byte Time per Page (ms)</ShortName>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="broken_count" TYPE="NUMBER" IS_KEY="FALSE" TRANSIENT="TRUE">
        <Display>
          <Label NLSID="website_http_broken_count">[HTTP Transaction] Broken URL Count</Label>
          <ShortName NLSID="website_http_broken_count_short">Broken URL Count</ShortName>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="broken_details" TYPE="STRING" IS_KEY="FALSE" TRANSIENT="TRUE">
        <Display>
          <Label NLSID="website_http_broken_details">[HTTP Transaction] Broken URL Details</Label>
          <ShortName NLSID="website_http_broken_details_short">Broken URL Details</ShortName>
        </Display>
      </ColumnDescriptor>
      
    </TableDescriptor>
    <ExecutionDescriptor>
      <GetTable NAME="HTTP_RAW_DATA" 
                METRIC_NAME="http_raw" 
                USE_CACHE="TRUE_IF_COLLECT"/>
      <GetView NAME="HTTP_TRANSACTION_DATA" 
               FROM_TABLE="HTTP_RAW_DATA">       
        <!-- The following Filter entry picks out the right rows from the
        results of the http_raw metric -->
        <Filter COLUMN_NAME="row_type" OPERATOR="EQ">transaction</Filter>
      </GetView>
      <!-- Optional properties in the above GetTable call, needed for
      compatibility between old OMSs and Rel2 agents, still to come.
      Awaiting the resolution of an agent dependency. -->
      <GetView NAME="HTTP_TRANSACTION_DATA_1" 
               FROM_TABLE="HTTP_TRANSACTION_DATA">
        <!-- The following Column entries pick out the required columns from
        the results of the http_raw metric -->
        <Column NAME="transaction_name"/>
        <Column NAME="beacon_name"/>
        <!-- One Column entry for each metric column to be included. -->
        <Column NAME="timing"/>
        <Column NAME="status"/>
        <Column NAME="status_description"/>
        <Column NAME="dns_time"/>
        <Column NAME="connect_time"/>
        <Column NAME="redirect_time"/>
        <Column NAME="first_byte_time"/>
        <Column NAME="html_time"/>
        <Column NAME="content_time"/>
        <Column NAME="total_response_time"/>
        <Column NAME="rate"/>
        <Column NAME="max_response_time"/>
        <Column NAME="avg_response_time"/>
        <Column NAME="avg_connect_time"/>
        <Column NAME="avg_first_byte_time"/>
        <Column NAME="broken_count"/>
        <Column NAME="broken_details"/>
      </GetView>
    </ExecutionDescriptor>
  </Metric>

  <!-- #################################################################### -->
  <Metric NAME="http_uagroup" TYPE="TABLE"
          KEYS_FROM_MULT_COLLS="TRUE"  REMOTE="TRUE">
    <Display>
      <Label NLSID="website_http_uagroup">HTTP Step Group</Label>
    </Display>
    
    <TableDescriptor>
      <!-- This metric has three key columns -->
      <ColumnDescriptor NAME="transaction_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_uagroup_transaction_name">Transaction Name</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="beacon_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_uagroup_beacon_name">Beacon Name</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="uagroup_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_uagroup_uagroup_name">Step Group Name</Label>
        </Display>
      </ColumnDescriptor>

      <!-- One ColumnDescriptor entry for each metric column -->
      <ColumnDescriptor NAME="timing" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_timing">[HTTP Step Group] Perceived Total Time (ms)</Label>
          <ShortName NLSID="website_http_uagroup_timing_short">Perceived Total Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="status" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_status">[HTTP Step Group] Status</Label>
          <ShortName NLSID="website_http_uagroup_status_short">Status</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="status_description" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_status_desc">[HTTP Step Group] Status Description</Label>
          <ShortName NLSID="website_http_uagroup_status_desc_short">Status Description</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="dns_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_dns_time">[HTTP Step Group] DNS Time (ms)</Label>
          <ShortName NLSID="website_http_uagroup_dns_time_short">DNS Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="connect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_connect_time">[HTTP Step Group] Connect Time (ms)</Label>
          <ShortName NLSID="website_http_uagroup_connect_time_short">Connect Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="redirect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_redirect_time">[HTTP Step Group] Redirect Time (ms)</Label>
          <ShortName NLSID="website_http_uagroup_redirect_time_short">Redirect Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="first_byte_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_first_byte_time">[HTTP Step Group] First Byte Time (ms)</Label>
          <ShortName NLSID="website_http_uagroup_first_byte_time_short">First Byte Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="html_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_html_time">[HTTP Step Group] HTML Time (ms)</Label>
          <ShortName NLSID="website_http_uagroup_html_time_short">HTML Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="content_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_content_time">[HTTP Step Group] Non-HTML Time (ms)</Label>
          <ShortName NLSID="website_http_uagroup_content_time_short">Non-HTML Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="total_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_total_response_time">[HTTP Step Group] Total Time (ms)</Label>
          <ShortName NLSID="website_http_uagroup_total_response_time_short">Total Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="rate" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_rate">[HTTP Step Group] Transfer Rate (KB per second)</Label>
          <ShortName NLSID="website_http_uagroup_rate_short">Transfer Rate (KB per second)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="max_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_max_response_time">[HTTP Step Group] Perceived Slowest Page Time (ms)</Label>
          <ShortName NLSID="website_http_uagroup_max_response_time_short">Perceived Slowest Page Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_avg_response_time">[HTTP Step Group] Perceived Time per Page (ms)</Label>
          <ShortName NLSID="website_http_uagroup_avg_response_time_short">Perceived Time per Page (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_connect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_avg_connect_time">[HTTP Step Group] Time per Connection (ms)</Label>
          <ShortName NLSID="website_http_uagroup_avg_connect_time_short">Time per Connection (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_first_byte_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_avg_first_byte_time">[HTTP Step Group] First Byte Time per Page (ms)</Label>
          <ShortName NLSID="website_http_uagroup_avg_first_byte_time_short">First Byte Time per Page (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="broken_count" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_broken_count">[HTTP Step Group] Broken URL Count</Label>
          <ShortName NLSID="website_http_uagroup_broken_count_short">Broken URL Count</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="broken_details" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_uagroup_broken_details">[HTTP Step Group] Broken URL Details</Label>
          <ShortName NLSID="website_http_uagroup_broken_details_short">Broken URL Details</ShortName>
        </Display>
      </ColumnDescriptor>

    </TableDescriptor>
    <ExecutionDescriptor>
      <GetTable NAME="HTTP_RAW_DATA"
                METRIC_NAME="http_raw"
                USE_CACHE="TRUE_IF_COLLECT"/>
      <GetView NAME="HTTP_UAGROUP_DATA"
               FROM_TABLE="HTTP_RAW_DATA">
        <!--The following Filter entry picks out the right rows from the 
        results of the http_raw metric -->
        <Filter COLUMN_NAME="row_type" OPERATOR="EQ">uagroup</Filter>
      </GetView>
      <GetView NAME="HTTP_UAGROUP_DATA_1"
               FROM_TABLE="HTTP_UAGROUP_DATA">
        <!-- The following Column entries pick out the required columns from
        the results of the http_raw metric -->
        <Column NAME="transaction_name"/>
        <Column NAME="beacon_name"/>
        <Column NAME="uagroup_name" COLUMN_NAME="step_group_name"/>
        <!-- One Column entry for each metric column to be included.--> 
        <Column NAME="timing"/>
        <Column NAME="status"/>
        <Column NAME="status_description"/>
        <Column NAME="dns_time"/>
        <Column NAME="connect_time"/>
        <Column NAME="redirect_time"/>
        <Column NAME="first_byte_time"/>
        <Column NAME="html_time"/>
        <Column NAME="content_time"/>
        <Column NAME="total_response_time"/>
        <Column NAME="rate"/>
        <Column NAME="max_response_time"/>
        <Column NAME="avg_response_time"/>
        <Column NAME="avg_connect_time"/>
        <Column NAME="avg_first_byte_time"/>
        <Column NAME="broken_count"/>
        <Column NAME="broken_details"/>      
      </GetView>
    </ExecutionDescriptor>
  </Metric>

  <!-- #################################################################### -->
  <Metric NAME="http_page"
          TYPE="TABLE"
          KEYS_FROM_MULT_COLLS="TRUE"
          REMOTE="TRUE">
    <Display>
      <Label NLSID="website_http_page">HTTP User Action</Label>
    </Display>
    <TableDescriptor>
      <!-- This metric has five key columns -->
      <ColumnDescriptor NAME="transaction_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_page_transaction_name">Transaction Name</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="beacon_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_page_beacon_name">Beacon Name</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="step_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_http_page_step_name">Page Name</Label>
        </Display>
      </ColumnDescriptor>

      <!-- The following column is used to send back the URL for a page component,
      when the fourth and fifth key columns have entries -->
      <ColumnDescriptor NAME="page_url" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_page_url">[HTTP Step] URL</Label>
          <ShortName NLSID="website_http_page_page_url_short">URL</ShortName>
        </Display>
      </ColumnDescriptor>

      <!-- One ColumnDescriptor entry for each metric column -->
      <ColumnDescriptor NAME="timing" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_timing">[HTTP Step] Perceived Total Time(ms)</Label>
          <ShortName NLSID="website_http_page_timing_step">Perceived Total Time(ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="status" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_status">[HTTP Step] Status</Label>
          <ShortName NLSID="website_http_page_status_short">Status</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="status_description" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_status_desc">[HTTP Step] Status Description</Label>
          <ShortName NLSID="website_http_page_status_desc_short">Status Description</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="dns_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_dns_time">[HTTP Step] DNS Time (ms)</Label>
          <ShortName NLSID="website_http_page_dns_time_short">DNS Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="connect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_connect_time">[HTTP Step] Connect Time (ms)</Label>
          <ShortName NLSID="website_http_page_connect_time_short">Connect Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="redirect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_redirect_time">[HTTP Step] Redirect Time (ms)</Label>
          <ShortName NLSID="website_http_page_redirect_time_short">Redirect Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="first_byte_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_first_byte_time">[HTTP Step] First Byte Time (ms)</Label>
          <ShortName NLSID="website_http_page_first_byte_time_short">First Byte Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="html_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_html_time">[HTTP Step] HTML Time (ms)</Label>
          <ShortName NLSID="website_http_page_html_time_short">HTML Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="content_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_content_time">[HTTP Step] Non-HTML Time (ms)</Label>
          <ShortName NLSID="website_http_page_content_time_short">Non-HTML Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="total_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_total_response_time">[HTTP Step] Total Time (ms)</Label>
          <ShortName NLSID="website_http_page_total_response_time_short">Total Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="rate" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_rate">[HTTP Step] Transfer Rate (KB per second)</Label>
          <ShortName NLSID="website_http_page_rate_short">Transfer Rate (KB per second)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="max_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_max_response_time">[HTTP Step] Perceived Slowest Page Element Time (ms)</Label>
          <ShortName NLSID="website_http_page_max_response_time_short">Perceived Slowest Page Element Time (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_avg_response_time">[HTTP Step] Perceived Time per Page Element (ms)</Label>
          <ShortName NLSID="website_http_page_avg_response_time_short">Perceived Time per Page Element (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_connect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_avg_connect_time">[HTTP Step] Time per Connection (ms)</Label>
          <ShortName NLSID="website_http_page_avg_connect_time_short">Time per Connection (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_first_byte_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_avg_first_byte_time">[HTTP Step] First Byte Time per Page Element (ms)</Label>
          <ShortName NLSID="website_http_page_avg_first_byte_time_short">First Byte Time per Page Element (ms)</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="broken_count" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_broken_count">[HTTP Step] Broken URL Count</Label>
          <ShortName NLSID="website_http_page_broken_count_short">Broken URL Count</ShortName>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="broken_details" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_http_page_broken_details">[HTTP Step] Broken URL Content</Label>
          <ShortName NLSID="website_http_page_broken_details_short">Broken URL Content</ShortName>
        </Display>
      </ColumnDescriptor>

    </TableDescriptor>
    <ExecutionDescriptor>
      <GetTable NAME="HTTP_RAW_DATA"
                METRIC_NAME="http_raw" USE_CACHE="TRUE_IF_COLLECT"/>
      <GetView NAME="HTTP_PAGE_DATA"
               FROM_TABLE="HTTP_RAW_DATA">        
        <!-- The following Filter entry picks out the right rows from the
        results of the http_raw metric -->
        <Filter COLUMN_NAME="row_type" OPERATOR="EQ">page</Filter>
      </GetView>
      <GetView NAME="HTTP_PAGE_DATA_1"
               FROM_TABLE="HTTP_PAGE_DATA">
        <!-- The following Column entries pick out the required columns from
        the results of the http_raw metric -->
        <Column NAME="transaction_name"/>
        <Column NAME="beacon_name"/>
        <Column NAME="step_name" COLUMN_NAME="step_group_name"/>
        <Column NAME="page_url"/>
        <!-- One Column entry for each metric column to be included. -->
        <Column NAME="timing"/>
        <Column NAME="status"/>
        <Column NAME="status_description"/>
        <Column NAME="dns_time"/>
        <Column NAME="connect_time"/>
        <Column NAME="redirect_time"/>
        <Column NAME="first_byte_time"/>
        <Column NAME="html_time"/>
        <Column NAME="content_time"/>
        <Column NAME="total_response_time"/>
        <Column NAME="rate"/>
        <Column NAME="max_response_time"/>
        <Column NAME="avg_response_time"/>
        <Column NAME="avg_connect_time"/>
        <Column NAME="avg_first_byte_time"/>
        <Column NAME="broken_count"/>
        <Column NAME="broken_details"/>
      </GetView>
    </ExecutionDescriptor>
  </Metric>

  <!-- #################################################################### -->
  <Metric NAME="http_content" TYPE="TABLE" 
          KEYS_FROM_MULT_COLLS="TRUE"  REMOTE="TRUE">
    <Display>
      <Label NLSID="website_content">HTTP Content</Label>
    </Display>
    <TableDescriptor>
      <ColumnDescriptor NAME="transaction_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_content_transaction_name">Transaction Name</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="beacon_name" TYPE="STRING" IS_KEY="TRUE">
        <Display>
          <Label NLSID="website_content_beacon_name">Beacon Name</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="timing" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_timing">Perceived Total Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="status" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_status">Status</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="status_description" TYPE="STRING" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_status_desc">Status Description</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="dns_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_dns_time">DNS Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="connect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_connect_time">Connect Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="redirect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_redirect_time">Redirect Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="first_byte_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_first_byte_time">First Byte Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="html_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_html_time">HTML Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="content_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_content_time">Non-HTML Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="total_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_total_response_time">Total Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="rate" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_rate">Transfer Rate (KB per second)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="max_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_max_response_time">Perceived Slowest Page Time (ms)</Label>
        </Display>
      </ColumnDescriptor>
      <ColumnDescriptor NAME="avg_response_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_avg_response_time">Perceived Time per Page / Page Element (ms)</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="total_bytes" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_total_bytes">Total Bytes</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="html_bytes" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_html_bytes">HTML Bytes</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="content_bytes" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_content_bytes">Page Content Bytes</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="request_count" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_request_count">Request Count</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="content_count" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_content_count">Page Content Count</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="redirect_count" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="beacon_http_content_redirect_count">Redirect Count</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="avg_connect_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_avg_connect_time">Average Connect Time (ms)</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="avg_first_byte_time" TYPE="NUMBER" IS_KEY="FALSE">
        <Display>
          <Label NLSID="website_content_avg_first_byte_time">Average First Byte Time (ms)</Label>
        </Display>
      </ColumnDescriptor>


      <ColumnDescriptor NAME="broken_count" TYPE="NUMBER" IS_KEY="FALSE" TRANSIENT="TRUE">
        <Display>
          <Label NLSID="website_content_broken_count">Broken Count</Label>
        </Display>
      </ColumnDescriptor>

      <ColumnDescriptor NAME="broken_details" TYPE="STRING" IS_KEY="FALSE" TRANSIENT="TRUE">
        <Display>
          <Label NLSID="website_content_broken_details">Broken Content</Label>
        </Display>
      </ColumnDescriptor>

    </TableDescriptor>
    <QueryDescriptor FETCHLET_ID="URLTiming">
      <Property NAME="internetCertLoc" SCOPE="SYSTEMGLOBAL"
                OPTIONAL="TRUE">internetCertLoc</Property>
      <Property NAME="authrealm" SCOPE="USER"
                OPTIONAL="TRUE">authrealm</Property>
      <Property NAME="authuser" SCOPE="USER"
                OPTIONAL="TRUE">authuser</Property>
      <Property NAME="authpwd" SCOPE="USER"
                OPTIONAL="TRUE">authpwd</Property>
      <Property NAME="proxyHost" SCOPE="INSTANCE"
                OPTIONAL="TRUE">proxyHost</Property>
      <Property NAME="proxyPort" SCOPE="INSTANCE"
                OPTIONAL="TRUE">proxyPort</Property>
      <Property NAME="dontProxyFor" SCOPE="INSTANCE"
                OPTIONAL="TRUE">dontProxyFor</Property>
      <Property NAME="failure_string" SCOPE="USER" 
                OPTIONAL="TRUE">FailureString</Property>
      <Property NAME="emVersion" SCOPE="USER" 
                OPTIONAL="TRUE">emVersion</Property>

      <Property NAME="cache" SCOPE="USER" 
                OPTIONAL="TRUE">useCache</Property>
      <Property NAME="output_mode" SCOPE="USER" 
                OPTIONAL="TRUE">outputMode</Property>
      <Property NAME="connection_timeout" SCOPE="USER" 
                OPTIONAL="TRUE">connectionTimeout</Property>
      <Property NAME="retries" SCOPE="USER" 
                OPTIONAL="TRUE">retries</Property>
      <Property NAME="read_timeout" SCOPE="USER" 
                OPTIONAL="TRUE">readTimeout</Property>
      <Property NAME="retry_interval" SCOPE="USER" 
                OPTIONAL="TRUE">retryInterval</Property>
      <Property NAME="timeout" SCOPE="USER" 
                OPTIONAL="TRUE">timeout</Property>
      <Property NAME="num_threads" SCOPE="USER" 
                OPTIONAL="TRUE">numThreads</Property>
      <Property NAME="AcceptLanguage" SCOPE="USER" 
                OPTIONAL="TRUE">AcceptLanguage</Property>
      <Property NAME="AcceptCharset" SCOPE="USER" 
                OPTIONAL="TRUE">AcceptCharset</Property>

      <Property NAME="metrics" SCOPE="GLOBAL">computed_response_time,status,status_description,dns_time,connect_time,redirect_time,first_byte_time,html_time,content_time,total_response_time,rate,max_response_time,avg_response_time,total_bytes,html_bytes,content_bytes,request_count,content_count,redirect_count,avg_connect_time,avg_first_byte_time,broken_count,broken_details</Property>
      <Property NAME="txn_details" SCOPE="USER">TxnDetails</Property>
      <Property NAME="key_part1" SCOPE="USER">TxnName</Property>
      <Property NAME="key_part2" SCOPE="USER">BeaconName</Property>
    </QueryDescriptor>
  </Metric>




  <InstanceProperties>
    <InstanceProperty NAME="homepageUrl" CREDENTIAL="FALSE" OPTIONAL="FALSE">
      <Display>
        <Label NLSID="website_homepage_url">Homepage URL</Label>
      </Display>
    </InstanceProperty>
    <InstanceProperty NAME="proxyHost" CREDENTIAL="FALSE" OPTIONAL="TRUE">
      <Display>
        <Label NLSID="website_proxyHost_iprop">Proxy Host</Label>
      </Display>
    </InstanceProperty>
    <InstanceProperty NAME="proxyPort" CREDENTIAL="FALSE" OPTIONAL="TRUE">
      <Display>
        <Label NLSID="website_proxyPort_iprop">Proxy Port</Label>
      </Display>
    </InstanceProperty>
    <InstanceProperty NAME="dontProxyFor" CREDENTIAL="FALSE" OPTIONAL="TRUE">
      <Display>
        <Label NLSID="oracle_website_dont_proxy_for">Don't use Proxy for</Label>
      </Display>
    </InstanceProperty>
    <InstanceProperty NAME="app_type" CREDENTIAL="FALSE" OPTIONAL="TRUE">
      <Display>
        <Label NLSID="oracle_website_app_type">Application Type (enter "FORMS" for forms app) </Label>
      </Display>
    </InstanceProperty>
  </InstanceProperties>
</TargetMetadata>
