Currently, SDPi restricts xsd:duration for wse:Expires using the regular expression
^PT(\d+H)?(\d+M)?(\d+(.\d+)?S)?(?<!PT)$.
In BICEPS (IEEE 11073‑10207), several elements and attributes are also defined as xsd:duration and face the same issue that SDPi addresses for wse:Expires.
I suggest to apply the same SDPi‑defined regular expression to all xsd:duration elements and attributes.
Currently, SDPi restricts xsd:duration for
wse:Expiresusing the regular expression^PT(\d+H)?(\d+M)?(\d+(.\d+)?S)?(?<!PT)$.In BICEPS (IEEE 11073‑10207), several elements and attributes are also defined as xsd:duration and face the same issue that SDPi addresses for
wse:Expires.I suggest to apply the same SDPi‑defined regular expression to all xsd:duration elements and attributes.