Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xerces Wiki" for change 
notification.

The "XML_Schema_1.1_Assertions" page has been changed by Mukul Gandhi.
http://wiki.apache.org/xerces/XML_Schema_1.1_Assertions?action=diff&rev1=110&rev2=111

--------------------------------------------------

  
  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";>
  
- <xs:element name="test">
+  <xs:element name="test">
-  <xs:simpleType>
+   <xs:simpleType>
-   <xs:restriction base="xs:positiveInteger" 
xmlns:xerces="http://xerces.apache.org";>
+    <xs:restriction base="xs:positiveInteger" 
xmlns:xerces="http://xerces.apache.org";>
-    <xs:assertion test="$value mod 2 = 0" xerces:message="Value of element 
'test' must be divisible by 2" />
+     <xs:assertion test="$value mod 2 = 0" xerces:message="Value of element 
'test' must be divisible by 2" />
-   </xs:restriction>
+    </xs:restriction>
-  </xs:simpleType>
+   </xs:simpleType>
- </xs:element>
+  </xs:element>
    
  </xs:schema>
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to