commented out ActionType assignment due to bug in site generation scripts.
authorDan Brickley <danbri@danbri.org>
Thu, 10 Jan 2013 21:46:50 +0000
changeset 70 0b990eb07181
parent 69 dc0dcc73aa00
child 71 5bd05c395486
commented out ActionType assignment due to bug in site generation scripts.
Add CompletedAction.
schema.org/ext/action.html
--- a/schema.org/ext/action.html	Thu Jan 10 17:31:41 2013 +0000
+++ b/schema.org/ext/action.html	Thu Jan 10 21:46:50 2013 +0000
@@ -79,6 +79,12 @@
   <span property="rdfs:comment">CancelledAction - The action was cancelled.</span>
   </div>
  </li>
+ <li>
+  <div typeof="schema:ActionStatusValue" resource="http://schema.org/CompletedAction">
+  <span class="h" property="rdfs:label">CompletedAction</span>
+  <span property="rdfs:comment">CompletedAction - The action was completed.</span>
+  </div>
+ </li>
 </ul>
 
 <h2>Other Changes</h2>
@@ -168,7 +174,10 @@
 
 <ul>
  <li>
-  <div typeof="rdfs:Class schema:ActionType" resource="http://schema.org/AcceptAction">
+
+<!--  <div typeof="rdfs:Class schema:ActionType" resource="http://schema.org/AcceptAction"> -->
+  <div typeof="rdfs:Class" resource="http://schema.org/AcceptAction">
+
    <span class="h" property="rdfs:label">AcceptAction</span>
    <span property="rdfs:comment">Action for confirming something, e.g. an invitation, an offer.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
@@ -182,7 +191,8 @@
  </li>
 
  <li>
-  <div typeof="rdfs:Class schema:ActionType" resource="http://schema.org/AddAction">
+<!--  <div typeof="rdfs:Class schema:ActionType" resource="http://schema.org/AddAction"> -->
+  <div typeof="rdfs:Class" resource="http://schema.org/AddAction">
    <span class="h" property="rdfs:label">AddAction</span>
    <span property="rdfs:comment">Action for adding something (e.g. a product to a shopping cart, a friend to a 
 friend list).</span>