Skip to content
Snippets Groups Projects
Commit 17d9604f authored by al.schwinn's avatar al.schwinn
Browse files

Bug 1381 - Remove @synchro and @mode to reduce complexity for the user

parent c58a67ad
No related branches found
No related tags found
No related merge requests found
......@@ -110,20 +110,20 @@ along with this program. If not, see http://www.gnu.org/licenses/.-->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:unique name="Register-name-has-to-be-unique-per-class">
<xs:selector xpath="Block/Register"/>
<xs:unique name="Register-name-has-to-be-unique">
<xs:selector xpath="*/*"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="Block-name-has-to-be-unique-per-class">
<xs:selector xpath="Block"/>
<xs:unique name="Block-name-has-to-be-unique">
<xs:selector xpath="*"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="Property-name-has-to-be-unique-per-class">
<xs:selector xpath="Block"/>
<xs:unique name="Property-name-has-to-be-unique">
<xs:selector xpath="*"/>
<xs:field xpath="@fesaPropertyName"/>
</xs:unique>
<xs:unique name="Field-name-has-to-be-unique-per-class">
<xs:selector xpath="Block/Register"/>
<xs:unique name="Field-name-has-to-be-unique">
<xs:selector xpath="*/*"/>
<xs:field xpath="@fesaFieldName"/>
</xs:unique>
</xs:element>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment