complexType "lum_link"
Namespace:
Content:
complex, 10 attributes, 112 elements
Defined:
globally in lum_link.xsd, see XML source
Includes:
definitions of 5 attributes and 2 elements
Used:
XML Representation Summary
<...
   
anchor
 = 
xsd:string
   
className
 = 
xsd:string
   
href
 = 
xsd:string
   
id
 = 
xsd:string
   
name
 = 
xsd:string
   
processHref
 = 
xsd:boolean : "false"
   
scriptPath
 = 
xsd:string
   
style
 = 
xsd:string
   
subtype
 = 
("" | "forward-link" | "back-link") : ""
   
text
 = 
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?, hyperLink?, addParameters?
</...>
Content Elements (112):
permissions (type controlPermissions),
strings (type controlStrings)
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  lum_control (extension)
      lum_link (extension)
XML Source
<xsd:complexType name="lum_link">
<xsd:complexContent>
<xsd:extension base="lum_control">
<xsd:sequence>
<xsd:element minOccurs="0" name="hyperLink" type="hyperLink">
<xsd:annotation>
<xsd:documentation>
Used when the link is to an interface in the portal. Requests the portal for a url given an interfaceId.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="addParameters">
<xsd:complexType>
<xsd:sequence maxOccurs="unbounded">
<xsd:element name="parameter">
<xsd:complexType>
<xsd:attribute name="name" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="text" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
The text value that will be displayed to the end user. This value may be set either as an attribute or a node.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="href" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
The link for this control may be explicitly placed in this attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="anchor" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
If specified, this anchor will be placed after the calculated link with a # before it. i.e. link#anchor
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="" name="subtype" use="optional">
<xsd:annotation>
<xsd:documentation>
<![CDATA[
Indicates the subtype of this link. Must be one of:
<ul>
<li>(none): if no subtype is provided, it will be considered as a normal link.</li>
<li>forward-link: it is considered a forward link.</li>
<li>back-link: it is considered a back link.</li>
</ul>
]]>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation>
This is a normal link.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="forward-link">
<xsd:annotation>
<xsd:documentation>
This is a forward link.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="back-link">
<xsd:annotation>
<xsd:documentation>
This is a back link.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute default="false" name="processHref" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Indicates whether the HREF should be processed by the control. Defaults to 'false'.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (defined in this component only)
anchor
If specified, this anchor will be placed after the calculated link with a # before it. i.e. link#anchor
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="anchor" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
If specified, this anchor will be placed after the calculated link with a # before it. i.e. link#anchor
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

href
The link for this control may be explicitly placed in this attribute.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="href" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
The link for this control may be explicitly placed in this attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

processHref
Indicates whether the HREF should be processed by the control. Defaults to 'false'.
Type:
xsd:boolean
Use:
optional
Default:
"false"
Defined:
locally, within this complexType
XML Source
<xsd:attribute default="false" name="processHref" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Indicates whether the HREF should be processed by the control. Defaults to 'false'.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

subtype
Indicates the subtype of this link. Must be one of: <ul> <li>(none): if no subtype is provided, it will be considered as a normal link.</li> <li>forward-link: it is considered a forward link.</li> <li>back-link: it is considered a back link.</li> </ul>
Type:
Use:
optional
Default:
""
Defined:
locally, within this complexType
XML Source
<xsd:attribute default="" name="subtype" use="optional">
<xsd:annotation>
<xsd:documentation>
<![CDATA[
Indicates the subtype of this link. Must be one of:
<ul>
<li>(none): if no subtype is provided, it will be considered as a normal link.</li>
<li>forward-link: it is considered a forward link.</li>
<li>back-link: it is considered a back link.</li>
</ul>
]]>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation>
This is a normal link.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="forward-link">
<xsd:annotation>
<xsd:documentation>
This is a forward link.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="back-link">
<xsd:annotation>
<xsd:documentation>
This is a back link.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
Embedded Type
Derivation:
restriction of xsd:string
Facets:
enumeration:
""  -  This is a normal link.
"forward-link"  -  This is a forward link.
"back-link"  -  This is a back link.

text
The text value that will be displayed to the end user. This value may be set either as an attribute or a node.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="text" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
The text value that will be displayed to the end user. This value may be set either as an attribute or a node.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (defined in this component only)
addParameters
Type:
embedded, complex content
Defined:
locally, within this complexType

hyperLink
Used when the link is to an interface in the portal. Requests the portal for a url given an interfaceId.
Type:
hyperLink, complex content
Defined:
locally, within this complexType
XML Source
<xsd:element minOccurs="0" name="hyperLink" type="hyperLink">
<xsd:annotation>
<xsd:documentation>
Used when the link is to an interface in the portal. Requests the portal for a url given an interfaceId.
</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.