Definition Type: ComplexType
Name: LogEventType
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Timestamp for event data.
Collapse XSD Schema Diagram:
Drilldown into TripCountEvent Drilldown into LoadEvent Drilldown into DoorEvent Drilldown into DoorCycle Drilldown into DriveEvent Drilldown into ShaftEvent Drilldown into Trip Drilldown into FloorEvent Drilldown into Demand Drilldown into Cancel Drilldown into Answer Drilldown into DeAssign Drilldown into Assign Drilldown into Register Drilldown into CallCycle Drilldown into Supply Drilldown into Mode Drilldown into PowerModeEvent Drilldown into GroupModeEvent Drilldown into AlarmEvent Drilldown into CarModeEvent Drilldown into NoServiceCycle Drilldown into Destination Drilldown into Source Drilldown into Date Drilldown into Time Drilldown into TD Drilldown into EDXSD Diagram of LogEventType
Collapse XSD Schema Code:
<xs:complexType name="LogEventType">
    <xs:annotation>
        <xs:documentation>Timestamp for event data.</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element name="NoServiceCycle" type="NoServiceCycle" />
        <xs:element name="CarModeEvent" type="CarModeEvent" />
        <xs:element name="AlarmEvent">
            <xs:complexType>
                <xs:attribute name="State" type="State" use="required" />
            </xs:complexType>
        </xs:element>
        <xs:element name="GroupModeEvent" type="GroupMode" />
        <xs:element name="PowerModeEvent">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="Mode" type="PowerMode" />
                    <xs:element name="Supply" />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:element name="CallCycle" type="CallCycle" />
        <xs:element name="Register" type="CallRegistration" />
        <xs:element name="Assign" type="CallAssignment" />
        <xs:element name="DeAssign" type="CallDeassignment" />
        <xs:element name="Answer" type="CallAnswer" />
        <xs:element name="Cancel" type="CallCancellation" />
        <xs:element name="Demand" type="DemandProfile" />
        <xs:element name="FloorEvent" type="CarFloorEvent" />
        <xs:element name="Trip" type="Trip" />
        <xs:element name="ShaftEvent" type="CarShaftEvent" />
        <xs:element name="DriveEvent" type="DriveEvent" />
        <xs:element name="DoorCycle" type="DoorCycle" />
        <xs:element name="DoorEvent" type="DoorEvent" />
        <xs:element name="LoadEvent">
            <xs:complexType>
                <xs:simpleContent>
                    <xs:extension base="CarLoad" />
                </xs:simpleContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="TripCountEvent">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="Period" type="xs:time">
                        <xs:annotation>
                            <xs:documentation>Default period is 1 hour </xs:documentation>
                        </xs:annotation>
                    </xs:element>
                    <xs:element name="Sample" type="FloorRateType" minOccurs="1" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
    </xs:choice>
    <xs:attributeGroup ref="ED" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NoServiceCycle NoServiceCycle (1) (1)
CarModeEvent CarModeEvent (1) (1)
AlarmEvent AlarmEvent (1) (1)
GroupModeEvent GroupModeEvent (1) (1)
PowerModeEvent PowerModeEvent (1) (1)
CallCycle CallCycle (1) (1)
Register Register (1) (1)
Assign Assign (1) (1)
DeAssign DeAssign (1) (1)
Answer Answer (1) (1)
Cancel Cancel (1) (1)
Demand Demand (1) (1)
FloorEvent FloorEvent (1) (1)
Trip Trip (1) (1)
ShaftEvent ShaftEvent (1) (1)
DriveEvent DriveEvent (1) (1)
DoorCycle DoorCycle (1) (1)
DoorEvent DoorEvent (1) (1)
LoadEvent LoadEvent (1) (1)
TripCountEvent TripCountEvent (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Time Time Required
Date Date Optional
Source Source Required
Destination Destination Optional
Collapse Derivation Tree:
Collapse References:
Event