refined, bugfixed. drafted enums.
--- 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>