From 23ec109a5c64463f94b201c4c8bca71201e81df5 Mon Sep 17 00:00:00 2001 From: jemian Date: Sat, 16 Jul 2011 14:42:40 +0000 Subject: [PATCH] values of dbrtype and datatype attributes must now be uppercase - though not yet enforced in C++ code git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@13173 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- iocBoot/attributes.xsd | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/iocBoot/attributes.xsd b/iocBoot/attributes.xsd index e465853..fd0a0de 100644 --- a/iocBoot/attributes.xsd +++ b/iocBoot/attributes.xsd @@ -39,7 +39,8 @@ XML attributes have the syntax name="value". The XML attribute names are case-sensitive and must be lower case, i.e. name="xxx", not NAME="xxx". - The XML attribute values however, are case-insensitive, i.e. type="epics_pv" is equivalent to type="EPICS_PV". + The XML attribute values are specified by the XML Schema and are always + uppercase for datatype and dbrtype attributes. @@ -48,8 +49,8 @@ - - + + @@ -131,20 +132,19 @@ Data type that will be used to read an EPICS_PV value with channel access Data types allowed in the driver or plugin parameter library, - and must be "INT", "DOUBLE", or "STRING" (case insensitive). + and must be "INT", "DOUBLE", or "STRING" (uppercase only). - - + + + (default) use integer data type - - - + @@ -152,25 +152,25 @@ Data type that will be used to read an EPICS_PV value with channel access. - The allowed values are all case insensitive but it is advised to use uppercase. + The allowed values are all uppercase only. - - - - - - - - - + + + + + + + + + (default) use native Channel Access data type - +