<xs:element name="PassengersEntering" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Passengers entering the car at the floor</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Count" type="xs:integer" use="required" />
<xs:attribute name="PTT" type="Seconds" use="optional" />
</xs:complexType>
</xs:element>
|