Definition Type Element
Name combat-start-sound
Type string
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation The name of the sound to play when combat is started.  This value is expressed as a relative path name beneath the "data location."  Therefore, you would specify it as "sounds/combat_start.wav" instead of "/Data/Location/Folder/sounds/combat_start.wav."
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="combat-start-sound" type="xs:string" >
  <xs:annotation>
    <xs:documentation>The name of the sound to play when combat is started.  This value is expressed as a relative path name beneath the &quot;data location.&quot;  Therefore, you would specify it as &quot;sounds/combat_start.wav&quot; instead of &quot;/Data/Location/Folder/sounds/combat_start.wav.&quot;</xs:documentation>
  </xs:annotation>

</xs:element>
Derivation Tree
[No Sub Types]
combat-start-sound
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd