2002/ws/desc/test-suite/documents/good/Schema-1G string.wsdl,NONE,1.1 string.filename,NONE,1.1 TestMetadata.xml,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/documents/good/Schema-1G
In directory hutz:/tmp/cvs-serv12333/test-suite/documents/good/Schema-1G

Added Files:
	string.wsdl string.filename TestMetadata.xml 
Log Message:
Added test case Schema-1G as per my Action Item to create a test case for an inline schema with no targetnamespace.

--- NEW FILE: TestMetadata.xml ---
<?xml version="1.0"?>
<TestMetadata xmlns="http://www.w3.org/2006/02/wsdl/TestMetadata">
	<Identifier>
		http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/good/Schema-1G
	</Identifier>
	<Title>Good Document Schema-1G</Title>
	<Purpose>To ensure that WSSDL 2.0 validators accept inline schemas that have no targetnamespace.</Purpose>
	<Description>This test case contains a WSDL 2.0 document that has an inline schema with no targetnamespace.</Description>
	<Status>accepted</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>
		<Input role="root">string.wsdl</Input>
	</Inputs>
	<ExpectedResults>
		<Successful>true</Successful>
	</ExpectedResults>
	<Version>1.0</Version>
	<Contributor>
		<Name>Arthur Ryman</Name>
		<Affiliation>IBM</Affiliation>
		<EMail>ryman@ca.ibm.com</EMail>
	</Contributor>
	<Rights>http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</Rights>
	<Grouping>/documents/good</Grouping>
	<SeeAlso><Reference>http://www.w3.org/TR/wsdl20</Reference></SeeAlso>
</TestMetadata>
--- NEW FILE: string.wsdl ---
<description xmlns="http://www.w3.org/2006/01/wsdl"
	xmlns:tns="http://www.example.org/Schema-1G"
	targetNamespace="http://www.example.org/Schema-1G">

	<documentation>
		This test contains an inline schema that has no targetnamespace.
		This situation was prohibited in the CR spec by assertion
		Schema-0019 but is now valid.
	</documentation>

	<types>
		<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
			<xs:element type="xs:string" name="String" />
		</xs:schema>
	</types>

</description>
--- NEW FILE: string.filename ---
<filename>Schema-1G/string.wsdl</filename>

Received on Thursday, 5 October 2006 14:12:40 UTC