INTERVAL

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
days optional
hours optional
minutes optional
months optional
seconds optional
years optional

Used By

Element TIME

Source

<xs:element name="INTERVAL">
  <xs:complexType>
    <xs:attribute name="years"/>
    <xs:attribute name="months"/>
    <xs:attribute name="days"/>
    <xs:attribute name="hours"/>
    <xs:attribute name="minutes"/>
    <xs:attribute name="seconds"/>
  </xs:complexType>
</xs:element>

Sample