Skip to content

Commit

Permalink
Merge pull request #19 from kneussel/master
Browse files Browse the repository at this point in the history
add zookeeper
  • Loading branch information
kneussel committed Jan 10, 2014
2 parents 0bbd7b9 + a3ee56d commit 3970103
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions schemas/MARSSchema2013.next.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@
<xs:enumeration value="ZenossITSM" />
<xs:enumeration value="ZohoCRM" />
<xs:enumeration value="ZeroMQ" />
<xs:enumeration value="Zookeeper" />
<xs:enumeration value="Zotero" />
<xs:enumeration value="zVM" />
<xs:enumeration value="RabbitMQ" />
Expand Down Expand Up @@ -4757,6 +4758,16 @@ The BSD MachineClass is used to cover the following descendants of the original
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Zookeeper">
<xs:complexType>
<xs:complexContent>
<xs:extension base="aae:DBMSAttributes">
<xs:attribute use="required" name="SoftwareSubClass" type="aae:SoftwareSubClass"
fixed="Zookeeper" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="OracleSCM">
<xs:complexType>
<xs:complexContent>
Expand Down

0 comments on commit 3970103

Please sign in to comment.