Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 63a3c752d7 |
@@ -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>
|
||||||
|
|||||||
@@ -232,7 +232,6 @@
|
|||||||
<!-- Suporte a definicao de widgets -->
|
<!-- Suporte a definicao de widgets -->
|
||||||
<xs:group ref="CoreWidgets" />
|
<xs:group ref="CoreWidgets" />
|
||||||
<xs:element name="GridEditorWidget" type="GridEditorWidget" minOccurs="0" maxOccurs="unbounded" />
|
<xs:element name="GridEditorWidget" type="GridEditorWidget" minOccurs="0" maxOccurs="unbounded" />
|
||||||
<xs:element name="Barcode" type="Barcode" minOccurs="0" maxOccurs="unbounded" />
|
|
||||||
<xs:element name="ProgressBarLinear" type="ProgressBarLinear" minOccurs="0" maxOccurs="unbounded" />
|
<xs:element name="ProgressBarLinear" type="ProgressBarLinear" minOccurs="0" maxOccurs="unbounded" />
|
||||||
|
|
||||||
<xs:element name="CustomWidget" type="CustomWidget" />
|
<xs:element name="CustomWidget" type="CustomWidget" />
|
||||||
|
|||||||
@@ -71,8 +71,7 @@
|
|||||||
|
|
||||||
<xs:complexType name="GridEditorWidget">
|
<xs:complexType name="GridEditorWidget">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="datasource" minOccurs="1" maxOccurs="1"
|
<xs:element name="datasource" minOccurs="1" maxOccurs="1" type="GridEditorWidgetDataSource" />
|
||||||
type="GridEditorWidgetDataSource" />
|
|
||||||
<xs:element name="keyField" minOccurs="1" maxOccurs="1" />
|
<xs:element name="keyField" minOccurs="1" maxOccurs="1" />
|
||||||
<xs:element name="parentKeyField" minOccurs="1" maxOccurs="1" />
|
<xs:element name="parentKeyField" minOccurs="1" maxOccurs="1" />
|
||||||
<xs:element name="freezeCount" minOccurs="1" maxOccurs="1" />
|
<xs:element name="freezeCount" minOccurs="1" maxOccurs="1" />
|
||||||
@@ -104,58 +103,4 @@
|
|||||||
<xs:attributeGroup ref="basicElement" />
|
<xs:attributeGroup ref="basicElement" />
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
||||||
<xs:complexType name="BarCodeEventType">
|
|
||||||
<xs:simpleContent>
|
|
||||||
<xs:extension base="xs:string">
|
|
||||||
<xs:attribute name="key" use="required">
|
|
||||||
<xs:simpleType>
|
|
||||||
<xs:restriction base="xs:string">
|
|
||||||
<xs:enumeration value="valueChange" />
|
|
||||||
<xs:enumeration value="blur" />
|
|
||||||
<xs:enumeration value="focus" />
|
|
||||||
</xs:restriction>
|
|
||||||
</xs:simpleType>
|
|
||||||
</xs:attribute>
|
|
||||||
</xs:extension>
|
|
||||||
</xs:simpleContent>
|
|
||||||
</xs:complexType>
|
|
||||||
|
|
||||||
<xs:complexType name="Barcode">
|
|
||||||
<xs:sequence>
|
|
||||||
<xs:element name="events" minOccurs="0" maxOccurs="1">
|
|
||||||
<xs:complexType>
|
|
||||||
<xs:sequence>
|
|
||||||
<xs:element name="event" type="BarCodeEventType" minOccurs="0"
|
|
||||||
maxOccurs="unbounded" />
|
|
||||||
</xs:sequence>
|
|
||||||
</xs:complexType>
|
|
||||||
</xs:element>
|
|
||||||
</xs:sequence>
|
|
||||||
|
|
||||||
<xs:attributeGroup ref="basicElement" />
|
|
||||||
<xs:attribute name="id" use="required" type="xs:string" />
|
|
||||||
<xs:attribute name="type" use="required">
|
|
||||||
<xs:simpleType>
|
|
||||||
<xs:restriction base="xs:string">
|
|
||||||
<xs:enumeration value="string" />
|
|
||||||
<xs:enumeration value="number" />
|
|
||||||
</xs:restriction>
|
|
||||||
</xs:simpleType>
|
|
||||||
</xs:attribute>
|
|
||||||
<xs:attribute name="readOnly" type="xs:boolean" default="false" />
|
|
||||||
<xs:attribute name="enabled" type="xs:boolean" default="true" />
|
|
||||||
<xs:attribute name="description" type="xs:string" />
|
|
||||||
<xs:attribute name="prefix" type="xs:string" />
|
|
||||||
<xs:attribute name="suffix" type="xs:string" />
|
|
||||||
<xs:attribute name="titleField" type="xs:string" default="Leitor" />
|
|
||||||
<xs:attribute name="descriptionField" type="xs:string"
|
|
||||||
default="Por favor, aponte sua câmera para o código." />
|
|
||||||
<xs:attribute name="allowPaste" type="xs:boolean" default="true" />
|
|
||||||
<xs:attribute name="focusNextFieldOnValueChange" type="xs:boolean" default="true" />
|
|
||||||
<xs:attribute name="focusNextFieldOnEnter" type="xs:boolean" default="false" />
|
|
||||||
<xs:attribute name="formats" type="xs:string" default="EAN_13,QR_CODE" />
|
|
||||||
<xs:attribute name="prefixAndSuffixValidation" type="xs:string" />
|
|
||||||
<xs:attribute name="allowElevationForGroups" type="xs:string" />
|
|
||||||
</xs:complexType>
|
|
||||||
|
|
||||||
</xs:schema>
|
</xs:schema>
|
||||||
|
|||||||
Reference in New Issue
Block a user