An element of type yearmonthinterval will have two subelements:
This datatype was developed to support the Epicentre yearmonthinterval data type. Its intended usage is shown in the PEF yearmonthinterval element document. It is not anticipated that it will be useful outside of the PEF application, since there is a W3C schema datatype for the same purpose.
<xsd:complexType name="yearmonthinterval">
<xsd:sequence>
<xsd:element name="yearInterval" type="xsd:positiveInteger" minOccurs="0"/>
<xsd:element name="monthInterval" type="xsd:nonNegativeInteger"/>
</xsd:sequence>
</xsd:complexType>
<element name="licenseDuration" type="yearmonthinterval"/>
<licenseDuration>
<yearInterval>4</yearInterval>
<monthInterval>0</monthInterval>
</licenseDuration>