layout:regionPrototype

Complex Type Information

Model

Children: layout:region

Attributes

QName Type Fixed Default Use Inheritable Annotation
bottom string optional
height string optional
id ID required
left string optional
right string optional
title string optional
top string optional
width string optional
zIndex integer optional

Used By

Complex Type profile:regionType
Element layout:region

Source

<complexType name="regionPrototype">
  <sequence minOccurs="0" maxOccurs="unbounded">
    <element ref="layout:region"/>
  </sequence>
  <attribute name="id" type="ID" use="required"/>
  <attribute name="title" type="string" use="optional"/>
  <attribute name="height" type="string" use="optional"/>
  <attribute name="left" type="string" use="optional"/>
  <attribute name="right" type="string" use="optional"/>
  <attribute name="top" type="string" use="optional"/>
  <attribute name="bottom" type="string" use="optional"/>
  <attribute name="width" type="string" use="optional"/>
  <attribute name="zIndex" type="integer" use="optional"/>
</complexType>