Skip to content

Commit

Permalink
Merge pull request #11 from SimonV-Skyline/main
Browse files Browse the repository at this point in the history
Improved doc on onAppLevel attribute
  • Loading branch information
PedroDebevere authored Oct 31, 2024
2 parents c5a7352 + fbb3af6 commit 250338f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protocol/protocol.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5585,7 +5585,7 @@ As a bus address is not always needed, the default value can also be set to "fal
<xs:extension base="dis:EnumTrueFalse">
<xs:attribute name="onAppLevel" type="EnumTrueFalse">
<xs:annotation>
<xs:documentation><![CDATA[Set this attribute to "true" if the parameter has no position but needs RTDisplay true for application purposes. For validation only.]]></xs:documentation>
<xs:documentation><![CDATA[Obsolete -> Use ValidatorSuppression instead so that you can give more context. If set to "true", this indicates the parameter needs to be available on application level (e.g. Visual Overview, Automation script, GQI query, etc.). Note: this attribute is not known by DataMiner, it's only used by the validator.]]></xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
Expand Down

0 comments on commit 250338f

Please sign in to comment.