src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/xs.xsd

Tue, 09 Apr 2013 14:51:13 +0100

author
alanb
date
Tue, 09 Apr 2013 14:51:13 +0100
changeset 368
0989ad8c0860
parent 0
373ffda63c9a
permissions
-rw-r--r--

8010393: Update JAX-WS RI to 2.2.9-b12941
Reviewed-by: alanb, erikj
Contributed-by: miroslav.kos@oracle.com, martin.grebac@oracle.com

aoqi@0 1 <?xml version="1.0" encoding="UTF-8"?>
aoqi@0 2 <!--
aoqi@0 3 Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
aoqi@0 4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aoqi@0 5
aoqi@0 6 This code is free software; you can redistribute it and/or modify it
aoqi@0 7 under the terms of the GNU General Public License version 2 only, as
aoqi@0 8 published by the Free Software Foundation. Oracle designates this
aoqi@0 9 particular file as subject to the "Classpath" exception as provided
aoqi@0 10 by Oracle in the LICENSE file that accompanied this code.
aoqi@0 11
aoqi@0 12 This code is distributed in the hope that it will be useful, but WITHOUT
aoqi@0 13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aoqi@0 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aoqi@0 15 version 2 for more details (a copy is included in the LICENSE file that
aoqi@0 16 accompanied this code).
aoqi@0 17
aoqi@0 18 You should have received a copy of the GNU General Public License version
aoqi@0 19 2 along with this work; if not, write to the Free Software Foundation,
aoqi@0 20 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
aoqi@0 21
aoqi@0 22 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aoqi@0 23 or visit www.oracle.com if you need additional information or have any
aoqi@0 24 questions.
aoqi@0 25 -->
aoqi@0 26
aoqi@0 27 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc">
aoqi@0 28 <xs:import namespace="http://java.sun.com/xml/ns/jaxb" schemaLocation="binding.xsd"/>
aoqi@0 29 <xs:import namespace="http://java.sun.com/xml/ns/jaxb/xjc" schemaLocation="xjc.xsd"/>
aoqi@0 30 <xs:element name="annotation">
aoqi@0 31 <xs:complexType>
aoqi@0 32 <xs:choice minOccurs="0" maxOccurs="unbounded">
aoqi@0 33 <xs:element ref="xs:appinfo"/>
aoqi@0 34 <xs:element ref="xs:documentation"/>
aoqi@0 35 </xs:choice>
aoqi@0 36 <xs:attributeGroup ref="jaxb:anyAttributes"/>
aoqi@0 37 </xs:complexType>
aoqi@0 38 </xs:element>
aoqi@0 39 <xs:element name="appinfo">
aoqi@0 40 <xs:complexType mixed="true">
aoqi@0 41 <xs:choice minOccurs="0" maxOccurs="unbounded">
aoqi@0 42 <xs:any processContents="lax" />
aoqi@0 43 </xs:choice>
aoqi@0 44 <xs:attributeGroup ref="jaxb:anyAttributes"/>
aoqi@0 45 </xs:complexType>
aoqi@0 46 </xs:element>
aoqi@0 47 <xs:element name="documentation">
aoqi@0 48 <xs:complexType mixed="true">
aoqi@0 49 <xs:sequence>
aoqi@0 50 <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
aoqi@0 51 </xs:sequence>
aoqi@0 52 <xs:attributeGroup ref="jaxb:anyAttributes"/>
aoqi@0 53 </xs:complexType>
aoqi@0 54 </xs:element>
aoqi@0 55 </xs:schema>

mercurial