humlTemporalAtts

Human Temporal Attributes
This huml term humlTemporalAtts is used for identifier uniqueness and huml element names. It is used to indicate specified periods of time from one date and/or time to a later date and/or time.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
fromDate xs:dateTime required
humlName xs:string required
id xs:ID required
toDate xs:dateTime required

Used By

Source

<xs:attributeGroup name="humlTemporalAtts">
  <xs:annotation>
    <xs:documentation xml:lang="en">Human Temporal Attributes This huml term humlTemporalAtts is used for identifier uniqueness and huml element names. It is used to indicate specified periods of time from one date and/or time to a later date and/or time.</xs:documentation>
    <xs:appinfo>NONE</xs:appinfo>
  </xs:annotation>
  <xs:attribute name="id" type="xs:ID" use="required"/>
  <xs:attribute name="humlName" type="xs:string" use="required"/>
  <xs:attribute name="fromDate" type="xs:dateTime" use="required"/>
  <xs:attribute name="toDate" type="xs:dateTime" use="required"/>
</xs:attributeGroup>