diff options
| author | Denis Kaganovich <mahatma@eu.by> | 2012-09-30 23:00:24 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2012-10-06 21:56:57 -0400 |
| commit | 65693d18dbf9d434f8c6cd5025bf3bdfbe4d8a5c (patch) | |
| tree | 9a7f857fde92c2fce4022a1003b99d91f4df2e41 /data/rc.xsd | |
| parent | 9154bddf35a7abe98df011856c86b052e4ae50d8 (diff) | |
Address a couple bugs in rc.xsd (Fix bug 5746)
Diffstat (limited to 'data/rc.xsd')
| -rw-r--r-- | data/rc.xsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rc.xsd b/data/rc.xsd index ad96994a..e2850336 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -72,7 +72,7 @@ <xsd:element minOccurs="0" name="policy" type="ob:placementpolicy"/> <xsd:element minOccurs="0" name="center" type="ob:bool"/> <xsd:element minOccurs="0" name="monitor" type="ob:placementmonitor"/> - <xsd:element minOccurs="0" name="monitor" type="ob:primarymonitor"/> + <xsd:element minOccurs="0" name="primaryMonitor" type="ob:primarymonitor"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="margins"> @@ -525,7 +525,7 @@ <xsd:restriction base="xsd:string"> <xsd:enumeration value="Mouse"/> <xsd:enumeration value="Active"/> - <xsd:enumeration value="[0-9][0-9][0-9][0-9][0-9]"/> + <xsd:pattern value="[0-9][0-9][0-9][0-9][0-9]"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="popupposition"> |
