<?xml version = "1.0" encoding = "UTF-8"?>
<!--
- Copyright 1999-2004 The Apache Software Foundation
+ Copyright 1999-2005 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
</documentation>
</annotation>
<restriction base = "NMTOKEN">
- <pattern value = "[-+]?\d+"/>
+ <pattern value = "[\+\-]?\d+"/>
</restriction>
</simpleType>
<simpleType name = "number_Type">
</documentation>
</annotation>
<restriction base = "string">
- <pattern value = "[-+]?\d+\.\d*"/>
+ <pattern value = "[\+\-]?\d+\.\d*"/>
</restriction>
</simpleType>
<simpleType name = "length_Type">
</documentation>
</annotation>
<restriction base = "string">
- <pattern value = "[+-]?\d+\.?\d*(px|pt|mm|cm|in|em|%)"/>
+ <pattern value = "[\+\-]?\d+\.?\d*(px|pt|mm|cm|in|em|%)"/>
</restriction>
</simpleType>
<simpleType name = "length_range_Type">
</documentation>
</annotation>
<restriction base = "string">
- <pattern value = "[-+]?[1-3]?\d?\d?\.?\d*(deg|grad|rad)"/>
+ <pattern value = "[\+\-]?[1-3]?\d?\d?\.?\d*(deg|grad|rad)"/>
</restriction>
</simpleType>
<simpleType name = "percentage_Type">
</documentation>
</annotation>
<restriction base = "string">
- <pattern value = "[-+]?\d+\.?\d*%"/>
+ <pattern value = "[\+\-]?\d+\.?\d*%"/>
</restriction>
</simpleType>
<simpleType name = "character_Type">