Complex Type | DurationValue |
<xs:simpleType name="DurationString"> <xs:restriction base="CharacterString"> <xs:pattern value="P([0-9]{1,}Y){0,1}([0-9]{1,}M){0,1}([0-9]{1,}D){0,1}(T([0-9]{1,}H){0,1}([0-9]{1,}M){0,1}([0-9]{1,}(\.[0-9]{1,}){0,1}S){0,1}){0,1}"/> </xs:restriction> </xs:simpleType> |