Skip to content

Commit

Permalink
Add id attribute to <component-link> schema.
Browse files Browse the repository at this point in the history
This new attribute is used to identify components by detector id,
for when their name is not unique.

Refs #9959
  • Loading branch information
Harry Jeffery committed Jul 28, 2014
1 parent 97eb107 commit 05bda9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/instrument/Schema/IDFSchema.xsd
Expand Up @@ -728,6 +728,7 @@
</xs:element>
</xs:choice>
<xs:attribute name="name"/>
<xs:attribute name="id"/>
<xs:attribute name="type"/>
</xs:complexType>
</xs:element>
Expand Down
1 change: 1 addition & 0 deletions Code/Mantid/instrument/Schema/ParameterFileSchema.xsd
Expand Up @@ -172,6 +172,7 @@
</xs:choice>
<xs:attribute name="type"/>
<xs:attribute name="name"/>
<xs:attribute name="id"/>
<xs:attribute name="idlist"/>
<xs:attribute name="idstart"/>
<xs:attribute name="idfillbyfirst"/>
Expand Down

0 comments on commit 05bda9c

Please sign in to comment.