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 | check-availability |
Abstract | False |
MinOccurs | 0 |
MaxOccurs | unbounded |
Documentation | This clause instructs the program where to look to determine if the expression is available for evaluation. If not present, then an expression is always considered to be available. |
XSD Schema | Character Sheet Definition.xsd |
![]() ![]() |
|
![]() |
|
![]() ![]() |
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="check-availability" >
<xs:annotation> <xs:documentation>This clause instructs the program where to look to determine if the expression is available for evaluation. If not present, then an expression is always considered to be available.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="memorized" type="xs:string"> <xs:annotation> <xs:documentation>The ID of the field where the program can find information about the number of this expression that is available.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="cost" type="xs:string"> <xs:annotation> <xs:documentation>The ID of the field where the program can find the "cost" of evaluating this expression. This "cost" may be deducted from the value contained in the "memorized" field.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="cost-value" type="xs:string"> <xs:annotation> <xs:documentation>A literal value for "cost" that is always used instead of a value contained in the character sheet data.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="compare-from" type="xs:string"> <xs:annotation> <xs:documentation>The ID of a field where the program can find comparison information. For availablity that does not rely on a particular number of the expression being "memorized," this value refers to a "pool" of resources from which multiple expressions can draw.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="compare-to" type="xs:string"> <xs:annotation> <xs:documentation>The ID of a field which contains data that must match data contained in the "compare-from" field.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" name="check-against" type="xs:string"> <xs:annotation> <xs:documentation>The ID of a field, in the same row as the "compare-to" field, whose value will be used to compare against.</xs:documentation> </xs:annotation> </xs:element> <xs:element minOccurs="0" default="false" name="can-cast-up" type="xs:boolean"> <xs:annotation> <xs:documentation>Flag that indicates whether availability fails if there are no matching data available. Essentially, this covers the instance where the user can elect to use a slot where he has data available in exchange for a slot where he does not.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
![]() ![]() |
|||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||
![]() ![]() |
|||||||||||||||||||||||||||||||||
[No Sub Types] check-availability [No Super Types] |
|||||||||||||||||||||||||||||||||
Generated using Liquid XML Studio by Liquid Technologies Ltd |