From f55ea0cde51e979ba3927671b2e72a81ae675cbc Mon Sep 17 00:00:00 2001 From: aschwinn <al.schwinn@gsi.de> Date: Mon, 24 Jul 2017 11:56:41 +0200 Subject: [PATCH] [SIL-?] Use Virtual-Controller instead PC-Controller node name --- silecs-model/src/xml/DeploySchema.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/silecs-model/src/xml/DeploySchema.xsd b/silecs-model/src/xml/DeploySchema.xsd index e72e5e0..2ebd0ef 100644 --- a/silecs-model/src/xml/DeploySchema.xsd +++ b/silecs-model/src/xml/DeploySchema.xsd @@ -139,7 +139,7 @@ </xs:documentation> </xs:annotation> </xs:element> - <xs:element name="PC-Controller" type="PC-ControllerType"> + <xs:element name="Virtual-Controller" type="Virtual-ControllerType"> <xs:annotation> <xs:documentation>Defines a particular C-code mapping of classes intended for PC-based controller</xs:documentation> </xs:annotation> @@ -553,7 +553,7 @@ </xs:complexContent> </xs:complexType> - <xs:complexType name="PC-ControllerType"> + <xs:complexType name="Virtual-ControllerType"> <xs:complexContent> <xs:extension base="PLCBaseType"> <xs:attribute name="system" type="PCSystemType" use="required"> -- GitLab