add primary monitor stuff to rc.xsd
This commit is contained in:
parent
74f7f35b59
commit
a8dbf2e74e
1 changed files with 9 additions and 0 deletions
|
@ -72,6 +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:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="margins">
|
||||
|
@ -517,6 +518,14 @@
|
|||
<xsd:enumeration value="Any"/>
|
||||
<xsd:enumeration value="Mouse"/>
|
||||
<xsd:enumeration value="Active"/>
|
||||
<xsd:enumeration value="Primary"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
<xsd:simpleType name="primarymonitor">
|
||||
<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:restriction>
|
||||
</xsd:simpleType>
|
||||
<xsd:simpleType name="popupposition">
|
||||
|
|
Loading…
Reference in a new issue