Definition Type: SimpleType
Name: DemandType
Containing Schema: LiftInfo.xsd
Documentation:
Demand can be defined in terms of passenger arrivals or call registration.
Collapse XSD Schema Diagram:
XSD Diagram of DemandType
Collapse XSD Schema Code:
<xs:simpleType name="DemandType">
    <xs:annotation>
        <xs:documentation>Demand can be defined in terms of passenger arrivals or call registration.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Passenger" />
        <xs:enumeration value="Call" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Passenger
Enumeration Call
Collapse Derivation Tree:
Collapse References:
DemandType