Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<Dependencies> now optional, new SW sub class "DB2" #1

Merged
merged 1 commit into from
Oct 28, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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