added 'atttribute' element to planetlab extension
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 7 Dec 2011 20:28:37 +0000 (15:28 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 7 Dec 2011 20:28:51 +0000 (15:28 -0500)
sfa/rspecs/extensions/ext/sfa/1/planetlab.xsd

index e862877..bceb81d 100644 (file)
@@ -14,4 +14,18 @@ xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1">
        <xs:attribute name="name" use="required"/>
      </xs:complexType>
    </xs:element>
+   <xs:element name="attribute">
+     <xs:complexType>
+       <xs:attribute name="name" use="required">
+        <xs:annotation>
+          <xs:documentation>Name of this attribute</xs:documentation>
+        </xs:annotation>
+       </xs:attribute>
+       <xs:attribute name="value" use="required">
+        <xs:annotation>
+          <xs:documentation>Value associated with this attribute</xs:documentation>
+        </xs:annotation>
+       </xs:attribute>      
+     </xs:complexType>
+   </xs:element> 
 </xs:schema>