1<?xml version="1.0" encoding="UTF-8"?>
2<tokenAutomaton scope="public"
3                className="XsdSchemaToken"
4                headerFile="qxsdschematoken_p.h"
5                sourceFile="qxsdschematoken.cpp"
6                defaultToken="NoKeyword"
7                tokenEnum="NodeName"
8                hasToString="true"
9                includeGuardName="QPatternist_XsdSchemaToken_h">
10    <tokens>
11        <token>abstract</token>
12        <token>all</token>
13        <token>alternative</token>
14        <token>annotation</token>
15        <token>any</token>
16        <token>anyAttribute</token>
17        <token>appinfo</token>
18        <token>appliesToEmpty</token>
19        <token>assert</token>
20        <token>assertion</token>
21        <token>attribute</token>
22        <token>attributeFormDefault</token>
23        <token>attributeGroup</token>
24        <token>base</token>
25        <token>block</token>
26        <token>blockDefault</token>
27        <token>choice</token>
28        <token>collapse</token>
29        <token>complexContent</token>
30        <token>complexType</token>
31        <token>default</token>
32        <token>defaultAttributes</token>
33        <token>defaultAttributesApply</token>
34        <token>defaultOpenContent</token>
35        <token>documentation</token>
36        <token>element</token>
37        <token>elementFormDefault</token>
38        <token>enumeration</token>
39        <token>extension</token>
40        <token>field</token>
41        <token>final</token>
42        <token>finalDefault</token>
43        <token>fixed</token>
44        <token>form</token>
45        <token>fractionDigits</token>
46        <token>group</token>
47        <token>id</token>
48        <token>import</token>
49        <token>include</token>
50        <token>itemType</token>
51        <token>key</token>
52        <token>keyref</token>
53        <token>length</token>
54        <token>list</token>
55        <token>maxExclusive</token>
56        <token>maxInclusive</token>
57        <token>maxLength</token>
58        <token>maxOccurs</token>
59        <token>memberTypes</token>
60        <token>minExclusive</token>
61        <token>minInclusive</token>
62        <token>minLength</token>
63        <token>minOccurs</token>
64        <token>mixed</token>
65        <token>mode</token>
66        <token>name</token>
67        <token>namespace</token>
68        <token>nillable</token>
69        <token>notation</token>
70        <token>notNamespace</token>
71        <token>notQName</token>
72        <token>openContent</token>
73        <token>override</token>
74        <token>preserve</token>
75        <token>pattern</token>
76        <token>processContents</token>
77        <token>public</token>
78        <token>redefine</token>
79        <token>ref</token>
80        <token>refer</token>
81        <token>replace</token>
82        <token>restriction</token>
83        <token>schema</token>
84        <token>schemaLocation</token>
85        <token>selector</token>
86        <token>sequence</token>
87        <token>simpleContent</token>
88        <token>simpleType</token>
89        <token>source</token>
90        <token>substitutionGroup</token>
91        <token>system</token>
92        <token>targetNamespace</token>
93        <token>test</token>
94        <token>totalDigits</token>
95        <token>type</token>
96        <token>union</token>
97        <token>unique</token>
98        <token>use</token>
99        <token>value</token>
100        <token>version</token>
101        <token>whiteSpace</token>
102        <token>xpath</token>
103        <token name="XPathDefaultNamespace">xpathDefaultNamespace</token>
104        <token name="XmlLanguage">xml:lang</token>
105        <token name="XML_NS_SCHEMA_URI">http://www.w3.org/2001/XMLSchema</token>
106    </tokens>
107
108    <boilerplate>
109
110        <prolog>/****************************************************************************
111**
112** Copyright (C) 2015 The Qt Company Ltd.
113** Contact: http://www.qt.io/licensing/
114**
115** This file is part of the QtXmlPatterns module of the Qt Toolkit.
116**
117** $QT_BEGIN_LICENSE:LGPL$
118** Commercial License Usage
119** Licensees holding valid commercial Qt licenses may use this file in
120** accordance with the commercial license agreement provided with the
121** Software or, alternatively, in accordance with the terms contained in
122** a written agreement between you and The Qt Company. For licensing terms
123** and conditions see http://www.qt.io/terms-conditions. For further
124** information use the contact form at http://www.qt.io/contact-us.
125**
126** GNU Lesser General Public License Usage
127** Alternatively, this file may be used under the terms of the GNU Lesser
128** General Public License version 2.1 as published by the Free Software
129** Foundation and appearing in the file LICENSE.LGPL included in the
130** packaging of this file.  Please review the following information to
131** ensure the GNU Lesser General Public License version 2.1 requirements
132** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
133**
134** As a special exception, The Qt Company gives you certain additional
135** rights. These rights are described in The Qt Company LGPL Exception
136** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
137**
138** GNU General Public License Usage
139** Alternatively, this file may be used under the terms of the GNU
140** General Public License version 3.0 as published by the Free Software
141** Foundation and appearing in the file LICENSE.GPL included in the
142** packaging of this file.  Please review the following information to
143** ensure the GNU General Public License version 3.0 requirements will be
144** met: http://www.gnu.org/copyleft/gpl.html.
145**
146**
147** $QT_END_LICENSE$
148**
149****************************************************************************/
150
151</prolog>
152
153    </boilerplate>
154
155</tokenAutomaton>
156