Definition Type Element
Name threatened-area
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation Definition of where the program can retrieve information for rendering "threatened areas."
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="threatened-area" >
  <xs:annotation>
    <xs:documentation>Definition of where the program can retrieve information for rendering &quot;threatened areas.&quot;</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="field" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ID of the field where &quot;threatened area&quot; data is contained.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="default" type="xs:string">
        <xs:annotation>
          <xs:documentation>A default value to use if the supplied field of the character sheet does not contain any valid data.</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]
threatened-area
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd