Change in car loading as a percentage of Rated Capacity.
XSD Schema Diagram:
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>