Definition Type: SimpleType
Name: yearMonthDuration
Namespace: http://www.w3.org/2002/xforms
Containing Schema: XForms-Schema.xsd
Collapse XSD Schema Diagram:
XSD Diagram of yearMonthDuration in schema xforms-schema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xsd:simpleType name="yearMonthDuration">
    <xsd:restriction base="xsd:duration">
        <xsd:pattern value="[\-]?P[0-9]+(Y([0-9]+M)?|M)" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [\-]?P[0-9]+(Y([0-9]+M)?|M)