Skip to content

Commit

Permalink
Merge pull request #1 from fotto/master
Browse files Browse the repository at this point in the history
<Dependencies> now optional, new SW sub class "DB2"
  • Loading branch information
plarem committed Oct 28, 2013
2 parents c78c473 + b3f3ead commit 33b7b1b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion schemas/MARSSchema2013.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@
<xs:enumeration value="ColdFusion" />
<xs:enumeration value="Confluence" />
<xs:enumeration value="Courion" />
<xs:enumeration value="DB2" />
<xs:enumeration value="DBS" />
<xs:enumeration value="DSPAM" />
<xs:enumeration value="DIDiver" />
Expand Down Expand Up @@ -1614,7 +1615,7 @@

<xs:complexType name="CommonNodeType">
<xs:sequence>
<xs:element name="Dependencies" type="aae:DependenciesType" />
<xs:element name="Dependencies" type="aae:DependenciesType" minOccurs="0" />
<xs:element name="CustomerInformation" type="aae:CustomerInformationType" />
<xs:element name="Extensions" type="aae:ExtensionsType" minOccurs="0" />
</xs:sequence>
Expand Down Expand Up @@ -4428,6 +4429,16 @@
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="DB2">
<xs:complexType>
<xs:complexContent>
<xs:extension base="aae:DBMSAttributes">
<xs:attribute use="required" name="SoftwareSubClass" type="aae:SoftwareSubClass"
fixed="DB2" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="EIP">
<xs:complexType>
<xs:complexContent>
Expand Down

0 comments on commit 33b7b1b

Please sign in to comment.