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