Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd684683eb |
@@ -97,7 +97,6 @@
|
|||||||
<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>
|
||||||
|
|
||||||
@@ -153,7 +152,6 @@
|
|||||||
<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">
|
||||||
|
|||||||
@@ -59,13 +59,4 @@
|
|||||||
</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>
|
||||||
|
|||||||
@@ -46,7 +46,6 @@
|
|||||||
</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" />
|
||||||
@@ -56,7 +55,6 @@
|
|||||||
<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>
|
||||||
|
|||||||
@@ -150,14 +150,12 @@
|
|||||||
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user