refined, bugfixed. drafted enums.
authordanbri <danbri@google.com>
Sat, 09 Nov 2013 19:35:48 +0100
changeset 133 fc09e465d53f
parent 132 29440974cf85
child 134 9de607435e64
refined, bugfixed. drafted enums.
schema.org/ext/events2.html
--- a/schema.org/ext/events2.html	Sat Nov 09 17:32:53 2013 +0100
+++ b/schema.org/ext/events2.html	Sat Nov 09 19:35:48 2013 +0100
@@ -86,5 +86,24 @@
 
 
 
+    <!-- let's add in two more ItemAvailability enums, to support event availibility. -->
+ 
+    <!-- actually, no, we'll do this in the original config file ... --> 
+
+<!-- not needed, assuming other approach works:
+
+    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/SoldOut">
+      <span class="h" property="rdfs:label">SoldOut</span>
+      <span property="rdfs:comment">The event has sold out.</span>
+      <span>type: <a href="http://schema.org/ItemAvailability">ItemAvailability</a></span>
+    </div>
+
+    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/LimitedAvailability">
+      <span class="h" property="rdfs:label">LimitedAvailability</span>
+      <span property="rdfs:comment">The event has limited availability.</span>
+      <span>type: <a href="http://schema.org/ItemAvailability">ItemAvailability</a></span>
+    </div>
+-->
+
   </body>
 </html>