rail:tTimeSpan

generic type for time spans/periods in required context

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
from xs:time required
until xs:time required

Used By

Complex Type rail:tOcpUptime

Source

<xs:complexType name="tTimeSpan">
  <xs:annotation>
    <xs:documentation>generic type for time spans/periods in required context</xs:documentation>
  </xs:annotation>
  <xs:attribute name="from" type="xs:time" use="required"/>
  <xs:attribute name="until" type="xs:time" use="required"/>
</xs:complexType>