summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/validxml/types/rootType.xml
blob: bf49c03e57f81c8509cf7c84625dcda85948038b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!-- Copyright 2016 Yahoo Inc. 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>