flag

The flag attribute allows more detailed outcomes. A boolean variable
with initial value false. A flag is implicitly declared by an assertion or rule having a
flag attribute with that name. The value of a flag becomes true when an assertion with
that flag fails or a rule with that flag fires. The purpose of flags is to convey state
or severity information to a subsequent process.

Attribute Information

Used By

Complex Type sch:assertReportType

Source

<xs:attribute name="flag" type="sch:flagValue">
  <xs:annotation>
    <xs:documentation>The flag attribute allows more detailed outcomes. A boolean variable with initial value false. A flag is implicitly declared by an assertion or rule having a flag attribute with that name. The value of a flag becomes true when an assertion with that flag fails or a rule with that flag fires. The purpose of flags is to convey state or severity information to a subsequent process.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Sample