Compare commits

..

1 Commits

Author SHA1 Message Date
jenkins 90009d025b Update XSDs for branch feature/expediente - Build 1 2026-05-28 12:56:48 +00:00
6 changed files with 18 additions and 3 deletions
+3 -1
View File
@@ -158,6 +158,8 @@
</xs:sequence> </xs:sequence>
<xs:attributeGroup ref="fieldAttrs" /> <xs:attributeGroup ref="fieldAttrs" />
<xs:attribute name="format" type="xs:string"/> <xs:attribute name="format" type="xs:string"/>
<xs:attribute name="minDaysBeforeToday" type="xs:int"/>
<xs:attribute name="maxDaysAfterToday" type="xs:int"/>
<xs:attribute name="resolution"> <xs:attribute name="resolution">
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
@@ -166,7 +168,7 @@
<xs:enumeration value="DAY"/> <xs:enumeration value="DAY"/>
<xs:enumeration value="MONTH"/> <xs:enumeration value="MONTH"/>
<xs:enumeration value="YEAR"/> <xs:enumeration value="YEAR"/>
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </xs:attribute>
</xs:complexType> </xs:complexType>
+2
View File
@@ -97,6 +97,7 @@
<xs:attribute name="mobileAllowed" type="xs:boolean" /> <xs:attribute name="mobileAllowed" type="xs:boolean" />
<xs:attribute name="readOnly" type="xs:boolean" /> <xs:attribute name="readOnly" type="xs:boolean" />
<xs:attribute name="processVariable" type="xs:boolean" /> <xs:attribute name="processVariable" type="xs:boolean" />
<xs:attribute name="bulkRequired" type="xs:boolean" />
<xs:attributeGroup ref="elementAlign" /> <xs:attributeGroup ref="elementAlign" />
</xs:attributeGroup> </xs:attributeGroup>
@@ -152,6 +153,7 @@
<xs:attribute name="readOnly" type="xs:boolean" /> <xs:attribute name="readOnly" type="xs:boolean" />
<xs:attribute name="processVariable" type="xs:boolean" /> <xs:attribute name="processVariable" type="xs:boolean" />
<xs:attribute name="enabled" type="xs:boolean" /> <xs:attribute name="enabled" type="xs:boolean" />
<xs:attribute name="bulkRequired" type="xs:boolean" />
</xs:attributeGroup> </xs:attributeGroup>
<xs:attributeGroup name="stringFieldAttrs"> <xs:attributeGroup name="stringFieldAttrs">
+9
View File
@@ -59,4 +59,13 @@
</xs:simpleContent> </xs:simpleContent>
</xs:complexType> </xs:complexType>
<!-- Definicao de uma acao de conclusao em grupo -->
<xs:complexType name="vitruvio-bulk-action">
<xs:sequence>
<xs:element name="validator" type="script" minOccurs="0" maxOccurs="1" />
</xs:sequence>
<xs:attribute name="acceptLabel" type="xs:string" use="required" />
<xs:attribute name="cancelLabel" type="xs:string" use="required" />
</xs:complexType>
</xs:schema> </xs:schema>
-2
View File
@@ -534,7 +534,6 @@
<xs:enumeration value="NOTIFY_SCRIPT" /> <xs:enumeration value="NOTIFY_SCRIPT" />
<xs:enumeration value="SAVE_AS_PROCESS_ATTACHMENT" /> <xs:enumeration value="SAVE_AS_PROCESS_ATTACHMENT" />
<xs:enumeration value="SAVE_AS_TASK_ATTACHMENT" /> <xs:enumeration value="SAVE_AS_TASK_ATTACHMENT" />
<xs:enumeration value="SAVE_AS_PANEL_ATTACHMENT" />
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </xs:attribute>
@@ -566,7 +565,6 @@
<xs:enumeration value="NOTIFY_SCRIPT" /> <xs:enumeration value="NOTIFY_SCRIPT" />
<xs:enumeration value="SAVE_AS_PROCESS_ATTACHMENT" /> <xs:enumeration value="SAVE_AS_PROCESS_ATTACHMENT" />
<xs:enumeration value="SAVE_AS_TASK_ATTACHMENT" /> <xs:enumeration value="SAVE_AS_TASK_ATTACHMENT" />
<xs:enumeration value="SAVE_AS_PANEL_ATTACHMENT" />
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </xs:attribute>
+2
View File
@@ -46,6 +46,7 @@
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="bulkAction" type="vitruvio-bulk-action" minOccurs="0" maxOccurs="1" />
</xs:sequence> </xs:sequence>
<xs:attribute name="loadWithPreviousForm" type="xs:boolean" /> <xs:attribute name="loadWithPreviousForm" type="xs:boolean" />
<xs:attribute name="hideWhenFinished" type="xs:boolean" /> <xs:attribute name="hideWhenFinished" type="xs:boolean" />
@@ -55,6 +56,7 @@
<xs:attribute name="preventAttach" type="xs:boolean" /> <xs:attribute name="preventAttach" type="xs:boolean" />
<xs:attribute name="minimumVersion" type="xs:string" /> <xs:attribute name="minimumVersion" type="xs:string" />
<xs:attribute name="minimumVersionNotMeetMessage" type="xs:string" /> <xs:attribute name="minimumVersionNotMeetMessage" type="xs:string" />
<xs:attribute name="allowsBulkFinish" type="xs:boolean" />
</xs:extension> </xs:extension>
</xs:complexContent> </xs:complexContent>
</xs:complexType> </xs:complexType>
+2
View File
@@ -150,12 +150,14 @@
type="MobileFormTaskPropertiesDisplaySettings" minOccurs="0" maxOccurs="1" /> type="MobileFormTaskPropertiesDisplaySettings" minOccurs="0" maxOccurs="1" />
<xs:element name="NavButtonSettings" type="MobileFormNavButtonSettings" <xs:element name="NavButtonSettings" type="MobileFormNavButtonSettings"
minOccurs="0" maxOccurs="1" /> minOccurs="0" maxOccurs="1" />
<xs:element name="bulkAction" type="vitruvio-bulk-action" minOccurs="0" maxOccurs="1" />
</xs:sequence> </xs:sequence>
<xs:attribute name="requiredDurationNotes" type="xs:boolean" /> <xs:attribute name="requiredDurationNotes" type="xs:boolean" />
<xs:attribute name="shouldDisplayNextTask" type="xs:boolean" /> <xs:attribute name="shouldDisplayNextTask" type="xs:boolean" />
<xs:attribute name="shouldDisplayNextTaskWithoutConfirmation" type="xs:boolean" /> <xs:attribute name="shouldDisplayNextTaskWithoutConfirmation" type="xs:boolean" />
<xs:attribute name="shouldRefreshTasksFromBackendAfterEnd" type="xs:boolean" /> <xs:attribute name="shouldRefreshTasksFromBackendAfterEnd" type="xs:boolean" />
<xs:attribute name="preventAttach" type="xs:boolean" /> <xs:attribute name="preventAttach" type="xs:boolean" />
<xs:attribute name="allowsBulkFinish" type="xs:boolean" />
</xs:extension> </xs:extension>
</xs:complexContent> </xs:complexContent>
</xs:complexType> </xs:complexType>