src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/config.xsd

Fri, 23 Aug 2013 09:57:21 +0100

author
mkos
date
Fri, 23 Aug 2013 09:57:21 +0100
changeset 397
b99d7e355d4b
parent 0
373ffda63c9a
permissions
-rw-r--r--

8022885: Update JAX-WS RI integration to 2.2.9-b14140
8013016: Rebase 8009009 against the latest jdk8/jaxws
Reviewed-by: alanb, chegar

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!--
     3  Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6  This code is free software; you can redistribute it and/or modify it
     7  under the terms of the GNU General Public License version 2 only, as
     8  published by the Free Software Foundation.  Oracle designates this
     9  particular file as subject to the "Classpath" exception as provided
    10  by Oracle in the LICENSE file that accompanied this code.
    12  This code is distributed in the hope that it will be useful, but WITHOUT
    13  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    14  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    15  version 2 for more details (a copy is included in the LICENSE file that
    16  accompanied this code).
    18  You should have received a copy of the GNU General Public License version
    19  2 along with this work; if not, write to the Free Software Foundation,
    20  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    22  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    23  or visit www.oracle.com if you need additional information or have any
    24  questions.
    25 -->
    27 <!-- THIS IS A GENERATED FILE. DO NOT MODIFY. -->
    28 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
    29   <xs:element name="config">
    30     <xs:complexType>
    31       <xs:sequence>
    32         <xs:element ref="classes"/>
    33         <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema"/>
    34       </xs:sequence>
    35       <xs:attribute name="baseDir" use="required" type="xs:string"/>
    36     </xs:complexType>
    37   </xs:element>
    38   <xs:element name="classes">
    39     <xs:complexType>
    40       <xs:sequence>
    41         <xs:element ref="includes"/>
    42         <xs:element minOccurs="0" ref="excludes"/>
    43       </xs:sequence>
    44     </xs:complexType>
    45   </xs:element>
    46   <xs:element name="includes">
    47     <xs:simpleType>
    48       <xs:restriction>
    49         <xs:simpleType>
    50           <xs:list itemType="xs:string"/>
    51         </xs:simpleType>
    52         <xs:minLength value="1"/>
    53       </xs:restriction>
    54     </xs:simpleType>
    55   </xs:element>
    56   <xs:element name="excludes">
    57     <xs:simpleType>
    58       <xs:list itemType="xs:string"/>
    59     </xs:simpleType>
    60   </xs:element>
    61   <xs:element name="schema">
    62     <xs:complexType>
    63       <xs:attribute name="namespace" type="xs:string"/>
    64       <xs:attribute name="location" type="xs:string"/>
    65     </xs:complexType>
    66   </xs:element>
    67 </xs:schema>

mercurial