complexType "lum_control"
Namespace:
Content:
complex, 5 attributes, 110 elements
Defined:
Includes:
definitions of 5 attributes and 2 elements
Used:
XML Representation Summary
<...
   
className
 = 
xsd:string
   
id
 = 
xsd:string
   
name
 = 
xsd:string
   
scriptPath
 = 
xsd:string
   
style
 = 
xsd:string
   
>
   
Content: 
((control | lum_form | lum_inputText | lum_inputTag | lum_inputEmail | lum_email | lum_inputNumber | lum_inputHidden | lum_inputTextArea | lum_text | lum_html | lum_button | lum_okButton | lum_cancelButton | lum_previewButton | lum_configureButton | lum_addButton | lum_editButton | lum_deleteButton | lum_lockButton | lum_autoAdminListButtons | lum_autoContentAdminListButtons | lum_adminList | lum_propertyPage | lum_interfaceHeader | lum_footer | lum_filters | lum_interfaceHeaderButtons | lum_requiredValueValidator | lum_integerDataTypeValidator | lum_regularExpressionValidator | lum_lengthValidator | lum_emailValidator | lum_controlGroup | lum_table | lum_label | lum_multiFileUpload | lum_fileUpload | lum_list | lum_lockedMessage | lum_pane | lum_tabs | lum_div | lum_span | lum_interfaceButtons | lum_dropDownList | lum_workflowStateFilter | lum_workflowAssignedToFilter | lum_inputHtmlEditor | lum_script | lum_include | lum_password | lum_buttonList | lum_checkBox | lum_checkBoxList | lum_radioButtonList | lum_link | lum_conditionalRender | lum_autoRefresh | lum_tabularData | lum_advancedTabularData | lum_selectItemTabularData | lum_details | lum_requiredValuesDescriptor | lum_dateTimePicker | lum_datepicker | lum_timePicker | lum_calendar | lum_dateCompareValidator | lum_serviceInstancePrincipalPicker | lum_itemPicker | lum_multiItemPicker | lum_autoLayoutMetaDataInformation | lum_autoLayoutPropertyPage | lum_autoLayoutContentPropertyPage | lum_autoLayoutFields | lum_autoLayoutContentFields | lum_autoLayoutDetails | lum_autoLayoutContentDetails | lum_autoLayoutContentAdministrationList | lum_autoLayoutAdministrationList | lum_autolayoutworkflowinformation | lum_autoLayoutPublishingInformation | lum_autoLayoutLanguageInformation | lum_autoLayoutContentQuickList | lum_autoLayoutContentList | lum_autoLayoutList | lum_autoLayoutContentEmbeddedPropertyPage | lum_autoLayoutAssociationInformation | lum_autoLayoutTagInformation | lum_autoLayoutQuickList | lum_language | lum_selectParentContent | lum_selectContentParentContent | lum_generic | lum_mediaPicker | lum_documentPicker | lum_pagination | lum_selectPage | lum_selectPageTemplate | lum_selectPageOrPageTemplate | lum_strings | lum_dataGrid | lum_autoEmbeddedInterfaceStandardButtons | lum_radioButton | lum_inputCategory | lum_filesPicker | lum_positionFieldOrderButton))*, strings?, permissions?
</...>
Content Elements (110):
permissions (type controlPermissions),
strings (type controlStrings)
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Defines a base control. This is the root definition of all controls.
Type Definition Detail
Type Derivation Tree
  lum_control (extension)
XML Source
<xsd:complexType abstract="true" name="lum_control">
<xsd:annotation>
<xsd:documentation>
Defines a base control. This is the root definition of all controls.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="control:lum_controlBase">
<xsd:sequence>
<xsd:element minOccurs="0" name="strings" type="controlStrings">
<xsd:annotation>
<xsd:documentation>
Represents a collection of strings that will be translated for use within an xsl.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="permissions" type="controlPermissions">
<xsd:annotation>
<xsd:documentation>
Represents a collection of permissions that the current user must have to see/use this control. If the permissions are not granted, this control and its children are removed from the interface layout.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
identifier for the control. If specified must be unique among all controls within the interface. If not specified an identifier is generated runtime.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>name for the control.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="style" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>css style that may be applied on the control</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="className" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
java className for the control. When specified this value takes precedence over the class associated with the control type.
This attribute cannot be defined if the "scriptPath" attribute is defined.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="scriptPath" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Path of a script defining a java class for the control. When specified the java class defined by this script takes precedence over the class associated with the control type.
This attribute cannot be defined if the "className" attribute is defined.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail
className
java className for the control. When specified this value takes precedence over the class associated with the control type. This attribute cannot be defined if the "scriptPath" attribute is defined.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="className" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
java className for the control. When specified this value takes precedence over the class associated with the control type.
This attribute cannot be defined if the "scriptPath" attribute is defined.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

id
identifier for the control. If specified must be unique among all controls within the interface. If not specified an identifier is generated runtime.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="id" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
identifier for the control. If specified must be unique among all controls within the interface. If not specified an identifier is generated runtime.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

name
name for the control.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="name" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>name for the control.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

scriptPath
Path of a script defining a java class for the control. When specified the java class defined by this script takes precedence over the class associated with the control type. This attribute cannot be defined if the "className" attribute is defined.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="scriptPath" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Path of a script defining a java class for the control. When specified the java class defined by this script takes precedence over the class associated with the control type.
This attribute cannot be defined if the "className" attribute is defined.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

style
css style that may be applied on the control
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="style" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>css style that may be applied on the control</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (defined in this component only)
permissions
Represents a collection of permissions that the current user must have to see/use this control. If the permissions are not granted, this control and its children are removed from the interface layout.
Type:
controlPermissions, ??? content
Defined:
locally, within this complexType
XML Source
<xsd:element minOccurs="0" name="permissions" type="controlPermissions">
<xsd:annotation>
<xsd:documentation>
Represents a collection of permissions that the current user must have to see/use this control. If the permissions are not granted, this control and its children are removed from the interface layout.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

strings
Represents a collection of strings that will be translated for use within an xsl.
Type:
controlStrings, ??? content
Defined:
locally, within this complexType
XML Source
<xsd:element minOccurs="0" name="strings" type="controlStrings">
<xsd:annotation>
<xsd:documentation>
Represents a collection of strings that will be translated for use within an xsl.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

XML Schema documentation generated with DocFlex/XML (Kit) v1.6.2
DocFlex/XML is a powerful template-driven documentation and report generator from any data stored in XML files. Based on an innovative technology developed by FILIGRIS WORKS, this new tool offers virtuoso data querying and formatting capabilities not found in anything else!
Need to convert your XML data into a clear nice-looking documentation or reports? Web-ready hypertext HTML or printable MS Word / OpenOffice.org friendly RTF? DocFlex/XML may be a cheap, quick and effective solution exactly for this task!
Have questions? Not sure how to use it? Just send us e-mail to contact@filigris.com and we are always happy to help you! See also our services at www.filigris.com

Lumisportal  14.0.0.210430 - Copyright © 2006–2021 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.