Definition Type: Element
Name: TimesAfter
Containing Schema: LiftInfo.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
These are times relative to the start of the TravelPlan to which the FloorStop belongs
Collapse XSD Schema Diagram:
Drilldown into DepartureTime Drilldown into ArrivalTimeXSD Diagram of TimesAfter
Collapse 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>
Collapse Child Attributes:
Name Type Default Value Use
ArrivalTime ArrivalTime Required
DepartureTime DepartureTime Optional