Skip to content
Snippets Groups Projects
Commit a3df0e72 authored by rds's avatar rds
Browse files

s/$invalids/$valids/g in the action enumeration

parent 5800df4e
No related branches found
No related tags found
No related merge requests found
......@@ -29,23 +29,9 @@
<!-- A list of valid values for the action attribute of the root element. -->
<xsd:simpleType name="ValidActions">
<xsd:restriction base="xsd:string">
<!-- simple takes nothing else -->
<xsd:enumeration value="zoom_in" />
<xsd:enumeration value="zoom_out" />
<!-- takes location or feature construct -->
<xsd:enumeration value="zoom_to" />
<!-- takes feature construct(s) -->
<xsd:enumeration value="create_feature" />
<xsd:enumeration value="alter_feature" />
<xsd:enumeration value="delete_feature" />
<xsd:enumeration value="find_feature" />
<xsd:enumeration value="highlight_feature" />
<xsd:enumeration value="unhighlight_feature" />
<!-- takes a client construct -->
<xsd:enumeration value="create_client" />
<xsd:enumeration value="open" />
<xsd:enumeration value="close" />
</xsd:restriction>
</xsd:simpleType>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment