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

Restrict usable characters for "silecs-device-label"

Fixes #97
parent d7c35b73
No related branches found
No related tags found
No related merge requests found
......@@ -607,8 +607,8 @@
<xs:simpleType name="DeviceNameType">
<xs:restriction base="NonIdentifierType">
<xs:minLength value="1" />
<xs:maxLength value="30" />
<!-- In FESA the deviceName is restricted to max. 30 characters -->
<xs:maxLength value="30" /> <!-- In FESA the deviceName is restricted to max. 30 characters -->
<xs:pattern value="[_A-Za-z]+[_A-Za-z0-9]*"/> <!-- Needs to fulfill plc-specific language standards -->
</xs:restriction>
</xs:simpleType>
......
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