src/java.sql.rowset/share/classes/javax/sql/rowset/webrowset.xsd
author pliden
Wed, 20 Nov 2019 10:37:46 +0100
changeset 59152 59272e9e0635
parent 47216 71c04702a3d5
permissions -rw-r--r--
8234383: Test TestBiasedLockRevocationEvents.java assumes -XX:UseBiasedLocking is enabled Reviewed-by: mgronlun, tschatzl
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<!--
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     4
 Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
 published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    11
 by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    24
 or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    25
 questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
-->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
<!-- WebRowSet XML Schema by Jonathan Bruce (Sun Microsystems Inc.) -->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
<xs:schema targetNamespace="http://java.sun.com/xml/ns/jdbc" xmlns:wrs="http://java.sun.com/xml/ns/jdbc" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
	
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
	<xs:element name="webRowSet">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
		<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
			<xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
				<xs:element ref="wrs:properties"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
				<xs:element ref="wrs:metadata"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
				<xs:element ref="wrs:data"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
			</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
		</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
	</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
	
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
	<xs:element name="columnValue" type="xs:anyType"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
	<xs:element name="updateValue" type="xs:anyType"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
	
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
	<xs:element name="properties">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
		<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
			<xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
				<xs:element name="command" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
				<xs:element name="concurrency" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
				<xs:element name="datasource" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
				<xs:element name="escape-processing" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
				<xs:element name="fetch-direction" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
				<xs:element name="fetch-size" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
				<xs:element name="isolation-level" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
				<xs:element name="key-columns">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
					<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
						<xs:sequence minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
							<xs:element name="column" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
						</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
					</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
				</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
				<xs:element name="map">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
					<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
						<xs:sequence minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
							<xs:element name="type" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
							<xs:element name="class" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
						</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
					</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
				</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
				<xs:element name="max-field-size" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
				<xs:element name="max-rows" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
				<xs:element name="query-timeout" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
				<xs:element name="read-only" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
				<xs:element name="rowset-type" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
				<xs:element name="show-deleted" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
				<xs:element name="table-name" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
				<xs:element name="url" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
				<xs:element name="sync-provider">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
					<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
						<xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
							<xs:element name="sync-provider-name" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
							<xs:element name="sync-provider-vendor" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
							<xs:element name="sync-provider-version" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
							<xs:element name="sync-provider-grade" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
							<xs:element name="data-source-lock" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
						</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
					</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
				</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
			</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
		</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
	</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
	<xs:element name="metadata">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
		<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
			<xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
				<xs:element name="column-count" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
				<xs:choice>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
					<xs:element name="column-definition" minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
						<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
							<xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
								<xs:element name="column-index" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
								<xs:element name="auto-increment" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
								<xs:element name="case-sensitive" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
								<xs:element name="currency" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
								<xs:element name="nullable" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
								<xs:element name="signed" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
								<xs:element name="searchable" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
								<xs:element name="column-display-size" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
								<xs:element name="column-label" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
								<xs:element name="column-name" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
								<xs:element name="schema-name" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
								<xs:element name="column-precision" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
								<xs:element name="column-scale" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
								<xs:element name="table-name" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
								<xs:element name="catalog-name" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
								<xs:element name="column-type" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
								<xs:element name="column-type-name" type="xs:string"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
							</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
						</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
					</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
				</xs:choice>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
			</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
		</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
	</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
	<xs:element name="data">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
		<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
			<xs:sequence minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
				<xs:element name="currentRow" minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
					<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
						<xs:sequence minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
							<xs:element ref="wrs:columnValue"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
						</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
					</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
				</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
				<xs:element name="insertRow" minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
					<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
						<xs:choice minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
							<xs:element ref="wrs:columnValue"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
							<xs:element ref="wrs:updateValue"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
						</xs:choice>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
					</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
				</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
				<xs:element name="deleteRow" minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
					<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
						<xs:sequence minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
							<xs:element ref="wrs:columnValue"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
							<xs:element ref="wrs:updateValue"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
						</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
					</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
				</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
				<xs:element name="modifyRow" minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
					<xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
						<xs:sequence minOccurs="0" maxOccurs="unbounded">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
							<xs:element ref="wrs:columnValue"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
							<xs:element ref="wrs:updateValue"/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
						</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
					</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
				</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
			</xs:sequence>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
		</xs:complexType>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
	</xs:element>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
</xs:schema>