0N/A<?xml version="1.0" encoding="UTF-8"?>
0N/A<!--
0N/A Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A
0N/A This code is free software; you can redistribute it and/or modify it
0N/A under the terms of the GNU General Public License version 2 only, as
0N/A published by the Free Software Foundation.
0N/A
0N/A This code is distributed in the hope that it will be useful, but WITHOUT
0N/A ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A version 2 for more details (a copy is included in the LICENSE file that
0N/A accompanied this code).
0N/A
0N/A You should have received a copy of the GNU General Public License version
0N/A 2 along with this work; if not, write to the Free Software Foundation,
0N/A Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A
0N/A Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
0N/A or visit www.oracle.com if you need additional information or have any
0N/A questions.
0N/A
0N/A-->
0N/A
0N/A<!ELEMENT trace (xi:include, relation_decls, events*, xi:include, xi:include)>
0N/A<!ELEMENT types (content_types, primary_types)>
0N/A<!ELEMENT content_types (content_type|struct_type)*>
0N/A<!ELEMENT content_type (value|structvalue|structarray|array)*>
0N/A<!ELEMENT struct_type (value*)>
0N/A<!ELEMENT primary_types (primary_type*)>
0N/A<!ELEMENT primary_type EMPTY>
0N/A<!ELEMENT relation_decls (relation_decl*)>
0N/A<!ELEMENT relation_decl EMPTY>
0N/A<!ELEMENT events (event|struct)*>
0N/A<!ELEMENT event (value|structvalue)*>
0N/A<!ELEMENT struct (value|structvalue)*>
0N/A<!ELEMENT value EMPTY>
0N/A<!ELEMENT structvalue EMPTY>
0N/A<!ELEMENT structarray EMPTY>
0N/A<!ELEMENT array EMPTY>
0N/A<!ATTLIST content_type id CDATA #REQUIRED
0N/A hr_name CDATA #REQUIRED
0N/A type CDATA #REQUIRED
0N/A jvm_type CDATA #IMPLIED
0N/A builtin_type CDATA #IMPLIED>
0N/A<!ATTLIST struct_type id CDATA #REQUIRED>
0N/A<!ATTLIST structarray type CDATA #REQUIRED
0N/A field CDATA #REQUIRED
label CDATA #REQUIRED>
<!ATTLIST primary_type symbol CDATA #REQUIRED
datatype CDATA #REQUIRED
contenttype CDATA #REQUIRED
type CDATA #REQUIRED
sizeop CDATA #REQUIRED>
<!ATTLIST relation_decl id CDATA #REQUIRED
uri CDATA #REQUIRED>
<!ATTLIST event id CDATA #REQUIRED
path CDATA #REQUIRED
label CDATA #REQUIRED
description CDATA #IMPLIED
has_thread CDATA "false"
ignore_check CDATA "false"
has_stacktrace CDATA "false"
is_instant CDATA "false"
is_constant CDATA "false"
is_requestable CDATA "false">
<!ATTLIST struct id CDATA #REQUIRED>
<!ATTLIST value type CDATA #REQUIRED
field CDATA #REQUIRED
label CDATA #REQUIRED
description CDATA #IMPLIED
relation CDATA "NOT_AVAILABLE"
transition CDATA "NONE">
<!ATTLIST array type CDATA #REQUIRED
field CDATA #REQUIRED
label CDATA #REQUIRED
description CDATA #IMPLIED>
<!ATTLIST structarray type CDATA #REQUIRED
field CDATA #REQUIRED
label CDATA #REQUIRED
description CDATA #IMPLIED>
<!ATTLIST structvalue type CDATA #REQUIRED
field CDATA #REQUIRED
label CDATA #REQUIRED
description CDATA #IMPLIED>