Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6650eef3e2 | |||
| 78763dbc93 |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user