http://schemas.microsoft.com/2003/10/Serialization/
http://schemas.microsoft.com/2003/10/Serialization/ / duration Simple Type
In This Topic
    duration Simple Type
    In This Topic
    Namespace http://schemas.microsoft.com/2003/10/Serialization/
    Type
    Restriction of xs:duration
    Diagram
    duration Simple Type
    Overview
    duration Restriction of xs:duration
    Facets
    Pattern\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?
    MinInclusive-P10675199DT2H48M5.4775808S
    MaxInclusiveP10675199DT2H48M5.4775807S
    Source
    <xs:simpleType name="duration" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:duration">
        <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
        <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
        <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
      </xs:restriction>
    </xs:simpleType>
    See Also