2006/unicorn/WebContent/WEB-INF/resources/contracts mobileOk.wadl,NONE,1.1

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/contracts
In directory hutz:/tmp/cvs-serv1037/WebContent/WEB-INF/resources/contracts

Added Files:
	mobileOk.wadl 
Log Message:
mobileok temporary contract

--- NEW FILE: mobileOk.wadl ---
<?xml version="1.0" encoding="utf-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" xmlns="http://research.sun.com/wadl/2006/10"> 
<grammars/> 
	<resources base="http://qa-dev.w3.org:8001/mobileok/"> 
		<resource path="check"> 
			
			<doc title="responseType">default</doc>
			<doc xml:lang="en" title="name">W3C Mobile OK Checker</doc>
			<doc xml:lang="fr" title="name">W3C Validateur Mobile OK</doc>
			
			<doc xml:lang="en" title="description">Validate CSS stylesheets or (X)HTML documents with CSS</doc>
			<doc xml:lang="fr" title="description">validation de feuilles de style CSS, seules ou incluses dans du (X)HTML</doc>
			
			<doc xml:lang="en" title="help">http://www.w3.org/Unicorn/css-observer/help</doc>
			<doc xml:lang="fr" title="help">http://www.w3.org/Unicorn/css-observer/help_fr</doc>
			
			<doc title="mimetype">text/html</doc>
			<doc title="mimetype">application/xhtml+xml</doc>
			
			<doc xml:lang="en" title="provider">W3C</doc>
			<doc xml:lang="fr" title="provider">Le W3C</doc>
			
			<doc title="paramLang">lang</doc>
			
			<doc title="reference">mobileok</doc>
		
     		<method name="GET" id="MobileOKValidationUri">
				<doc title="inputMethod">URI</doc>
				<doc title="inputParamName">docAddr</doc>
				<request>
					<param name="docAddr" type="xs:anyURI" style="plain" required="true" />     
					<param name="output" fixed="unicorn" required="true" style="plain">
						<option value="unicorn" />
					</param>
				</request>
		    </method>
		 
		</resource>
	</resources>
</application>

Received on Monday, 14 September 2009 07:08:28 UTC