STAAD.Pro Physical Modeler Help

Element Validations

This element contains a set of validations defined by the user, this could be Warnings or Errors.

Annotations This type of validations will be run after variable inputs. So, this could contain conditions that uses 1 or more input variables values. These validations will be shown in the message log.
Diagram
Element Validations / Warning Element Validations / Error
Used by
Model Element Validations / Warning , Element Validations / Error
Children Element Validations / Error, Element Validations / Warning
Instance
<Validations>
  <Warning Condition="">{0,unbounded}</Warning>
  <Error Condition="">{0,unbounded}</Error>
</Validations>

Element Validations / Warning

This element is used to define a warning with a customized condition. The content will be the message shown in the log.

Diagram
Attribute @Condition
Type extension of xs:string
Attributes
QName Type Use
Attribute @Condition xs:string required
This attribute defines a bool equation. Is important do not use reserved characters for XML documents, see Introduction.

Element Validations / Error

This element is used to define an error with a customized condition. The content will be the message shown in the log.

Diagram
Attribute @Condition
Type extension of xs:string
Attributes
QName Type Use
Attribute @Condition xs:string required
This attribute defines a bool equation. Is important do not use reserved characters for XML documents, see Introduction.