An element of type yearmonthinterval will have four subelements:
This datatype was developed to support the Epicentre yearmonthinterval data type. Its intended usage is shown in the PEF daytimeinterval 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="daytimeinterval">
<xsd:sequence>
<xsd:element name="dayInterval" type="xsd:positiveInteger" minOccurs="0"/>
<xsd:element name="hourInterval" type="xsd:positiveInteger" minOccurs="0"/>
<xsd:element name="minuteInterval" type="xsd:positiveInteger" minOccurs="0"/>
<xsd:element name="secondInterval" type="xsd:decimal" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<element name="outOfHoleTime" type="daytimeinterval"/>
<outOfHoleTime>
<hourInterval>2</hourInterval>
<minuteInterval>42</minuteInterval>
</outOfHoleTime>