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

- fixed wrong position of key + keyref

parent d86d5937
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,14 @@
<xs:selector xpath="Controller/*/Device" />
<xs:field xpath="@fesa-device-name" />
</xs:unique>
<xs:keyref name="SilecsDesignRef" refer="SilecsDesign">
<xs:selector xpath="Controller/*/Device" />
<xs:field xpath="@silecs-design-ref" />
</xs:keyref>
<xs:key name="SilecsDesign">
<xs:selector xpath="SilecsDesign" />
<xs:field xpath="@silecs-design-name" />
</xs:key>
</xs:element>
<xs:complexType name="ControllerType">
......@@ -634,14 +642,4 @@
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:keyref name="SilecsDesignRef" refer="SilecsDesign">
<xs:selector xpath="Controller/*/Device" />
<xs:field xpath="@silecs-design-ref" />
</xs:keyref>
<xs:key name="SilecsDesign">
<xs:selector xpath="SilecsDesign" />
<xs:field xpath="@silecs-design-name" />
</xs:key>
</xs:schema>
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