Definition Type Element
Name remainder-round-down
Type boolean
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation Flag indicating that if the result of this expression does not evaluate to a whole number, the remainder should be used to round the result down to the next lowest whole number.

Game system vary their rules for how/when/if remainders are allowed and how those remainders are treated.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" default="false" name="remainder-round-down" type="xs:boolean" >
  <xs:annotation>
    <xs:documentation>Flag indicating that if the result of this expression does not evaluate to a whole number, the remainder should be used to round the result down to the next lowest whole number.

Game system vary their rules for how/when/if remainders are allowed and how those remainders are treated.
</xs:documentation>
  </xs:annotation>

</xs:element>
Derivation Tree
[No Sub Types]
remainder-round-down
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd