Definition Type Element
Name always-round-down
Type boolean
Abstract False
MinOccurs 0
MaxOccurs 1
Documentation Flag indicating that all calculation remainders will be rounded down to the next lowest integer unless directed otherwise by a more specific flag.

For example, a result of "4.5" will be returned as "4.0."
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="1" name="always-round-down" type="xs:boolean" >
  <xs:annotation>
    <xs:documentation>Flag indicating that all calculation remainders will be rounded down to the next lowest integer unless directed otherwise by a more specific flag.

For example, a result of &quot;4.5&quot; will be returned as &quot;4.0.&quot;
</xs:documentation>
  </xs:annotation>

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