home *** CD-ROM | disk | FTP | other *** search
/ ftp2.mweb.co.za / ftp2.mweb.co.za.tar / ftp2.mweb.co.za / AV_CntrSpy_Resq_tl / VIPRERescue6194.exe / Definitions / ThreatCategoryGlossary.xsd < prev    next >
Extensible Markup Language  |  2010-02-25  |  2KB  |  33 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="ThreatCategoryGlossaryDB" targetNamespace="http://tempuri.org/ThreatCategoryGlossaryDB.xsd" xmlns:mstns="http://tempuri.org/ThreatCategoryGlossaryDB.xsd" xmlns="http://tempuri.org/ThreatCategoryGlossaryDB.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  3.   <xs:element name="ThreatCategoryGlossaryDB" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
  4.     <xs:complexType>
  5.       <xs:choice minOccurs="0" maxOccurs="unbounded">
  6.         <xs:element name="ThreatCategoryGlossary">
  7.           <xs:complexType>
  8.             <xs:sequence>
  9.               <xs:element name="CategoryID" type="xs:int" />
  10.               <xs:element name="CategoryName">
  11.                 <xs:simpleType>
  12.                   <xs:restriction base="xs:string">
  13.                     <xs:maxLength value="50" />
  14.                   </xs:restriction>
  15.                 </xs:simpleType>
  16.               </xs:element>
  17.               <xs:element name="CategoryDescription">
  18.                 <xs:simpleType>
  19.                   <xs:restriction base="xs:string">
  20.                     <xs:maxLength value="3000" />
  21.                   </xs:restriction>
  22.                 </xs:simpleType>
  23.               </xs:element>
  24.               <xs:element name="ThreatTypeID" type="xs:int" minOccurs="0" />
  25.               <xs:element name="ThreatType" type="xs:string" minOccurs="0" />
  26.               <xs:element name="IsVirus" type="xs:string" minOccurs="0" />
  27.             </xs:sequence>
  28.           </xs:complexType>
  29.         </xs:element>
  30.       </xs:choice>
  31.     </xs:complexType>
  32.   </xs:element>
  33. </xs:schema>