rail:aTimePeriod

generic type for time spans/periods regarding its dates

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
endDate xs:date optional
startDate xs:date optional

Used By

Source

<xs:attributeGroup name="aTimePeriod">
  <xs:annotation>
    <xs:documentation>generic type for time spans/periods regarding its dates</xs:documentation>
  </xs:annotation>
  <xs:attribute name="startDate" type="xs:date"/>
  <xs:attribute name="endDate" type="xs:date"/>
</xs:attributeGroup>