Skip to content

Commit

Permalink
Merge pull request #15 from ffluegel/patch-1
Browse files Browse the repository at this point in the history
new SoftwareSubClass PHP-FPM
  • Loading branch information
fotto committed Jan 8, 2014
2 parents a7f03a9 + 2c01c1f commit ea81340
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 @@ -510,6 +510,7 @@
<xs:enumeration value="Orion" />
<xs:enumeration value="Oxwall" />
<xs:enumeration value="Perl" />
<xs:enumeration value="PHP-FPM" />
<xs:enumeration value="Planalyzer" />
<xs:enumeration value="PlanPlusOnline" />
<xs:enumeration value="PlanviewEnterprise" />
Expand Down Expand Up @@ -5833,6 +5834,16 @@ The BSD MachineClass is used to cover the following descendants of the original
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="PHP-FPM">
<xs:complexType>
<xs:complexContent>
<xs:extension base="aae:RTEAttributes">
<xs:attribute use="required" name="SoftwareSubClass"
type="aae:SoftwareSubClass" fixed="PHP-FPM" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Python">
<xs:complexType>
<xs:complexContent>
Expand Down

0 comments on commit ea81340

Please sign in to comment.