The pageContent element specifies how the page content area is constructed.
Element Structure
The pageContent element structure is as follows:
<xs:complexType name="pageContent"> <xs:sequence> <xs:element name="contentHeader" type="tns:htmlSpan" /> <xs:element name="contentSections" type="tns:contentSection" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="contentFooter" type="tns:htmlSpan" /> <xs:element name="allowVerticalScroll" type="xs:boolean" /> <xs:element name="allowHorizonalScroll" type="xs:boolean" /> </xs:sequence> </xs:complexType> |
The pageContent element contains the following sub-elements:
|
The page content controls are as follows:
•contentSection—Specifies how the content area is constructed.
•sectionChoice—Specifies how a choice is displayed and what options are provided.
•Button Controls—Provides the available button controls.
•inputFormatEnum—Defines what type of input is required.