Definition Type Element
Name remainder-roiund-up
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 up to the next highest 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-roiund-up" 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 up to the next highest 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-roiund-up
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd