Update XSDs for branch 2.136.1 - Build 1
This commit is contained in:
+596
-556
File diff suppressed because it is too large
Load Diff
@@ -30,6 +30,7 @@
|
||||
<xs:attribute name="caption-field" type="xs:string" use="required"/>
|
||||
<xs:attribute name="start-date-field" type="xs:string" use="required"/>
|
||||
<xs:attribute name="end-date-field" type="xs:string" use="required"/>
|
||||
<xs:attribute name="style-name-field" type="xs:string" use="optional"/>
|
||||
<xs:attribute name="description-field" type="xs:string" use="optional"/>
|
||||
<xs:attributeGroup ref="datasource-basic-attrs" />
|
||||
</xs:complexType>
|
||||
@@ -81,12 +82,40 @@
|
||||
</xs:complexType>
|
||||
|
||||
<!-- Calendar -->
|
||||
<xs:complexType name="CalendarMultiBind">
|
||||
<xs:sequence minOccurs="1" maxOccurs="unbounded">
|
||||
<xs:choice>
|
||||
<xs:element name="parameter">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="field-ref" type="xs:string" use="optional" />
|
||||
<xs:attribute name="context-value" use="optional" >
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="PROCESS_INSTANCE_ID" />
|
||||
<xs:enumeration value="PROCESS_BUSINESS_KEY" />
|
||||
<xs:enumeration value="TASK_ID" />
|
||||
<xs:enumeration value="USER_LOGIN" />
|
||||
<xs:enumeration value="USER_COMPANYS" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="parameterName" type="xs:string" use="required" />
|
||||
<xs:attribute name="defaultValue" type="xs:string" use="required" />
|
||||
<xs:attributeGroup ref="value-type-enum" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:choice>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="refreshOnChange" type="xs:boolean" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="CalendarWidget">
|
||||
<xs:sequence>
|
||||
<xs:choice>
|
||||
<xs:element name="sql-datasource" type="calendar-datasource-with-builder" minOccurs="1" maxOccurs="1" />
|
||||
</xs:choice>
|
||||
<xs:element name="events" type="calendarEvents" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="bind" type="CalendarMultiBind" minOccurs="0" maxOccurs="1" />
|
||||
</xs:sequence>
|
||||
<xs:attribute name="id" type="xs:string" use="required" />
|
||||
<xs:attributeGroup ref="basicElement" />
|
||||
@@ -101,6 +130,7 @@
|
||||
</xs:attribute>
|
||||
<xs:attribute name="showViewTypeButtons" type="xs:boolean" use="optional" />
|
||||
<xs:attribute name="showNavigationButtons" type="xs:boolean" use="optional" />
|
||||
<xs:attribute name="showRefreshButton" type="xs:boolean" use="optional" />
|
||||
</xs:complexType>
|
||||
|
||||
<!-- Definicao de widgets CORE, dentro do Namespace do Vitruvio -->
|
||||
|
||||
+145
-128
@@ -1,71 +1,80 @@
|
||||
<?xml version="1.0"?>
|
||||
<xs:schema xmlns="http://www.davinti.com.br/vitruvio/mobile-form" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.davinti.com.br/vitruvio/mobile-form" elementFormDefault="qualified">
|
||||
<xs:schema xmlns="http://www.davinti.com.br/vitruvio/mobile-form"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="http://www.davinti.com.br/vitruvio/mobile-form" elementFormDefault="qualified">
|
||||
|
||||
<!-- Parametros comuns nos Campos -->
|
||||
<xs:include schemaLocation="vitruvio-form-common-attrs.xsd" />
|
||||
<!-- Parametros comuns nos Campos -->
|
||||
<xs:include schemaLocation="vitruvio-form-common-attrs.xsd" />
|
||||
|
||||
<!-- Componentes padrao -->
|
||||
<xs:include schemaLocation="vitruvio-form-basic-components.xsd" />
|
||||
<!-- Componentes padrao -->
|
||||
<xs:include schemaLocation="vitruvio-form-basic-components.xsd" />
|
||||
|
||||
<!-- Componentes para uso com bancos de dados -->
|
||||
<xs:include schemaLocation="vitruvio-form-db-components.xsd" />
|
||||
<!-- Componentes para uso com bancos de dados -->
|
||||
<xs:redefine schemaLocation="vitruvio-form-db-components.xsd">
|
||||
<xs:group name="DatasourceWithBuilderOptions">
|
||||
<xs:choice>
|
||||
<xs:group ref="DatasourceWithBuilderOptions" />
|
||||
<xs:element name="form-datasource" type="formRefDataSource" />
|
||||
</xs:choice>
|
||||
</xs:group>
|
||||
</xs:redefine>
|
||||
|
||||
<!-- Componentes especificos ao contexto da aplicacao -->
|
||||
<xs:include schemaLocation="vitruvio-form-specific-components.xsd" />
|
||||
<!-- Componentes especificos ao contexto da aplicacao -->
|
||||
<xs:include schemaLocation="vitruvio-form-specific-components.xsd" />
|
||||
|
||||
<!-- Form containers -->
|
||||
<xs:include schemaLocation="vitruvio-form-containers.xsd" />
|
||||
<!-- Form containers -->
|
||||
<xs:include schemaLocation="vitruvio-form-containers.xsd" />
|
||||
|
||||
<!-- Scripting defs -->
|
||||
<xs:include schemaLocation="vitruvio-form-scripting.xsd" />
|
||||
<!-- Scripting defs -->
|
||||
<xs:include schemaLocation="vitruvio-form-scripting.xsd" />
|
||||
|
||||
<!-- Suporte a Widgets -->
|
||||
<xs:include schemaLocation="vitruvio-form-widgets.xsd" />
|
||||
<!-- Suporte a Widgets -->
|
||||
<xs:include schemaLocation="vitruvio-form-widgets.xsd" />
|
||||
|
||||
<!-- Scripting defs -->
|
||||
<xs:include schemaLocation="vitruvio-form-scripting.xsd" />
|
||||
<!-- Scripting defs -->
|
||||
<xs:include schemaLocation="vitruvio-form-scripting.xsd" />
|
||||
|
||||
<!-- Base Form -->
|
||||
<xs:include schemaLocation="vitruvio-mobile-base-form.xsd" />
|
||||
<!-- Base Form -->
|
||||
<xs:include schemaLocation="vitruvio-mobile-base-form.xsd" />
|
||||
|
||||
|
||||
<!-- Autoload support -->
|
||||
<xs:attributeGroup name="autoload-base-attrs">
|
||||
<xs:attribute name="autoPersist" type="xs:boolean" />
|
||||
<xs:attribute name="autoOverride" type="xs:boolean" />
|
||||
<xs:attribute name="autoInjectionVariableName" type="xs:string" />
|
||||
<xs:attribute name="autoInjectionScope">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="NONE"/>
|
||||
<xs:enumeration value="SCRIPT_SCOPE"/>
|
||||
<xs:enumeration value="ENGINE_GLOBAL_SCOPE"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:attributeGroup>
|
||||
<!-- Autoload support -->
|
||||
<xs:attributeGroup name="autoload-base-attrs">
|
||||
<xs:attribute name="autoPersist" type="xs:boolean" />
|
||||
<xs:attribute name="autoOverride" type="xs:boolean" />
|
||||
<xs:attribute name="autoInjectionVariableName" type="xs:string" />
|
||||
<xs:attribute name="autoInjectionScope">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="NONE" />
|
||||
<xs:enumeration value="SCRIPT_SCOPE" />
|
||||
<xs:enumeration value="ENGINE_GLOBAL_SCOPE" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:attributeGroup>
|
||||
|
||||
<xs:complexType name="autoload-variables">
|
||||
<xs:sequence>
|
||||
<xs:element name="variable" minOccurs="1" maxOccurs="unbounded" type="xs:string" />
|
||||
</xs:sequence>
|
||||
<xs:attributeGroup ref="autoload-base-attrs" />
|
||||
</xs:complexType>
|
||||
<xs:complexType name="autoload-variables">
|
||||
<xs:sequence>
|
||||
<xs:element name="variable" minOccurs="1" maxOccurs="unbounded" type="xs:string" />
|
||||
</xs:sequence>
|
||||
<xs:attributeGroup ref="autoload-base-attrs" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="autoload-form">
|
||||
<xs:attribute name="formKey" type="xs:string" use="required" />
|
||||
<xs:attribute name="taskDefinitionKey" type="xs:string" />
|
||||
<xs:attribute name="onlyCompleteTask" type="xs:boolean" />
|
||||
<xs:attributeGroup ref="autoload-base-attrs" />
|
||||
</xs:complexType>
|
||||
<xs:complexType name="autoload-form">
|
||||
<xs:attribute name="formKey" type="xs:string" use="required" />
|
||||
<xs:attribute name="taskDefinitionKey" type="xs:string" />
|
||||
<xs:attribute name="onlyCompleteTask" type="xs:boolean" />
|
||||
<xs:attributeGroup ref="autoload-base-attrs" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="autoload-bridge">
|
||||
<xs:attribute name="bridgeId" type="xs:string" use="required" />
|
||||
<xs:attributeGroup ref="autoload-base-attrs" />
|
||||
</xs:complexType>
|
||||
<xs:complexType name="autoload-bridge">
|
||||
<xs:attribute name="bridgeId" type="xs:string" use="required" />
|
||||
<xs:attributeGroup ref="autoload-base-attrs" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="MobileAutoloadInfo">
|
||||
<xs:sequence>
|
||||
<xs:complexType name="MobileAutoloadInfo">
|
||||
<xs:sequence>
|
||||
<xs:element name="variables" type="autoload-variables" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="forms" minOccurs="0" maxOccurs="1">
|
||||
<xs:complexType>
|
||||
@@ -81,83 +90,91 @@
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
<xs:attributeGroup ref="autoload-base-attrs" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="MobileFormTaskPropertiesDisplaySettings">
|
||||
<xs:attribute name="showCompleteItensCount" type="xs:boolean" />
|
||||
<xs:attribute name="showStartUser" type="xs:boolean" />
|
||||
<xs:attribute name="showDuedate" type="xs:boolean" />
|
||||
<xs:attribute name="showExtendedProperties" type="xs:boolean" />
|
||||
<xs:attribute name="extendedPropertiesVariableName" type="xs:string" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="MobileFormNavButton">
|
||||
<xs:sequence minOccurs="1" maxOccurs="1">
|
||||
<xs:element name="clickScript" type="script" minOccurs="1" maxOccurs="1" />
|
||||
</xs:sequence>
|
||||
<xs:attribute name="id" type="xs:string" use="required" />
|
||||
<xs:attribute name="icon" type="xs:string" use="required" />
|
||||
<xs:attribute name="caption" type="xs:string" />
|
||||
<xs:attribute name="description" type="xs:string" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="MobileFormNavButtonSettings">
|
||||
<xs:sequence>
|
||||
<xs:element name="customButtons" minOccurs="0" maxOccurs="1">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="button" type="MobileFormNavButton" minOccurs="1" maxOccurs="unbounded" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="position">
|
||||
<xs:simpleType id="test">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="TOP_RIGHT"></xs:enumeration>
|
||||
<xs:enumeration value="TOP_LEFT"></xs:enumeration>
|
||||
<xs:enumeration value="BOTTOM_RIGHT"></xs:enumeration>
|
||||
<xs:enumeration value="BOTTOM_LEFT"></xs:enumeration>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="showNavButton" type="xs:boolean" />
|
||||
<xs:attribute name="showCompleteButton" type="xs:boolean" />
|
||||
<xs:attribute name="startOpened" type="xs:boolean" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="vitruvio-mobile-form">
|
||||
<xs:complexContent>
|
||||
<xs:extension base="vitruvio-subform-enabled-form">
|
||||
<xs:sequence>
|
||||
<xs:element name="Autoload" type="MobileAutoloadInfo" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="ServerSide" type="MobileServerSide" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="TaskPropertiesDisplaySettings" type="MobileFormTaskPropertiesDisplaySettings" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="NavButtonSettings" type="MobileFormNavButtonSettings" minOccurs="0" maxOccurs="1" />
|
||||
</xs:sequence>
|
||||
<xs:attribute name="requiredDurationNotes" type="xs:boolean" />
|
||||
<xs:attribute name="shouldDisplayNextTask" type="xs:boolean" />
|
||||
<xs:attribute name="shouldDisplayNextTaskWithoutConfirmation" type="xs:boolean" />
|
||||
<xs:attribute name="shouldRefreshTasksFromBackendAfterEnd" type="xs:boolean" />
|
||||
</xs:extension>
|
||||
</xs:complexContent>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:element name="mobile-forms">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="library" type="library" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="descriptorScript" type="script" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="form" type="vitruvio-mobile-form" minOccurs="1" maxOccurs="unbounded" />
|
||||
</xs:sequence>
|
||||
<xs:attribute name="processKey" type="xs:string" />
|
||||
<xs:attribute name="allowAttachments" type="xs:boolean" />
|
||||
<!-- Determina se as notas e anexos devem ser exibidas dentro do mesmo form, ou atraves de formularios externos -->
|
||||
<xs:attribute name="embeddedNotes" type="xs:boolean" />
|
||||
<xs:attribute name="embeddedAttachments" type="xs:boolean" />
|
||||
<xs:attributeGroup ref="autoload-base-attrs" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
<xs:complexType name="MobileFormTaskPropertiesDisplaySettings">
|
||||
<xs:attribute name="showCompleteItensCount" type="xs:boolean" />
|
||||
<xs:attribute name="showStartUser" type="xs:boolean" />
|
||||
<xs:attribute name="showDuedate" type="xs:boolean" />
|
||||
<xs:attribute name="showExtendedProperties" type="xs:boolean" />
|
||||
<xs:attribute name="extendedPropertiesVariableName" type="xs:string" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="MobileFormNavButton">
|
||||
<xs:sequence minOccurs="1" maxOccurs="1">
|
||||
<xs:element name="clickScript" type="script" minOccurs="1" maxOccurs="1" />
|
||||
</xs:sequence>
|
||||
<xs:attribute name="id" type="xs:string" use="required" />
|
||||
<xs:attribute name="icon" type="xs:string" use="required" />
|
||||
<xs:attribute name="caption" type="xs:string" />
|
||||
<xs:attribute name="description" type="xs:string" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="MobileFormNavButtonSettings">
|
||||
<xs:sequence>
|
||||
<xs:element name="customButtons" minOccurs="0" maxOccurs="1">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="button" type="MobileFormNavButton" minOccurs="1"
|
||||
maxOccurs="unbounded" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="position">
|
||||
<xs:simpleType id="test">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="TOP_RIGHT"></xs:enumeration>
|
||||
<xs:enumeration value="TOP_LEFT"></xs:enumeration>
|
||||
<xs:enumeration value="BOTTOM_RIGHT"></xs:enumeration>
|
||||
<xs:enumeration value="BOTTOM_LEFT"></xs:enumeration>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="showNavButton" type="xs:boolean" />
|
||||
<xs:attribute name="showCompleteButton" type="xs:boolean" />
|
||||
<xs:attribute name="startOpened" type="xs:boolean" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="vitruvio-mobile-form">
|
||||
<xs:complexContent>
|
||||
<xs:extension base="vitruvio-subform-enabled-form">
|
||||
<xs:sequence>
|
||||
<xs:element name="Autoload" type="MobileAutoloadInfo" minOccurs="0"
|
||||
maxOccurs="1" />
|
||||
<xs:element name="ServerSide" type="MobileServerSide" minOccurs="0"
|
||||
maxOccurs="1" />
|
||||
<xs:element name="TaskPropertiesDisplaySettings"
|
||||
type="MobileFormTaskPropertiesDisplaySettings" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="NavButtonSettings" type="MobileFormNavButtonSettings"
|
||||
minOccurs="0" maxOccurs="1" />
|
||||
</xs:sequence>
|
||||
<xs:attribute name="requiredDurationNotes" type="xs:boolean" />
|
||||
<xs:attribute name="shouldDisplayNextTask" type="xs:boolean" />
|
||||
<xs:attribute name="shouldDisplayNextTaskWithoutConfirmation" type="xs:boolean" />
|
||||
<xs:attribute name="shouldRefreshTasksFromBackendAfterEnd" type="xs:boolean" />
|
||||
<xs:attribute name="preventAttach" type="xs:boolean" />
|
||||
</xs:extension>
|
||||
</xs:complexContent>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:element name="mobile-forms">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="library" type="library" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="descriptorScript" type="script" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element name="form" type="vitruvio-mobile-form" minOccurs="1"
|
||||
maxOccurs="unbounded" />
|
||||
</xs:sequence>
|
||||
<xs:attribute name="processKey" type="xs:string" />
|
||||
<xs:attribute name="allowAttachments" type="xs:boolean" />
|
||||
<!-- Determina se as notas e anexos devem ser exibidas dentro do mesmo form, ou atraves
|
||||
de formularios externos -->
|
||||
<xs:attribute name="embeddedNotes" type="xs:boolean" />
|
||||
<xs:attribute name="embeddedAttachments" type="xs:boolean" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
</xs:schema>
|
||||
|
||||
Reference in New Issue
Block a user