mpeg7:Time

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
numOfRecurrences positiveInteger optional
recurrence union of(restriction of NMTOKEN, mpeg7:termReferenceType) none optional

Source

<element name="Time" minOccurs="0" maxOccurs="unbounded">
  <complexType>
    <complexContent>
      <extension base="mpeg7:TimeType">
        <attribute name="recurrence" use="optional" default="none">
          <simpleType>
            <union>
              <simpleType>
                <restriction base="NMTOKEN">
                  <enumeration value="none"/>
                  <enumeration value="daily"/>
                  <enumeration value="weekly"/>
                  <enumeration value="monthly"/>
                  <enumeration value="annually"/>
                </restriction>
              </simpleType>
              <simpleType>
                <restriction base="mpeg7:termReferenceType"/>
              </simpleType>
            </union>
          </simpleType>
        </attribute>
        <attribute name="numOfRecurrences" type="positiveInteger" use="optional"/>
      </extension>
    </complexContent>
  </complexType>
</element>

Sample