]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
added comments
authorJan Michel <j.michel@gsi.de>
Thu, 27 Jun 2013 13:13:15 +0000 (15:13 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 27 Jun 2013 13:13:15 +0000 (15:13 +0200)
xml-db/database/TrbNetspec.xsd

index c0420ad9b92ac860d13cf2e5212ca63fefec24ae..363b5e00573008df590d96ed5fedfe50a04db4d0 100644 (file)
@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-
+<!--==============================
+    Type Definitions
+==============================-->
 <xs:simpleType name="addresstype">
   <xs:restriction base="xs:string">
     <xs:pattern value="[0-9a-fA-F]{4}"/>
@@ -49,7 +51,9 @@
 </xs:simpleType> 
 
 
-<xs:element name="description" type="xs:string" />
+<!--==============================
+    Attribute Definition
+==============================-->
 <xs:attribute name="name"         type="xs:string" />
 <xs:attribute name="address"      type="addresstype" />
 <xs:attribute name="offset"       type="addresstype" />
 <xs:attribute name="continuous"   type="xs:boolean" />
 
 
+<!--==============================
+    Simple Elements
+==============================-->
+<xs:element name="description" type="xs:string" />
+
+<!--==============================
+    Complex Elements
+==============================-->
 <xs:element name="TrbNet">
   <xs:complexType>
     <xs:choice maxOccurs="unbounded">