Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c41d0fb1ed |
@@ -158,8 +158,6 @@
|
||||
</xs:sequence>
|
||||
<xs:attributeGroup ref="fieldAttrs" />
|
||||
<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:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
@@ -168,7 +166,7 @@
|
||||
<xs:enumeration value="DAY"/>
|
||||
<xs:enumeration value="MONTH"/>
|
||||
<xs:enumeration value="YEAR"/>
|
||||
</xs:restriction>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
@@ -226,7 +224,6 @@
|
||||
<xs:attributeGroup ref="basicFieldAttrs" />
|
||||
<xs:attribute name="expandRatio" type="xs:decimal" />
|
||||
<xs:attribute name="initialValue" type="xs:boolean" />
|
||||
<xs:attribute name="retrieveLastValue" type="xs:boolean" />
|
||||
<xs:attribute name="type" use="required">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
|
||||
@@ -154,7 +154,6 @@
|
||||
<xs:attribute name="processVariable" type="xs:boolean" />
|
||||
<xs:attribute name="enabled" type="xs:boolean" />
|
||||
<xs:attribute name="bulkRequired" type="xs:boolean" />
|
||||
<xs:attribute name="retrieveLastValue" type="xs:boolean" />
|
||||
</xs:attributeGroup>
|
||||
|
||||
<xs:attributeGroup name="stringFieldAttrs">
|
||||
|
||||
Reference in New Issue
Block a user