update stuff
[bsc-thesis1415.git] / program / everything / xml / scheme.xsd
index 56834a0..9fec273 100644 (file)
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="xs3p.xsl"?>
-<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
+       xmlns:xs="http://www.w3.org/2001/XMLSchema">
 <!--This is the main element, required. It contains crawler and/data entries-->
   <xs:element name="crawler_output">
     <xs:complexType>
       <xs:sequence>
-<!--Crawler entries contain the information of the crawler, there can be multiple-->
+<!--
+Crawler entries contain the information of the crawler, there can be multiple
+-->
         <xs:element name="crawler" maxOccurs="unbounded" minOccurs="0">
           <xs:complexType>
             <xs:simpleContent>
             </xs:simpleContent>
           </xs:complexType>
         </xs:element>
-<!--Data entries contain the information of a single crawled entry, there can be multiple-->
+<!--
+Data entries contain the information of a single crawled entry, there can be
+multiple
+-->
         <xs:element name="data" maxOccurs="unbounded" minOccurs="0">
           <xs:complexType>
             <xs:sequence>
                     <xs:element type="xs:string" name="full_title"/>
                     <xs:element type="xs:string" name="full_summary"/>
 <!--These fields contain some other information from the rss-->
-                    <xs:element type="xs:anyURI" name="link" maxOccurs="unbounded" minOccurs="0"/>
-                    <xs:element type="xs:string" name="pub_date" maxOccurs="unbounded" minOccurs="0"/>
+                                                                               <xs:element type="xs:anyURI" name="link"
+                                                                                       maxOccurs="unbounded" minOccurs="0"/>
+                                                                               <xs:element type="xs:string" name="pub_date"
+                                                                                       maxOccurs="unbounded" minOccurs="0"/>
 <!--Extracted URIs is a list of urls, this can be empty-->
-                    <xs:element name="extracted_uris" maxOccurs="unbounded" minOccurs="0">
+                                                                               <xs:element name="extracted_uris" maxOccurs="unbounded"
+                                                                                       minOccurs="0">
                       <xs:complexType>
                         <xs:sequence>
-                          <xs:element type="xs:anyURI" name="url" maxOccurs="unbounded" minOccurs="0"/>
+                                                                                                       <xs:element type="xs:anyURI" name="url"
+                                                                                                               maxOccurs="unbounded" minOccurs="0"/>
                         </xs:sequence>
                       </xs:complexType>
                     </xs:element>