Definition Type Element
Name reduced-by
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation This clause allows you to tell the program where to look for information that might reduce the overall roll before determining a hit or miss.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="unbounded" name="reduced-by" >
  <xs:annotation>
    <xs:documentation>This clause allows you to tell the program where to look for information that might reduce the overall roll before determining a hit or miss.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="1" name="field" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ID of the field that contains information about reducing the &quot;to hit&quot; roll.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" default="false" name="reduce-on-use" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>Flag indicating that the value retrieved from the &quot;field&quot; field should, itself, be reduced by the amount of reduction applied.</xs:documentation>
        </xs:annotation>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
reduced-by
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd