Update RelaxNG schemas for PL RSpec changes
authorAndy Bavier <acb@cs.princeton.edu>
Wed, 6 Jul 2011 18:03:22 +0000 (14:03 -0400)
committerAndy Bavier <acb@cs.princeton.edu>
Wed, 6 Jul 2011 18:03:22 +0000 (14:03 -0400)
sfa/managers/eucalyptus/eucalyptus.rnc
sfa/managers/eucalyptus/eucalyptus.rng

index bc61ce3..670a01e 100644 (file)
@@ -1,5 +1,7 @@
 start = RSpec
 RSpec = element RSpec {
+    attribute expires { xsd:NMTOKEN },
+    attribute generated { xsd:NMTOKEN },
     attribute type { xsd:NMTOKEN },
     network
 }
index d7a85b4..d8be05e 100644 (file)
@@ -5,10 +5,18 @@
   </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>
-      <ref name="network"/>
+      <oneOrMore>
+        <ref name="network"/>
+      </oneOrMore>
     </element>
   </define>
   <define name="network">