<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="./cert_verbund_cmsi.xsl"?>
<SysInfoModel cmsi_version="1.0" model_version="0.1" model_name="http://www.cert-verbund.de/cmsi">
    <TypeDefs>
      <TypeDef id="vendor_lov" kind="LOV">
	<Description>A list of values for specifying vendors</Description>
	<ValueList>
	  <ListElement tag="adobe" name="Adobe"/>
	  <ListElement tag="apache" name="The Apache Software Foundation"/>
	  <ListElement tag="sun" name="Sun Microsystems"/>
	  <ListElement tag="ms" name="Microsoft"/>
	  <ListElement tag="suse" name="SuSE"/>
	  <ListElement tag="redhat" name="RedHat"/>
	  <ListElement tag="netbsd" name="The NetBSD Foundation, Inc."/>
	  <ListElement tag="mozilla" name="The Mozilla Organisation"/>
	  <ListElement tag="fsf" name="Free Software Foundation, Inc."/>
	  <ListElement tag="mysql" name="MySQL AB"/>
	</ValueList>
      </TypeDef>
      <TypeDef id="hw" kind="LOV">
	<Description>A list of values for specifying hardware</Description>
	<ValueList>
	  <ListElement tag="iA32" name="Intel 32bit">
	   <Description>vulgo x86</Description>
          </ListElement>
	  <ListElement tag="iA64" name="Intel 64bit"/>
	  <ListElement tag="sparc" name="SUN SPARC"/>
	  <ListElement tag="alpha" name="DEC Alpha"/>
	  <ListElement tag="ppc" name="AIM Power PC"></ListElement>
	</ValueList>
      </TypeDef>

      <TypeDef id="edition" kind="LOV">
	<Description>A list of values for commonly used edition names.</Description>
	<ValueList>
	  <ListElement tag="standard" name="Standard">
          </ListElement>
	  <ListElement tag="enterprise" name="Enterprise"/>
	  <ListElement tag="business" name="Business"/>
	  <ListElement tag="premium" name="Premium"/>
	</ValueList>
      </TypeDef>
      <TypeDef id="os_nodes" kind="nodes">
	<Description>Category nodes or product families that refer to operating systems</Description>
      </TypeDef>
      <TypeDef id="service_pack" kind="grammar">
	<Description>The patch level, e.g., of Windows OSes is specified with a service pack number of form
                     "SP1", "SP1a", "SP2", "SP3", etc. No leading zeros (e.g. "SP01") are used!
        </Description>
	<Grammar><![CDATA[SP[0-9]+[a-z]?]]></Grammar>
      </TypeDef>
      <TypeDef id="year" kind="grammar">
	<Description>Some versions area expressed using a year. Please use all four digits.
        </Description>
	<Grammar><![CDATA[[0-9][0-9][0-9][0-9]]]></Grammar>
      </TypeDef>
      <TypeDef id="language" kind="grammar">
	<Description>The language version of the software specified using a language code 
         following ISO 639; if a two-letter code exists, the two-letter code is chosen; otherwise,
         the three-letter code is used. For example, German is specified as 'de', English as 'en', etc.
        </Description>
	<Grammar><![CDATA[[a-z][a-z][a-z]?]]></Grammar>
      </TypeDef>
      <TypeDef id="release_date" kind="grammar">
	      <Description>The release date as addition to a version in YYYY-MM-DD (e.g. "2004-05-05").</Description>
	      <Grammar><![CDATA[((1|2)([0-9][0-9][0-9])-(0|1)[0-2]-[0-3][0-9])]]></Grammar>
      </TypeDef>
      <TypeDef id="stable_unstable" kind="grammar">
	      <Description>An attribute to a version, e.g. "stable".</Description>
	      <Grammar><![CDATA[((un)?stable|experimental)]]></Grammar>
      </TypeDef>
      <TypeDef id="version_apache_style" kind="grammar">
	<Description>Version information is given by providing version, revision, and - if desired - subrevision
          separated by dots. Examples are "1.2", "1.2.1". Additionally, operators "&gt;", "&lt;", "&gt;=" and "&lt;=" can be
          prefixed or ranges can be given by using a dash for separation. Examples are "&lt;=1.2.24" and "1.2.12-1.2.15".
          Finally, the wildcard "x" can be given for revision and subrevision. Examples are "1.2.x" and "2.x".
          Wildcards cannot be combined with ranges or operators. </Description>
	<Grammar><![CDATA[([0-9]+\.[0-9]+(\.[0-9]+)?-[0-9]+\.[0-9]+(\.[0-9]+)?)|([0-9]+\.([0-9]+|x)(\.([0-9]+|x))?)|((<|>|<=|>=)[0-9]+\.([0-9]+)(\.[0-9]+)?)]]></Grammar>
      </TypeDef>
      <TypeDef id="single_number" kind="grammar">
	<Description>In some instances, version information is given as a single number such as "1", "2", etc.          Operators "&gt;", "&lt;", "&gt;=" and "&lt;=" can be
          prefixed or ranges can be given by using a dash for separation. Examples are "&lt;=4" and "1-3".
          </Description>
	<Grammar><![CDATA[([0-9]+-[0-9]+)|([0-9]+)|((<|>|<=|>=)[0-9]+]]></Grammar>
      </TypeDef>
    </TypeDefs>
    <NodeAttributes>
      <NodeAttribute id="vendor" type_id="vendor_lov" name="Vendor">
	<Description>This attribute specifies the vendor of a product family. It applies to
                     product families and category nodes that subsume products of a single vendor.
       </Description>
      </NodeAttribute>
      <NodeAttribute id="os" type_id="os_nodes" name="Operating System">
	<Description>This attribute only applies to applications. It specifies all 
                     the operating systems a given application runs on.</Description>

      </NodeAttribute>
      <NodeAttribute id="hw" type_id="hw" name="Hardware">
	<Description>This attribute only applies to operating systems. It specifies all the
                     hardware platforms a given operating system runs on.</Description>
      </NodeAttribute>
    </NodeAttributes>
    <CategoryTree>
      <CategoryNode tag="os">
	<Names>
	  <Name>OS</Name>
	</Names>
	<Description>The category of all operating systems</Description>
	<Children>
	  <CategoryNode tag="mainframe">
	    <Names>
	      <Name>Mainframe</Name>
	    </Names>
	    <Description>The category of all Mainframe OSes</Description>
	  </CategoryNode>
	  <CategoryNode tag="mobile_computing">
	    <Names>
	      <Name>Mobile Computing</Name>
	    </Names>
	    <Description>The category of all mobile computing OSes</Description>
	  </CategoryNode>
	  <CategoryNode tag="network">
	    <Names>
	      <Name>Network</Name>
	    </Names>
	    <Description>The category of all Network OSes</Description>
	    <Children>
	      <CategoryNode tag="cisco">
		<Names>
		  <Name>Cisco</Name>
		</Names>
		<Description>The category of all Cisco OSes</Description>
	      </CategoryNode>
	    </Children>
	  </CategoryNode>
	  <CategoryNode tag="telecommunication">
	    <Names>
	      <Name>Telecommunication</Name>
	    </Names>
	    <Description>The category of all Telecommunication OSes, i.e. for telephone installations</Description>
	  </CategoryNode>
	  <CategoryNode tag="unix_like">
	    <Names>
	      <Name>Unix-like</Name>
	    </Names>
	    <Description>The category of all Unix-like OSes</Description>
	    <Children>
	      <CategoryNode tag="unix">
		<Names>
		  <Name>Unix</Name>
		</Names>
		<Description>The category of all Unix OSes, including BSD-derivates</Description>
	      </CategoryNode>
	      <CategoryNode tag="linux">
		<Names>
		  <Name>Linux</Name>
		</Names>
		<Description>The category of all Linux OSes</Description>
	      </CategoryNode>
	    </Children>
	  </CategoryNode>
	  <CategoryNode tag="win">
	   <Names>
	    <Name>Windows</Name>
	   </Names>
	   <Description>The category of all Windows OSes</Description>
	  </CategoryNode>
	</Children>
      </CategoryNode>
      <CategoryNode tag="app">
	<Names>
	  <Name>Applications</Name>
	</Names>
	<Description>The category of all applications</Description>
	<Children>
	   <CategoryNode tag="business">
	    <Names>
	      <Name>Business</Name>
	    </Names>
	    <Description>The category of all business applications.</Description>
	  </CategoryNode>
	  <CategoryNode tag="client">
	    <Names>
	      <Name>Client</Name>
	    </Names>
	    <Description>The category of all client applications.</Description>
	    <Children>
	      <CategoryNode tag="webbrowser">
		<Names>
		  <Name>Webbrowser</Name>
		</Names>
		<Description>The category of all webbrowser products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="mail_groupware_client">
		<Names>
		  <Name>Mail and Groupware</Name>
		</Names>
		<Description>The category of all mail and groupware client products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="remote_access_client">
		<Names>
		  <Name>Remote Access</Name>
		</Names>
		<Description>The category of all remote login and remote administration client applications.</Description>
	      </CategoryNode>
	      <CategoryNode tag="multimedia">
		<Names>
		  <Name>Multimedia</Name>
		</Names>
		<Description>The category of all multimedia products, i.e. movie player.</Description>
	      </CategoryNode>
	      <CategoryNode tag="file_transfer_client">
		<Names>
		  <Name>File Transfer</Name>
		</Names>
		<Description>The category of all file transfer clients, i.e. ftp clients.</Description>
	      </CategoryNode>
	    </Children>
	  </CategoryNode>
	  <CategoryNode tag="office">
	    <Names>
	      <Name>Office</Name>
	    </Names>
	    <Description>The category of all office products.</Description>
	    <Children>
	      <CategoryNode tag="adobe">
		<Names>
		  <Name>Adobe</Name>
		</Names>
		<Description>The category of all adobe products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="ms_office">
		<Names>
		  <Name>Microsoft Office</Name>
		</Names>
		<Description>The category of all MS Office Products.</Description>
	      </CategoryNode>
	    </Children>
	  </CategoryNode>
	  <CategoryNode tag="programming">
	    <Names>
	      <Name>Programming</Name>
	    </Names>
	    <Description>Programming languages, run-time environments, etc.</Description>
	  </CategoryNode>
	  <CategoryNode tag="security">
	    <Names>
	      <Name>Security</Name>
	    </Names>
	    <Description>The category of all security applications.</Description>
	    <Children>
	      <CategoryNode tag="antivir">
		<Names>
		  <Name>Antivirus</Name>
		</Names>
		<Description>The category of all antivirus products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="crypto_app">
		<Names>
		  <Name>Crypto</Name>
		</Names>
		<Description>The category of all crypto application products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="firewall">
		<Names>
		  <Name>Firewall</Name>
		</Names>
		<Description>The category of all firewall products.</Description>
	        <Children>
	          <CategoryNode tag="pers_firewall">
		    <Names>
		      <Name>Personal Firewalls</Name>
		    </Names>
		    <Description>The category of all personal firewalls.</Description>
	          </CategoryNode>
		</Children>
	      </CategoryNode>
	      <CategoryNode tag="ids_monitoring">
		<Names>
		  <Name>IDS and Monitoring</Name>
		</Names>
		<Description>The category of all intrusion detection systems and similar monitoring products.</Description>
	        <Children>
	          <CategoryNode tag="host_ids">
		    <Names>
		      <Name>Host based IDS</Name>
		    </Names>
		    <Description>The category of all host based intrusion detection systems.</Description>
	          </CategoryNode>
		</Children>
	      </CategoryNode>
	      <CategoryNode tag="vpn">
		<Names>
		  <Name>VPN</Name>
		</Names>
		<Description>The category of all VPN application products.</Description>
	      </CategoryNode>
	    </Children>
	  </CategoryNode>
	  <CategoryNode tag="server">
	    <Names>
	      <Name>Server</Name>
	    </Names>
	    <Description>The category of all applications with server functionality.</Description>
	    <Children>
	      <CategoryNode tag="application_server">
	       <Names>
	        <Name>Application</Name>
	       </Names>
	       <Description>The category of all application server products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="backup_server">
		<Names>
		  <Name>Backup</Name>
		</Names>
		<Description>The category of all backup server products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="db_server">
		<Names>
		  <Name>Database</Name>
		</Names>
		<Description>The category of all database server products.</Description>
		<Children>
		  <CategoryNode tag="ms_sql">
		    <Names>
		      <Name>MS SQL Server</Name>
		    </Names>
		    <Description>The category of Microsoft SQL-Server Products</Description>
		  </CategoryNode>
		</Children>
	      </CategoryNode>
	      <CategoryNode tag="directory_server">
		<Names>
		  <Name>Directory</Name>
		</Names>
		<Description>The category of all directory server products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="file_server">
		<Names>
		  <Name>File</Name>
		</Names>
		<Description>The category of all file server products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="infrastructure_server">
	      	<Names>
	      	 <Name>Infrastructure</Name>
	      	</Names>
	      	<Description>The category of all infrastructure server products.</Description>
	      	<Children>
	      	 <CategoryNode tag="dns_server">
		  <Names>
		   <Name>DNS</Name>
		  </Names>
		  <Description>The category of all DNS server products.</Description>
	         </CategoryNode>
	       </Children>
	      </CategoryNode>
	      <CategoryNode tag="mail_groupware_server">
		<Names>
		  <Name>Mail and Groupware</Name>
		</Names>
		<Description>The category of all mail and groupware server products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="net_mgmt_server">
		<Names>
		  <Name>Network Management</Name>
		</Names>
		<Description>The category of all network management server products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="proxy_server">
		<Names>
		  <Name>Proxy</Name>
		</Names>
		<Description>The category of all web proxy server products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="remote_access_server">
	       <Names>
	      	<Name>Remote Access</Name>
	       </Names>
	       <Description>The category of all remote access and remote administration server products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="sys_mgmt_server">
		<Names>
		  <Name>System Management</Name>
		</Names>
		<Description>The category of all system management server products.</Description>
	      </CategoryNode>
	      <CategoryNode tag="web_server">
		<Names>
		  <Name>Web</Name>
		</Names>
		<Description>The category of all web server products.</Description>
	      </CategoryNode>   
	    </Children>
	  </CategoryNode> 
	</Children>
       </CategoryNode>
      <CategoryNode tag="hardware">
	<Names>
	  <Name>Hardware</Name>
	</Names>
	<Description>The hardware category</Description>
	<Children>
	  <CategoryNode tag="host">
	    <Names>
	      <Name>Host</Name>
	    </Names>
	    <Description>The category of all host/pc hardware</Description>
	    <Children>
	     <CategoryNode tag="risc">
	      <Names>
	       <Name>RISC Architecture</Name>
	      </Names>
	      <Description>The category of all RISC architecture hardware, i.e. SUN SPARC workstations.</Description>
	     </CategoryNode>
	     <CategoryNode tag="x86">
	      <Names>
	       <Name>X86 Architecture</Name>
	      </Names>
	      <Description>The category of all x86 architecture hardware, i.e. PCs.</Description>
          </CategoryNode>
      	    </Children>
	  </CategoryNode><CategoryNode tag="mobile_computing_hw">
	    <Names>
	      <Name>Mobile Computing</Name>
	    </Names>
	    <Description>The category of all mobile computing hardware, i.e. handhelds.</Description>
          </CategoryNode>
	  <CategoryNode tag="net_hw">
	    <Names>
	      <Name>Network Components</Name>
	    </Names>
	    <Description>The category of all hardware network components, i.e. switches.</Description>
	    <Children>
	      <CategoryNode tag="wlan">
		<Names>
		  <Name>WLAN</Name>
		</Names>
		<Description>The category of all wireless LAN hardware.</Description>
	      </CategoryNode>
	      <CategoryNode tag="router">
		<Names>
		  <Name>Router</Name>
		</Names>
		<Description>The category of all router hardware.</Description>
	      </CategoryNode>
	      <CategoryNode tag="switch">
		<Names>
		  <Name>Switch</Name>
		</Names>
		<Description>The category of all switch hardware.</Description>
	      </CategoryNode>
      	    </Children>
	  </CategoryNode>	  
        </Children>
      </CategoryNode>
      <CategoryNode tag="specification">
	<Names>
	  <Name>Standard, Specification</Name>
	</Names>
	<Description>The category for standards and specifications</Description>
	<Children>
	  <CategoryNode tag="crypto_technique">
	    <Names>
             <Name>Crypto Technique</Name>
	    </Names>
	    <Description>The category of all crypto techniques, i.e. pgp.</Description>
          </CategoryNode>
          <CategoryNode tag="net_protocol">
	    <Names>
	      <Name>Network Protocol</Name>
	    </Names>
	    <Description>The category of all network protocols, i.e. tcp, H.323, IPSec.</Description>
          </CategoryNode>
        </Children>
      </CategoryNode>
     </CategoryTree>
    <Families>
      <Family tag="mysql">
	<Parents>
	  <Parent tag="db_server"/>
	</Parents>
	<Names>
	  <Name>MySQL</Name>
	</Names>
	<Description>The MySQL database server product family</Description>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>mysql</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	    <Value>unix-like</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="version" type_id="version_apache_style" name="Version">
	    <Description>
             Versions of MySQL are given as version and revision such as "4.1".
	    </Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="wnt40">
	<Parents>
	  <Parent tag="win"/>
	</Parents>
	<Names>
	  <Name>Windows NT Server 4.0</Name>
	</Names>
	<Description>The Windows NT Server Family</Description>
	<Products>
	  <Product tag="standard">
	    <Names>
	      <Name>Windows NT Standard Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="enterprise">
	    <Names>
	      <Name>Windows NT Enterprise Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="tse">
	    <Names>
	      <Name>Windows NT Terminal Server Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	    <AttributeValue attribute_id="hw">
	     <Value>iA32</Value>
	     <Value>iA64</Value>
	    </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="language" type_id="language" name="Language">
	    <Description></Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="w2k">
	<Parents>
	  <Parent tag="win"/>
	</Parents>
	<Names>
	  <Name>Windows 2000</Name>
	</Names>
	<Description>The Windows 2000 product family</Description>
	<Products>
	  <Product tag="prof">
	    <Names>
	      <Name>Windows 2000 Professional</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="server">
	    <Names>
	      <Name>Windows 2000 Server</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="aserver">
	    <Names>
	      <Name>Windows 2000 Advanced Server</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="dserver">
	    <Names>
	      <Name>Windows 2000 Datacenter Server</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	    <AttributeValue attribute_id="hw">
	     <Value>iA32</Value>
	     <Value>iA64</Value>
	    </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="language" type_id="language" name="Language">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="hw_edition" type_id="hw" name="Hardware Edition">
	    <Description>Some products are available both in 32 and 64 bit edition.</Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="wxp">
	<Parents>
	  <Parent tag="win"/>
	</Parents>
	<Names>
	  <Name>Windows XP</Name>
	</Names>
	<Description>The Windows XP product family</Description>
	<Products>
	  <Product tag="home">
	    <Names>
	      <Name>Windows XP Home Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="prof">
	    <Names>
	      <Name>Windows XP Professional</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="mce">
	    <Names>
	      <Name>Windows XP Media Center Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="tpce">
	    <Names>
	      <Name>Windows XP Tablet PC Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	    <AttributeValue attribute_id="hw">
	     <Value>iA32</Value>
	     <Value>iA64</Value>
	    </AttributeValue>
	</AttributeValues>
	<ProductAttributes>

	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="language" type_id="language" name="Language">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="hw_edition" type_id="hw" name="Hardware Edition">
	    <Description>Some products are available both in 32 and 64 bit edition.</Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="ws2003">
	<Parents>
	  <Parent tag="win"/>
	</Parents>
	<Names>
	  <Name>Windows Server 2003</Name>
	</Names>
	<Description>The Windows Server 2003 product family</Description>
	<Products>
	  <Product tag="standard">
	    <Names>
	      <Name>Windows Server 2003 Standard Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="enterprise">
	    <Names>
	      <Name>Windows Server 2003 Enterprise Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="dserver">
	    <Names>
	      <Name>Windows Server 2003 Datacenter Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="web">
	    <Names>
	      <Name>Windows Server 2003 Web Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	    <AttributeValue attribute_id="hw">
	     <Value>iA32</Value>
	     <Value>iA64</Value>
	    </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="language" type_id="language" name="Language">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="hw_edition" type_id="hw" name="Hardware Edition">
	    <Description>Some products are available both in 32 and 64 bit edition.</Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>

      <Family tag="w9x">
	<Parents>
	  <Parent tag="win"/>
	</Parents>
	<Names>
	  <Name>Windows 9x</Name>
	  <Name>Windows Home</Name>
	</Names>
	<Description>The product family of Windows consumer operating systems (9x and ME)</Description>
	<Products>
	  <Product tag="95">
	    <Names>
	      <Name>Windows 95</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="98">
	    <Names>
	      <Name>Windows 98</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="me">
	    <Names>
	      <Name>Windows ME</Name>
	      <Name>Windows Millenium Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	    <AttributeValue attribute_id="hw">
	     <Value>iA32</Value>
	    </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="language" type_id="language" name="Language">
	    <Description></Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>

      <Family tag="apache_http">
	<Parents>
	  <Parent tag="web_server"/>
	</Parents>
	<Names>
	  <Name>Apache HTTP Server</Name>
	</Names>
	<Description>The Apache HTTP Server is a web server.</Description>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>apache</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	    <Value>unix_like</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="version" type_id="version_apache_style" name="Version">
	    <Description></Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>

      <Family tag="iis">
	<Parents>
	  <Parent tag="web_server"/>
	</Parents>
	<Names>
	  <Name>IIS</Name>
	</Names>
	<Description>Microsoft Internet Information Services (IIS) Server is a web server.</Description>
	<AttributeValues>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="version" type_id="version_apache_style" name="Version">
	    <Description>The version of IIS is given as version and revision, e.g., "6.0". Notice that
             IIS as a Windows component may be modified/patched by OS service packs!</Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>



      <Family tag="ms_sql_2005">
	<Parents>
	  <Parent tag="ms_sql"/>
	</Parents>
	<Names>
	  <Name>Microsoft SQL Server 2005</Name>
	</Names>
	<Description></Description>
	<Products/>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="language" type_id="language" name="Language">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="hw" type_id="hw" name="Hardware">
	    <Description>MS SQL Server 2005 will be available both in 32 bit (iA32) and 64 bit (iA64)
              editions.
            </Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>

      <Family tag="ms_sql_2000">
	<Parents>
	  <Parent tag="ms_sql"/>
	</Parents>
	<Names>
	  <Name>Microsoft SQL Server 2000</Name>
	</Names>
	<Description>The Microsoft SQL Server 2000 family consists of various database server
	products.</Description>
	<Products>
	  <Product tag="enterprise">
	    <Names>
	      <Name>Microsoft SQL Server 2000 Enterprise Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="standard">
	    <Names>
	      <Name>Microsoft SQL Server 2000 Standard Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="developer">
	    <Names>
	      <Name>Microsoft SQL Server 2000 Developer Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="personal">
	    <Names>
	      <Name>Microsoft SQL Server 2000 Personal Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="msde">
	    <Names>
	      <Name>Microsoft SQL Server 2000 Desktop Edition</Name>
	      <Name>MSDE 2000</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ce">
	    <Names>
	      <Name>Microsoft SQL Server 2000 Windows CE Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="language" type_id="language" name="Language">
	    <Description>According to MS, all SQL Server 2000 products are available in
             Simplified Chinese, Traditional Chinese, English, French, German, Italian, Japanese, 
             Korean, and Spanish</Description>
	  </ProductAttribute>
	  <ProductAttribute tag="hw" type_id="hw" name="Hardware">
	    <Description>The enterprise edition is available for 32 bit (iA32) and 64 bit (iA64)
            </Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>



      <Family tag="ms_sql_pre_2000">
	<Parents>
	  <Parent tag="ms_sql"/>
	</Parents>
	<Names>
	  <Name>MS SQL Server (pre 2000)</Name>
	</Names>
	<Description>The predecessor of the MS SQL Server 2000 family was simply called
         MS SQL Server; the last version to date is MS SQL Server 7.0</Description>
	<Products>
	  <Product tag="standard">
	    <Names>
	      <Name>Microsoft SQL Server Standard Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="desktop">
	    <Names>
	      <Name>Microsoft SQL Server Desktop Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="enterprise">
	    <Names>
	      <Name>Microsoft SQL Server Enterprise Edition</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	  <ProductAttribute tag="version" type_id="version_apache_style" name="Version">
	    <Description>The version information for SQL Server is given in the form
             'x.y', e.g., '7.0'.</Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>

      <Family tag="acrobat">
	<Parents>
	  <Parent tag="adobe"/>
	</Parents>
	<Names>
	  <Name>Acrobat</Name>
	</Names>
	<Description>The Adobe Acrobat product family contains software for
         viewing and manipulating PDF files: the emphasis is not on authoring
         but on managing PDF files (DRM, adding/managing comments, revision management, etc.).
         The low-end member of this family, Acrobat Reader, is freeware and can be considered
         a standard component of at least Windows and MacOS. Because the other members
         of the product family build on the Acrobat Reader, security bugs present in
         Acrobat Reader are very likely to also occur in all other members. </Description>
	<Products>
	  <Product tag="reader">
	    <Names>
	      <Name>Acrobat Reader</Name>
	    </Names>
	    <Description>Acrobat Reader is the freeware product within the acrobat family
             with which PDF files can be viewed.</Description>
	  </Product>
	  <Product tag="elements">
	    <Names>
	      <Name>Acrobat Elements</Name>
	    </Names>
	    <Description>Acrobat Elements enriches the basic Acrobat Reader with capabilities
             for printing to PDF files from other applications as well as some very basic
             DRM support (password protection, restrictions on printing) for PDF-files.</Description>
	  </Product>
	  <Product tag="standard">
	    <Names>
	      <Name>Acrobat Standard</Name>
	    </Names>
	    <Description>Acrobat Standard enriches Acrobat Elements with document management
             capabilities such as crypto support (encryption, signing), revision and comment
             management.</Description>
	  </Product>
	  <Product tag="professional">
	    <Names>
	      <Name>Acrobat Standard</Name>
	    </Names>
	    <Description>Acrobat Professional enriches Acrobat Standard to include more
             powerful features into PDF files: for example, users of the freeware Acrobat reader can
             be enabled to use commenting tools and complex forms can be built.</Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>adobe</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	    <Value>unix_like</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="version" type_id="version_apache_style" name="Version">
	    <Description>An example of a product version is "7.0.1". 
	    </Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="j2p">
	<Parents>
	  <Parent tag="programming"/>
	</Parents>
	<Names>
	  <Name>Java 2 Platform</Name>
	</Names>
	<Description>Sun's Java 2 Platform provides both tools for developing
         Java programs (packaged as JDK -- Java Development Kit) and a 
         a run-time environment ("virtual machine") for running Java programs (packaged
         as JRE -- Java Runtime Engine)
         all kinds of operating systems. Note that the JDK bundle includes the JRE!</Description>
	<Products>
	  <Product tag="jre_se">
	    <Names>
	      <Name>Java 2 Runtime Engine Standard Edition (JRE SE)</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="jdk_se">
	    <Names>
	      <Name>Java 2 Development Kit Standard Edition (JRE SE)</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="jre_ee">
	    <Names>
	      <Name>Java 2 Runtime Engine Enterprise Edition (JRE EE)</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="jdk_ee">
	    <Names>
	      <Name>Java 2 Development Kit Enterprise Edition (JRE EE)</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>sun</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	    <Value>unix_like</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="version" type_id="version_apache_style" name="Version">
	    <Description>Examples of product versions are "1.4.2" and "1.5.0". Attention:
             Sun has started marketing versions "1.5.x" as "5.x" -- please continue to
             use "1.5.x" within CMSI. Somtimes, you will find version information such
             as "1.4.2_8", where the '5' refers to the update. Please use the attribute
             'Update' to specify update information! 
	    </Description>
	  </ProductAttribute>
	  <ProductAttribute tag="update" type_id="single_number" name="Update">
	    <Description>In version information given by Sun such as "1.4.2_8", the '8' refers
             to the 8th update.  
	    </Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="ms_isa">
	<Parents>
	  <Parent tag="firewall"/>
	  <Parent tag="proxy_server"/>
	  <Parent tag="vpn"/>
	</Parents>
	<Names>
	  <Name>Microsoft ISA Server</Name>
	</Names>
	<Description>Microsoft Internet Security and Acceleration (ISA) Server provides the following
         functionality: stateful packet and application-layer inspection firewall, virtual private network 
         (VPN), and Web cache solution.</Description>
	<Products>
	  <Product tag="2000">
	    <Names>
	      <Name>Microsoft ISA Server 2000</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="2004">
	    <Names>
	      <Name>Microsoft ISA Server 2004</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="edition" type_id="edition" name="Edition">
	    <Description>Later versions of the ISA server come in two flavors: 'standard' and 'enterprise'.
            </Description>
	  </ProductAttribute>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="ms_exchange">
	<Parents>
	  <Parent tag="mail_groupware_server"/>
	</Parents>
	<Names>
	  <Name>Microsoft Exchange</Name>
	</Names>
	<Description>Microsoft Exchange is an email-centered collaboration server.</Description>
	<Products>
	  <Product tag="5_5">
	    <Names>
	      <Name>Exchange Server 5.5</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="2000">
	    <Names>
	      <Name>Exchange 2000 Server</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="2000c">
	    <Names>
	      <Name>Exchange 2000 Conferencing Server</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="2003">
	    <Names>
	      <Name>Exchange Server 2003</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="ms_lcs">
	<Parents>
	  <Parent tag="mail_groupware_server"/>
	</Parents>
	<Names>
	  <Name>Microsoft Life Communications Server</Name>
	</Names>
	<Description>Microsoft Life Communication is a real-time
	communication/collaboration server.</Description>
	<Products>
	  <Product tag="2005">
	    <Names>
	      <Name>Microsoft Life Communication Server 2005</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="ms_oc">
	<Parents>
	  <Parent tag="mail_groupware_client"/>
	</Parents>
	<Names>
	  <Name>Microsoft Office Communicator</Name>
	</Names>
	<Description>Microsoft Office Communicator is a real-time
	communication/collaboration client.</Description>
	<Products>
	  <Product tag="2005">
	    <Names>
	      <Name>Microsoft Office Communicator 2005</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>


      <Family tag="ms_sfu">
	<Parents>
	  <Parent tag="programming"/>
	  <Parent tag="file_server"/>
	  <Parent tag="file_transfer_client"/>
	  <Parent tag="remote_access_client"/>
	  <Parent tag="remote_access_server"/>
	</Parents>
	<Names>
	  <Name>Services for Unix</Name>
	</Names>
	<Description>Windows Services for UNIX enables Windows and
	UNIX clients and servers to share network resources,
	integrates account management, simplifies cross-platform
	management, and provides a full UNIX scripting and application
	execution environment that runs natively on
	Windows.</Description>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="version" type_id="version_apache_style" name="Version">
	    <Description>Versions for Services for Unix are given as version and revision,
             e.g., "3.5"
	    </Description> 
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="outlook_express">
	<Parents>
	  <Parent tag="mail_client"/>
	</Parents>
	<Names>
	  <Name>Outlook Express</Name>
	</Names>
	<Description>Outlook Express is a mail reader that is shipped as a component of
         Microsoft's Internet Explorer.</Description>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="version" type_id="version_apache_style" name="Version">
	    <Description>Versions for Outlook Express are given as  version and revision,
             e.g., "5.5", possibly together with a service pack.
	    </Description> 
	  </ProductAttribute>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="ie">
	<Parents>
	  <Parent tag="webbrowser"/>
	</Parents>
	<Names>
	  <Name>Internet Explorer</Name>
	</Names>
	<Description>Microsoft's Internet Explorer is a web browser that is tightly coupled with
         the Microsoft Windows operating system. There used to be a stand-alone version for
         Mac OS which has been discontinued.</Description>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="version" type_id="version_apache_style" name="Version">
	    <Description>Versions for Internet Explorer are given as  version and revision,
             e.g., "5.5", possibly together with a service pack.
	    </Description> 
	  </ProductAttribute>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description></Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="ms_office_2000">
	<Parents>
	  <Parent tag="ms_office"/>
	</Parents>
	<Names>
	  <Name>MS Office 2000</Name>
	</Names>
	<Description>MS Office 2000 bundles several office applications such as MS Word, MS Excel,
           MS Powerpoint, etc.</Description>
	<Products>
	  <Product tag="ms_word_2000">
	    <Names>
	      <Name>MS Word 2000</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_excel_2000">
	    <Names>
	      <Name>MS Excel 2000</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_pp_2000">
	    <Names>
	      <Name>MS Powerpoint 2000</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_access_2000">
	    <Names>
	      <Name>MS Access 2000</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_outlook_2000">
	    <Names>
	      <Name>MS Outlook 2000</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_project_2000">
	    <Names>
	      <Name>MS Project 2000</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_publisher_2000">
	    <Names>
	      <Name>MS Publisher 2000</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_visio_2000">
	    <Names>
	      <Name>MS Visio 2000</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description>Service packs usually treat the whole office suite; hotfixes
             for a single product are therefore based on some service pack for MS Office.</Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>
      <Family tag="ms_office_xp">
	<Parents>
	  <Parent tag="ms_office"/>
	</Parents>
	<Names>
	  <Name>MS Office XP</Name>
	</Names>
	<Description>MS Office XP bundles several office applications such as MS Word, MS Excel,
           MS Powerpoint, etc.</Description>
	<Products>
	  <Product tag="ms_word_xp">
	    <Names>
	      <Name>MS Word XP</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_excel_xp">
	    <Names>
	      <Name>MS Excel XP</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_pp_xp">
	    <Names>
	      <Name>MS Powerpoint XP</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_access_xp">
	    <Names>
	      <Name>MS Access XP</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_outlook_xp">
	    <Names>
	      <Name>MS Outlook XP</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_project_xp">
	    <Names>
	      <Name>MS Project XP</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_publisher_xp">
	    <Names>
	      <Name>MS Publisher XP</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_visio_xp">
	    <Names>
	      <Name>MS Visio XP</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description>Service packs usually treat the whole office suite; hotfixes
             for a single product are therefore based on some service pack for MS Office.</Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>

      <Family tag="ms_office_2003">
	<Parents>
	  <Parent tag="ms_office"/>
	</Parents>
	<Names>
	  <Name>MS Office 2003</Name>
	</Names>
	<Description>MS Office 2003 bundles several office applications such as MS Word, MS Excel,
           MS Powerpoint, etc.</Description>
	<Products>
	  <Product tag="ms_word_2003">
	    <Names>
	      <Name>MS Word 2003</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_excel_2003">
	    <Names>
	      <Name>MS Excel 2003</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_pp_2003">
	    <Names>
	      <Name>MS Powerpoint 2003</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_access_2003">
	    <Names>
	      <Name>MS Access 2003</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_outlook_2003">
	    <Names>
	      <Name>MS Outlook 2003</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_project_2003">
	    <Names>
	      <Name>MS Project 2003</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_publisher_2003">
	    <Names>
	      <Name>MS Publisher 2003</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	  <Product tag="ms_visio_2003">
	    <Names>
	      <Name>MS Visio 2003</Name>
	    </Names>
	    <Description></Description>
	  </Product>
	</Products>
	<AttributeValues>
	  <AttributeValue attribute_id="vendor">
	    <Value>ms</Value>
	  </AttributeValue>
	  <AttributeValue attribute_id="os">
	    <Value>win</Value>
	  </AttributeValue>
	</AttributeValues>
	<ProductAttributes>
	  <ProductAttribute tag="patchlevel" type_id="service_pack" name="Service Pack">
	    <Description>Service packs usually treat the whole office suite; hotfixes
             for a single product are therefore based on some service pack for MS Office.</Description>
	  </ProductAttribute>
	</ProductAttributes>
      </Family>



    </Families>
</SysInfoModel>
