These are times relative to the start of the TravelPlan to which the FloorStop belongs
XSD Schema Diagram:
XSD Schema Code:
<xs:element name="TimesAfter">
<xs:annotation>
<xs:documentation>These are times relative to the start of the TravelPlan to which the FloorStop belongs</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ArrivalTime" type="Seconds" use="required" />
<xs:attribute name="DepartureTime" type="Seconds" use="optional" />
</xs:complexType>
</xs:element>