aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/validxml/types/rootType.xml
blob: d2500f56599b9d8ee0a3b79de22b72565a4cbc4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->

<query-profile-type id="rootType" inherits="native">

    <strict/>
    <match path="true"/>

    <field name="time" type="long" mandatory="true"/>
    <field name="user" type="query-profile:user"/>

</query-profile-type>