jaxp/test/javax/xml/jaxp/unittest/catalog/jar/META-INF/catalog/ws-addr.xsd
author joehw
Wed, 11 Jan 2017 13:06:04 -0800
changeset 43121 e73af7b6ce47
permissions -rw-r--r--
8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar Reviewed-by: rriggs, dfuchs, lancea, alanb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43121
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
     2
<!--
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
     3
    W3C XML Schema defined in the Web Services Addressing 1.0 specification
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
     4
    http://www.w3.org/TR/ws-addr-core
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
     5
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
     6
   Copyright © 2005 World Wide Web Consortium,
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
     7
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
     8
   (Massachusetts Institute of Technology, European Research Consortium for
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
     9
   Informatics and Mathematics, Keio University). All Rights Reserved. This
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    10
   work is distributed under the W3C® Software License [1] in the hope that
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    11
   it will be useful, but WITHOUT ANY WARRANTY; without even the implied
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    12
   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    13
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    14
   [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    15
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    16
   $Id: ws-addr.xsd,v 1.2 2008/07/23 13:38:16 plehegar Exp $
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    17
-->
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    18
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2005/08/addressing" targetNamespace="http://www.w3.org/2005/08/addressing" blockDefault="#all" elementFormDefault="qualified" finalDefault="" attributeFormDefault="unqualified">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    19
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    20
	<!-- Constructs from the WS-Addressing Core -->
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    21
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    22
	<xs:element name="EndpointReference" type="tns:EndpointReferenceType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    23
	<xs:complexType name="EndpointReferenceType" mixed="false">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    24
		<xs:sequence>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    25
			<xs:element name="Address" type="tns:AttributedURIType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    26
			<xs:element ref="tns:ReferenceParameters" minOccurs="0"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    27
			<xs:element ref="tns:Metadata" minOccurs="0"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    28
			<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    29
		</xs:sequence>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    30
		<xs:anyAttribute namespace="##other" processContents="lax"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    31
	</xs:complexType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    32
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    33
	<xs:element name="ReferenceParameters" type="tns:ReferenceParametersType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    34
	<xs:complexType name="ReferenceParametersType" mixed="false">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    35
		<xs:sequence>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    36
			<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    37
		</xs:sequence>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    38
		<xs:anyAttribute namespace="##other" processContents="lax"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    39
	</xs:complexType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    40
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    41
	<xs:element name="Metadata" type="tns:MetadataType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    42
	<xs:complexType name="MetadataType" mixed="false">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    43
		<xs:sequence>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    44
			<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    45
		</xs:sequence>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    46
		<xs:anyAttribute namespace="##other" processContents="lax"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    47
	</xs:complexType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    48
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    49
	<xs:element name="MessageID" type="tns:AttributedURIType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    50
	<xs:element name="RelatesTo" type="tns:RelatesToType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    51
	<xs:complexType name="RelatesToType" mixed="false">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    52
		<xs:simpleContent>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    53
			<xs:extension base="xs:anyURI">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    54
				<xs:attribute name="RelationshipType" type="tns:RelationshipTypeOpenEnum" use="optional" default="http://www.w3.org/2005/08/addressing/reply"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    55
				<xs:anyAttribute namespace="##other" processContents="lax"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    56
			</xs:extension>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    57
		</xs:simpleContent>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    58
	</xs:complexType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    59
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    60
	<xs:simpleType name="RelationshipTypeOpenEnum">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    61
		<xs:union memberTypes="tns:RelationshipType xs:anyURI"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    62
	</xs:simpleType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    63
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    64
	<xs:simpleType name="RelationshipType">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    65
		<xs:restriction base="xs:anyURI">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    66
			<xs:enumeration value="http://www.w3.org/2005/08/addressing/reply"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    67
		</xs:restriction>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    68
	</xs:simpleType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    69
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    70
	<xs:element name="ReplyTo" type="tns:EndpointReferenceType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    71
	<xs:element name="From" type="tns:EndpointReferenceType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    72
	<xs:element name="FaultTo" type="tns:EndpointReferenceType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    73
	<xs:element name="To" type="tns:AttributedURIType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    74
	<xs:element name="Action" type="tns:AttributedURIType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    75
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    76
	<xs:complexType name="AttributedURIType" mixed="false">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    77
		<xs:simpleContent>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    78
			<xs:extension base="xs:anyURI">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    79
				<xs:anyAttribute namespace="##other" processContents="lax"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    80
			</xs:extension>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    81
		</xs:simpleContent>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    82
	</xs:complexType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    83
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    84
	<!-- Constructs from the WS-Addressing SOAP binding -->
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    85
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    86
	<xs:attribute name="IsReferenceParameter" type="xs:boolean"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    87
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    88
	<xs:simpleType name="FaultCodesOpenEnumType">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    89
		<xs:union memberTypes="tns:FaultCodesType xs:QName"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    90
	</xs:simpleType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    91
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    92
	<xs:simpleType name="FaultCodesType">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    93
		<xs:restriction base="xs:QName">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    94
			<xs:enumeration value="tns:InvalidAddressingHeader"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    95
			<xs:enumeration value="tns:InvalidAddress"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    96
			<xs:enumeration value="tns:InvalidEPR"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    97
			<xs:enumeration value="tns:InvalidCardinality"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    98
			<xs:enumeration value="tns:MissingAddressInEPR"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
    99
			<xs:enumeration value="tns:DuplicateMessageID"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   100
			<xs:enumeration value="tns:ActionMismatch"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   101
			<xs:enumeration value="tns:MessageAddressingHeaderRequired"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   102
			<xs:enumeration value="tns:DestinationUnreachable"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   103
			<xs:enumeration value="tns:ActionNotSupported"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   104
			<xs:enumeration value="tns:EndpointUnavailable"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   105
		</xs:restriction>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   106
	</xs:simpleType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   107
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   108
	<xs:element name="RetryAfter" type="tns:AttributedUnsignedLongType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   109
	<xs:complexType name="AttributedUnsignedLongType" mixed="false">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   110
		<xs:simpleContent>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   111
			<xs:extension base="xs:unsignedLong">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   112
				<xs:anyAttribute namespace="##other" processContents="lax"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   113
			</xs:extension>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   114
		</xs:simpleContent>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   115
	</xs:complexType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   116
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   117
	<xs:element name="ProblemHeaderQName" type="tns:AttributedQNameType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   118
	<xs:complexType name="AttributedQNameType" mixed="false">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   119
		<xs:simpleContent>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   120
			<xs:extension base="xs:QName">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   121
				<xs:anyAttribute namespace="##other" processContents="lax"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   122
			</xs:extension>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   123
		</xs:simpleContent>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   124
	</xs:complexType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   125
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   126
	<xs:element name="ProblemIRI" type="tns:AttributedURIType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   127
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   128
	<xs:element name="ProblemAction" type="tns:ProblemActionType"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   129
	<xs:complexType name="ProblemActionType" mixed="false">
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   130
		<xs:sequence>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   131
			<xs:element ref="tns:Action" minOccurs="0"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   132
			<xs:element name="SoapAction" minOccurs="0" type="xs:anyURI"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   133
		</xs:sequence>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   134
		<xs:anyAttribute namespace="##other" processContents="lax"/>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   135
	</xs:complexType>
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   136
	
e73af7b6ce47 8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
joehw
parents:
diff changeset
   137
</xs:schema>