[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdecore/kconfig_compiler
From:       Frans Englich <frans.englich () telia ! com>
Date:       2004-11-14 12:42:44
Message-ID: 20041114124244.831BA16CB3 () office ! kde ! org
[Download RAW message or body]

CVS commit by englich: 

Make required attributes actually required, instead of optional.


  M +4 -4      kcfg.xsd   1.5


--- kdelibs/kdecore/kconfig_compiler/kcfg.xsd  #1.4:1.5
@@ -85,5 +85,5 @@
                                                                 <xsd:element \
minOccurs="0" name="whatsthis" type="xsd:string"/>  </xsd:all>
-                                                            <xsd:attribute \
name="name" type="xsd:string"/> +                                                     \
                <xsd:attribute name="name" use="required" type="xsd:string"/>
                                                         </xsd:complexType>
                                                     </xsd:element>
@@ -133,5 +133,5 @@
                             </xsd:element>
                         </xsd:sequence>
-                        <xsd:attribute name="name" type="xsd:string"/>
+                        <xsd:attribute name="name" use="required" \
type="xsd:string"/>  </xsd:complexType>
                 </xsd:element>
@@ -140,5 +140,5 @@
     </xsd:element>
     <xsd:attributeGroup name="datatype">
-        <xsd:attribute name="type">
+        <xsd:attribute use="required" name="type">
             <xsd:simpleType>
                 <xsd:restriction base="xsd:string">
@@ -170,5 +170,5 @@
             <xsd:element minOccurs="0" maxOccurs="unbounded" name="values"/>
         </xsd:sequence>
-        <xsd:attribute name="name" type="xsd:string"/>
+        <xsd:attribute name="name" use="required" type="xsd:string"/>
         <xsd:attributeGroup ref="kcfg:datatype"/>
         <xsd:attribute name="max" type="xsd:positiveInteger"/>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic