Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d5b9513ebe | |||
| 009d78793b | |||
| 028d7e033e | |||
| 6413feee23 | |||
| e86914db25 | |||
| 22460b7e7e | |||
| cfccbbdd2d | |||
| ad93adf75f | |||
| 3fab6de150 |
@@ -158,6 +158,8 @@
|
||||
</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">
|
||||
@@ -166,7 +168,7 @@
|
||||
<xs:enumeration value="DAY"/>
|
||||
<xs:enumeration value="MONTH"/>
|
||||
<xs:enumeration value="YEAR"/>
|
||||
</xs:restriction>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
|
||||
Reference in New Issue
Block a user