<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.protogeni.net/resources/rspec/2" >
  <xs:group name="AnyExtension">
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:any namespace="##other" processContents="strict"/>
      </xs:choice>
    </xs:sequence>
  </xs:group>
  <xs:attributeGroup name="AnyExtension">
    <xs:anyAttribute namespace="##other" processContents="strict"/>
  </xs:attributeGroup>
</xs:schema>
