Schema Component Representation
<
xs:complexType
name="
inputTextType">
<
xs:complexContent>
<
xs:extension
base="
ipo:graphicalIndividualComponentType
">
<
xs:attribute
name="
textMargin"
type="
xs:nonNegativeInteger
"/>
<
xs:attribute
name="
maxLength"
type="
xs:nonNegativeInteger
"/>
<
xs:attribute
name="
numberOfColumns"
type="
xs:nonNegativeInteger
"/>
<
xs:attribute
name="
numberOfLines"
type="
xs:nonNegativeInteger
"/>
<
xs:attribute
name="
isPassword"
type="
xs:boolean
"/>
<
xs:attribute
name="
isWordWrapped"
type="
xs:boolean
"/>
<
xs:attribute
name="
forceWordWrapped"
type="
xs:boolean
"/>
<
xs:attribute
name="
isEditable"
type="
xs:boolean
"/>
<
xs:attribute
name="
filter"
type="
xs:string
"/>
<
xs:attribute
name="
defaultFilter"
type="
xs:string
"/>
</
xs:extension>
</
xs:complexContent>
</
xs:complexType>