Duration.datatype

Duration allowing positive values ranging from milliseconds
to days.

Simple Type Information

Used By

Source

<xsd:simpleType name="Duration.datatype">
  <xsd:annotation>
    <xsd:documentation>Duration allowing positive values ranging from milliseconds to days.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:pattern value="\d*(\.\d+)?(ms|s|m|h|d)"/>
  </xsd:restriction>
</xsd:simpleType>