kLoOge.Werks Definition File Documentation v3.3.3 | Generated using Liquid XML Studio by Liquid Technologies Ltd |
Tuesday, April 07, 2009 |
Definition Type | Element |
Name | condition |
Abstract | False |
MinOccurs | 0 |
MaxOccurs | unbounded |
Documentation | Based on the "apply-to" clause that preceeds it, evaluate whether this condition applies to the Icon. The order in which these clauses appear determines which block will be used, since the program uses a "first match" algorithm. |
XSD Schema | Character Sheet Definition.xsd |
![]() ![]() |
|
![]() |
|
![]() ![]() |
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="condition" >
<xs:annotation> <xs:documentation>Based on the "apply-to" clause that preceeds it, evaluate whether this condition applies to the Icon. The order in which these clauses appear determines which block will be used, since the program uses a "first match" algorithm.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="current-less-or-equal" type="xs:double"> <xs:annotation> <xs:documentation>A percentile value that indicates that if the data in the "current-field" of the "apply-to" clause is less than or equal to this percentile, then this is the condition to be used.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="current-greater-or-equal" type="xs:double"> <xs:annotation> <xs:documentation>A percentile value that indicates that if the data in the "current-field" of the "apply-to" clause meets this percentile, then this is the condition to be used.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="current-equals" type="xs:double"> <xs:annotation> <xs:documentation>A literal value that indicates that if the data in the "current-field" of the "apply-to" clause exactly equals this value, then this is the condition to be used.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="greater-value" type="xs:double"> <xs:annotation> <xs:documentation>A literal value that indicates that if the data in the "current-field" of the "apply-to" clause is greater than this literal value, then this is the condition to be used.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="greater-or-equal-value" type="xs:double"> <xs:annotation> <xs:documentation>A literal value that indicates that if the data in the "current-field" of the "apply-to" clause is greater than or equal to this literal value, then this is the condition to be used.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="label" type="xs:string"> <xs:annotation> <xs:documentation>The label to display if this condition is met.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="less-or-equal-value" type="xs:double"> <xs:annotation> <xs:documentation>A literal value that indicates that if the data in the "current-field" of the "apply-to" clause is less than or equal to this value, then this is the condition to be used.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
![]() ![]() |
|||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||
![]() ![]() |
|||||||||||||||||||||||||||||||||
[No Sub Types] condition [No Super Types] |
|||||||||||||||||||||||||||||||||
Generated using Liquid XML Studio by Liquid Technologies Ltd |