Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afcbeff130 | |||
| dbdd81ec4b | |||
| 3e69a5f212 |
@@ -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>
|
||||||
@@ -224,6 +226,7 @@
|
|||||||
<xs:attributeGroup ref="basicFieldAttrs" />
|
<xs:attributeGroup ref="basicFieldAttrs" />
|
||||||
<xs:attribute name="expandRatio" type="xs:decimal" />
|
<xs:attribute name="expandRatio" type="xs:decimal" />
|
||||||
<xs:attribute name="initialValue" type="xs:boolean" />
|
<xs:attribute name="initialValue" type="xs:boolean" />
|
||||||
|
<xs:attribute name="retrieveLastValue" type="xs:boolean" />
|
||||||
<xs:attribute name="type" use="required">
|
<xs:attribute name="type" use="required">
|
||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:string">
|
<xs:restriction base="xs:string">
|
||||||
|
|||||||
@@ -154,6 +154,7 @@
|
|||||||
<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:attribute name="bulkRequired" type="xs:boolean" />
|
||||||
|
<xs:attribute name="retrieveLastValue" type="xs:boolean" />
|
||||||
</xs:attributeGroup>
|
</xs:attributeGroup>
|
||||||
|
|
||||||
<xs:attributeGroup name="stringFieldAttrs">
|
<xs:attributeGroup name="stringFieldAttrs">
|
||||||
|
|||||||
Reference in New Issue
Block a user