Definition Type Element
Name array
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation This clause allows you to define a fixed array of string values that can be references in other places on the character sheets just as any other field can be referenced.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="unbounded" name="array" >
  <xs:annotation>
    <xs:documentation>This clause allows you to define a fixed array of string values that can be references in other places on the character sheets just as any other field can be referenced.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="id" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ID of this array, which can be used to reference this array just as any other field.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" maxOccurs="unbounded" name="element" type="xs:string">
        <xs:annotation>
          <xs:documentation>An element of the array.</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]
array
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd