Definition Type Element
Name layout
Type string
Abstract False
MinOccurs 0
MaxOccurs (1)
Content Type Restriction
Facets  
MinLength 1
Documentation The value of this tag can be one of "full," "half" or "third."

This tag provides guidance to the program when it lays out components on the character sheet.

If set to "full," then this section is expected to stretch the full width of the page.  If set to "half," then the next section whose layout is also set to "half" will be laid out next to this section, each taking up half of the available space.

Likewise, if set to "third," then this section and the next two will share the horizontal space available on the page.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="layout" >
  <xs:annotation>
    <xs:documentation>The value of this tag can be one of &quot;full,&quot; &quot;half&quot; or &quot;third.&quot;

This tag provides guidance to the program when it lays out components on the character sheet.

If set to &quot;full,&quot; then this section is expected to stretch the full width of the page.  If set to &quot;half,&quot; then the next section whose layout is also set to &quot;half&quot; will be laid out next to this section, each taking up half of the available space.

Likewise, if set to &quot;third,&quot; then this section and the next two will share the horizontal space available on the page.
</xs:documentation>
  </xs:annotation>

  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:minLength value="1"/>
    </xs:restriction>

  </xs:simpleType>

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