gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/docs/pegboard/canvas_transcludable_voca...


From: Benja Fallenstein
Subject: [Gzz-commits] fenfire/docs/pegboard/canvas_transcludable_voca...
Date: Wed, 02 Jul 2003 21:15:24 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Benja Fallenstein <address@hidden>      03/07/02 21:15:24

Modified files:
        docs/pegboard/canvas_transcludable_vocab--benja: peg.rst 

Log message:
        data types of coordinate literals

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/pegboard/canvas_transcludable_vocab--benja/peg.rst.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: fenfire/docs/pegboard/canvas_transcludable_vocab--benja/peg.rst
diff -u fenfire/docs/pegboard/canvas_transcludable_vocab--benja/peg.rst:1.1 
fenfire/docs/pegboard/canvas_transcludable_vocab--benja/peg.rst:1.2
--- fenfire/docs/pegboard/canvas_transcludable_vocab--benja/peg.rst:1.1 Wed Jul 
 2 21:01:33 2003
+++ fenfire/docs/pegboard/canvas_transcludable_vocab--benja/peg.rst     Wed Jul 
 2 21:15:24 2003
@@ -4,8 +4,8 @@
 
 :Authors:       Benja Fallenstein
 :Date-Created:  2003-07-03
-:Last-Modified: $Date: 2003/07/03 01:01:33 $
-:Revision:      $Revision: 1.1 $
+:Last-Modified: $Date: 2003/07/03 01:15:24 $
+:Revision:      $Revision: 1.2 $
 :Status:        Incomplete
 :Scope:         Minor
 :Type:          Interface
@@ -90,15 +90,24 @@
 ``http://fenfire.org/rdf-v/2003/07/canvas2d-bis#x`` and
 ``http://fenfire.org/rdf-v/2003/07/canvas2d-bis#y``
     The x and y coordinates of a node on a canvas.
-    (node, x, literal), where the literal is parseable
-    as a floating-point number (similar to Java doubles). 
     Note that these are the *default* coordinate
     properties: later on, we might make it possible for a Canvas2D
     to define its own coordinate attributes, which would take
     use close to Ted's floating world ideas.
 
+    The objects in this namespace are literals
+    of type `xsd:double`_.
+
+    :Domain:      ``#NodeOnCanvas``
+    :Range:       `xsd:double`_
+    :Cardinality: ``n:1``
+
+    __ http://www.w3.org/TR/xmlschema-2/#double
+
 Change ``org.fenfire.vocab.CANVAS2D`` to use this namespace.
+
 Make the necessary changes in the other code so that the
-rules of this namespace are respected.
+rules of this namespace are respected; in particular,
+the coordinate literals need to be of type `xsd:double`_.
 
 \- Benja




reply via email to

[Prev in Thread] Current Thread [Next in Thread]