Definition Type Element
Name local-data-files
Type boolean
Abstract False
MinOccurs 0
MaxOccurs 1
Documentation Flag indicating that data files referenced in the definition file should not be sent to Players.

DO NOT SET THIS FLAG UNLESS YOU KNOW WHAT YOU ARE DOING!!!

If set, it is assumed that Players already possess any and all data files referenced in the definition.  As a result, these data files will not be sent to Players.

So long as Players are kept in sync with the Master's data files, this can significantly cut down on data traffic at Player start up (assuming that large data files are in use).

If you find yourself changing your data files on a regular basis, or you do not use large data files, then you are better off not specifying this setting, as it can easily lead to unexpected and difficult to diagnose problems.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="1" default="false" name="local-data-files" type="xs:boolean" >
  <xs:annotation>
    <xs:documentation>Flag indicating that data files referenced in the definition file should not be sent to Players.

DO NOT SET THIS FLAG UNLESS YOU KNOW WHAT YOU ARE DOING!!!

If set, it is assumed that Players already possess any and all data files referenced in the definition.  As a result, these data files will not be sent to Players.

So long as Players are kept in sync with the Master's data files, this can significantly cut down on data traffic at Player start up (assuming that large data files are in use).

If you find yourself changing your data files on a regular basis, or you do not use large data files, then you are better off not specifying this setting, as it can easily lead to unexpected and difficult to diagnose problems.
</xs:documentation>
  </xs:annotation>

</xs:element>
Derivation Tree
[No Sub Types]
local-data-files
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd