Skip to content

Commit

Permalink
DOC #512 move docstring, it's just for EPICS PVs
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 1, 2025
1 parent b8125b0 commit 7667643
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions XML_schema/NDAttributes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
</xs:simpleType>

<xs:simpleType name="type_source">
<xs:union memberTypes="type_EPICS_PV_source type_PARAM_source"/>
</xs:simpleType>

<xs:simpleType name="type_EPICS_PV_source">
<!-- EPICS PV name rules
see: http://www.aps.anl.gov/epics/wiki/index.php/RRM_3-14_Concepts#Database_Addresses
The record name can be a mix of the following:
Expand All @@ -192,10 +196,6 @@
To support macro expansion, support these symbols: $ ( )
-->
<xs:union memberTypes="type_EPICS_PV_source type_PARAM_source"/>
</xs:simpleType>

<xs:simpleType name="type_EPICS_PV_source">
<xs:restriction base="xs:string">
<xs:pattern value="[\w_\-:.;\$\(\)]+([.][A-Z0-9]+)?"/>
</xs:restriction>
Expand Down

0 comments on commit 7667643

Please sign in to comment.