Add 'expires' and 'generated' attributes to VINI schema
authorAndy Bavier <acb@cs.princeton.edu>
Tue, 12 Jul 2011 21:05:24 +0000 (17:05 -0400)
committerAndy Bavier <acb@cs.princeton.edu>
Tue, 12 Jul 2011 21:05:24 +0000 (17:05 -0400)
sfa/managers/vini/vini.rnc
sfa/managers/vini/vini.rng

index 0be7640..09cf902 100644 (file)
@@ -1,5 +1,7 @@
 start = RSpec
 RSpec = element RSpec { 
+   attribute expires { xsd:NMTOKEN },
+   attribute generated { xsd:NMTOKEN },
    attribute type { xsd:NMTOKEN },
    ( network | request )
 }
index 1545cb5..387c831 100644 (file)
@@ -5,6 +5,12 @@
   </start>
   <define name="RSpec">
     <element name="RSpec">
+      <attribute name="expires">
+        <data type="NMTOKEN"/>
+      </attribute>
+      <attribute name="generated">
+        <data type="NMTOKEN"/>
+      </attribute>
       <attribute name="type">
         <data type="NMTOKEN"/>
       </attribute>