Skip to content

Commit

Permalink
Merge pull request #1183 from FAIRmat-Experimental/attribute-recommended
Browse files Browse the repository at this point in the history
Allowing the recommended xml attribute for nexus attributes
  • Loading branch information
prjemian authored Sep 16, 2022
2 parents 45729f3 + 25a52c6 commit ace8d2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nxdl.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,14 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="recommended" use="optional" type="nx:NX_BOOLEAN" default="false" >
<xs:annotation>
<xs:documentation>
A synonym for optional, but with the recommendation that this
attribute be specified.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="optional" type="nx:NX_BOOLEAN" default="true">
<xs:annotation>
<xs:documentation>
Expand Down

0 comments on commit ace8d2a

Please sign in to comment.