2002/ws/desc/wsdl20 wsdl20-rdf.html,1.32,1.33

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv23909

Modified Files:
	wsdl20-rdf.html 
Log Message:
adding basic print stylesheet, adding mapping table notational conventions

Index: wsdl20-rdf.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-rdf.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** wsdl20-rdf.html	8 May 2006 21:51:09 -0000	1.32
--- wsdl20-rdf.html	11 May 2006 19:06:46 -0000	1.33
***************
*** 10,13 ****
--- 10,21 ----
  .mappingtable { margin-left: 2em } 
  
+ @media print {
+     body { font-size: 12pt }
+     tt { font-size: 11pt }
+     .mappingtable { font-size: 9pt }
+     .mappingtable tt { font-size: 8pt }
+     pre { font-size: 9pt }
+ }
+ 
  /*]]>*/
  </style>
***************
*** 236,239 ****
--- 244,256 ----
  of the values is irrelevant in WSDL.</p>
  
+ <p>In the mapping tables below, we use a fairly simple triple syntax, each
+ triple on one line. Variables to be filled in (like generated IDs and
+ property values) are in angle brackets, for example &lt;id&gt; generally
+ means the ID of the current component. Literal values are in double quotes,
+ optionally indicating the data type after double caret, for example
+ "&lt;code&gt;"^^xs:int for HTTP status codes. The default data type is
+ xs:string. Finally, comments are in parentheses and italic <em>(like
+ this)</em>.</p>
+ 
  <p>This specification uses predefined namespace prefixes
  throughout; they are given in the following list. Note that the

Received on Thursday, 11 May 2006 19:07:04 UTC