xforms:yearMonthDuration

Simple Type Information

Source

<xsd:simpleType name="yearMonthDuration">
  <xsd:restriction base="xsd:duration">
    <xsd:pattern value="[\-]?P[0-9]+(Y([0-9]+M)?|M)"/>
  </xsd:restriction>
</xsd:simpleType>