File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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:
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 >
You can’t perform that action at this time.
0 commit comments