Skip to content

Commit 7667643

Browse files
committed
DOC #512 move docstring, it's just for EPICS PVs
1 parent b8125b0 commit 7667643

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

XML_schema/NDAttributes.xsd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
</xs:simpleType>
180180

181181
<xs:simpleType name="type_source">
182+
<xs:union memberTypes="type_EPICS_PV_source type_PARAM_source"/>
183+
</xs:simpleType>
184+
185+
<xs:simpleType name="type_EPICS_PV_source">
182186
<!-- EPICS PV name rules
183187
see: http://www.aps.anl.gov/epics/wiki/index.php/RRM_3-14_Concepts#Database_Addresses
184188
The record name can be a mix of the following:
@@ -192,10 +196,6 @@
192196
193197
To support macro expansion, support these symbols: $ ( )
194198
-->
195-
<xs:union memberTypes="type_EPICS_PV_source type_PARAM_source"/>
196-
</xs:simpleType>
197-
198-
<xs:simpleType name="type_EPICS_PV_source">
199199
<xs:restriction base="xs:string">
200200
<xs:pattern value="[\w_\-:.;\$\(\)]+([.][A-Z0-9]+)?"/>
201201
</xs:restriction>

0 commit comments

Comments
 (0)