Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5894a70183 | |||
| d0ff30e257 | |||
| b4779c742f | |||
| 8893fa2012 | |||
| 69bb6cb928 | |||
| 3498bbf742 | |||
| 090606ba72 | |||
| 89b8541362 |
@@ -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