Skip to content

Commit d6d1eb2

Browse files
committed
WSDL: Update to the latest WSDL available online
Just contains a change to the regex used to validate the date type, so no effect on our API.
1 parent 2446bd5 commit d6d1eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/WSDL/eurlex-ws_2.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
<!-- YYYY-MM-DD -->
657657
<xs:pattern id="simpleDate" value="(((\d{0,2})?\d{2})-(((0?[13578]|1[02])-31)|((0?[1,3-9]|1[0-2])-(29|30))))|((((\d{0,2})?(0[48]|[2468][048]|[13579][26])|(([48]|1[26]|[2468][048]|[3579][26])00)))-(0?2-29))|(((\d{0,2})?\d{2})-((0?[1-9])|(1[0-2]))-(0?[1-9]|1\d|2[0-8]))" />
658658
<!-- DD/MM/YYYY hh:mm:ss -->
659-
<xs:pattern id="fullDate" value="((31\/(0?[13578]|1[02]))|((29|30)\/(0?[1,3-9]|1[0-2])))\/((\d{0,2})?\d{2})|(29\/0?2)\/(((\d{0,2})?(0[48]|[2468][048]|[13579][26])|(([48]|1[26]|[2468][048]|[3579][26])00)))|(0?[1-9]|1\d|2[0-8])\/((0?[1-9])|(1[0-2]))\/((\d{0,2})?\d{2})\s([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])" />
659+
<xs:pattern id="fullDate" value="((31/(0?[13578]|1[02]))|((29|30)/(0?[1,3-9]|1[0-2])))/((\d{0,2})?\d{2})|(29/0?2)/(((\d{0,2})?(0[48]|[2468][048]|[13579][26])|(([48]|1[26]|[2468][048]|[3579][26])00)))|(0?[1-9]|1\d|2[0-8])/((0?[1-9])|(1[0-2]))/((\d{0,2})?\d{2})\s([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])" />
660660
</xs:restriction>
661661
</xs:simpleType>
662662

0 commit comments

Comments
 (0)