Skip to content

Commit 268348d

Browse files
authored
Merge pull request #543 from gustavosr8/fix-xml-path
Fix path to NDAttributes on example_attributes.xml.
2 parents 56eecf2 + 79134a7 commit 268348d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XML_schema/example_attributes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Attributes -->
33
<Attributes
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="https://github.com/areaDetector/ADCore/blob/master/iocBoot/NDAttributes.xsd"
5+
xsi:noNamespaceSchemaLocation="https://github.com/areaDetector/ADCore/blob/master/XML_schema/NDAttributes.xsd"
66
>
77
<Attribute name="AcquireTime" type="EPICS_PV" source="13SIM1:cam1:AcquireTime" dbrtype="DBR_NATIVE" description="Camera acquire time"/>
88
<Attribute name="ImageCounter" type="PARAM" source="ARRAY_COUNTER" datatype="INT" description="Image counter"/>

0 commit comments

Comments
 (0)