XML Schema "lumis-component-install-script.xsd"
Target Namespace:
http://www.lumis.com.br/lumisportal/xsd/component-install-script
Components:
global element, 6 local elements, 1 complexType
Schema Location:
/data/jenkins-slave/home1/data/workspace/lpjava-10.2.x-dist/repo/Lumis_PortalJava/builder/docflex-xml-kit/../../distribution/tmp/lumis-component-install-script.xsd, see XML source
Includes Schema:
lumis-component-script.xsd [src]
All Element Summary
component-install
Type:
embedded complexType
Content:
complex, 5 elements
Includes:
definitions of 5 elements
Used:
never
display-message (type lum_displayMessage) This kind of step does nothing.
Type:
Content:
complex, 1 element
Defined:
locally at 1 location
execute-database-file (type lum_executeDatabaseDefinition) This kind of step receives a XML input file of a database definition and executes the result commands.
Type:
Content:
complex, 3 elements
Defined:
locally at 1 location
file (type xsd:string) The XML database file.
Type:
xsd:string
Content:
simple
Defined:
locally at 1 location
remove-global-non-referenced-entries (type lum_removeGlobalNonReferencedEntries) This kind of step makes the portal remove global non-referenced entries.
Type:
Content:
empty
Defined:
locally at 1 location
run-class (type lum_runJavaClass) Executes a Java class.
Type:
Content:
complex, 1 attribute, 2 elements
Defined:
locally at 1 location
run-sql (type lum_runSqlStep) Executes an SQL command.
Type:
Content:
complex, 1 attribute, 1 element
Defined:
locally at 1 location
Complex Type Summary
lum_executeDatabaseDefinition
Content:
complex, 3 elements
Includes:
definition of 1 element
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 17834 $ $Date: 2015-10-21 17:30:22 +0000 (Wed, 21 Oct 2015) $ -->
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.lumis.com.br/lumisportal/xsd/component-install-script" xmlns="http://www.lumis.com.br/lumisportal/xsd/component-install-script" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="component-install">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="run-sql" type="lum_runSqlStep">
<xsd:annotation>
<xsd:documentation>
Executes an SQL command.
</xsd:documentation>
</xsd:annotation>
<xsd:unique name="un_dbType">
<xsd:selector xpath="*"/>
<xsd:field xpath="@database-type"/>
</xsd:unique>
</xsd:element>
<xsd:element name="run-class" type="lum_runJavaClass">
<xsd:annotation>
<xsd:documentation>
Executes a Java class.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="display-message" type="lum_displayMessage">
<xsd:annotation>
<xsd:documentation>
This kind of step does nothing. Only displays a message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:annotation>
<xsd:documentation>
This kind of step receives a XML input file of a database definition and executes the result commands.
The XML file is a descriptive database file that will be transformed in SQL commands to be executed in the database. This file must be developed accordingly to the schema [portal install]/lumisdata/def/lumis/database/databasedefinition.xsd, included in Lumis Portal.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:annotation>
<xsd:documentation>
This kind of step makes the portal remove global non-referenced entries.
The following kind of entries will be removed:
<br/>
<ul>
<li>
Global XSL definition (the shared or public XSL file entries)
</li>
<li>File transformation parameter types</li>
<li>CSSs</li>
</ul>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="lum_executeDatabaseDefinition">
<xsd:complexContent>
<xsd:extension base="lum_scriptStep">
<xsd:sequence>
<xsd:element name="file" nillable="false" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The XML database file.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="genericStep"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>

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  10.2.0.170730 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.