Definition Type: ComplexType
Name: CarLoadEvent
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Change in car loading as a percentage of Rated Capacity.
Collapse XSD Schema Diagram:
Drilldown into Deck Drilldown into LoadXSD Diagram of CarLoadEvent
Collapse XSD Schema Code:
<xs:complexType name="CarLoadEvent">
    <xs:annotation>
        <xs:documentation>Change in car loading as a percentage of Rated Capacity.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Load" type="CarLoad" use="required" />
    <xs:attribute name="Deck" type="DeckNumber" />
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
Load Load Required
Deck Deck (Optional)