Class UserDefinedValueCondition

Applied Stereotypes:
XSDcomplexType

This condition acts as a wrapper for external custom conditions which are implemented in the user software. This condition is considered true if the given value verifies the specified relation rule (bigger than, smaller than, or equal to) relatively to the provided reference.

Used in:
ByValueCondition
Properties
Name Type Cardinality AppliedStereotypes Description
name string 1..1 XSDattribute Name of the external value.
rule Rule 1..1 XSDattribute The operator (less, greater, equal).
value string 1..1 XSDattribute Reference value the external value is compared to.

XSD 1.1 Representation


<xsd:complexType name="UserDefinedValueCondition">
<xsd:attribute name="name" type="String" use="required"/>
<xsd:attribute name="rule" type="Rule" use="required"/>
<xsd:attribute name="value" type="String" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property name
    • XSDattribute
  • Property rule
    • XSDattribute
  • Property value
    • XSDattribute

To XSD To XSD Tree