Definition Type: Element
Name: Passengers
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: LiftInfo.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Default 1
Documentation:
The number of passengers waiting at this call (0 allows for machine internally generated "pseudo" call).
Collapse XSD Schema Diagram:
XSD Diagram of Passengers
Collapse XSD Schema Code:
<xs:element name="Passengers" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" default="1">
    <xs:annotation>
        <xs:documentation>The number of passengers waiting at this call (0 allows for machine internally generated "pseudo" call).</xs:documentation>
    </xs:annotation>
</xs:element>