Passengers traveling in the car when it starts moving from the floor
XSD Schema Diagram:
XSD Schema Code:
<xs:element name="PassengersLeaving" type="xs:integer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Passengers traveling in the car when it starts moving from the floor</xs:documentation>
</xs:annotation>
</xs:element>