Definition Type: ComplexType
Name: LocationDynamicData
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Collection of data describing the current status of dynamic properties of the Location environment.
Collapse XSD Schema Diagram:
Drilldown into Demand Drilldown into Car Drilldown into Group Drilldown into IDXSD Diagram of LocationDynamicData
Collapse XSD Schema Code:
<xs:complexType name="LocationDynamicData">
    <xs:annotation>
        <xs:documentation>Collection of data describing the current status of dynamic properties of the Location environment.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Group" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
                <xs:complexContent>
                    <xs:extension base="GroupDynamicData" />
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="Car" type="CarDynamicData" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Demand" type="DemandProfile" minOccurs="0" />
    </xs:sequence>
    <xs:attribute name="ID" type="LocationID" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Group Group 0 unbounded
Car Car 0 unbounded
Demand Demand 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ID ID Required
Collapse Derivation Tree:
Collapse References:
Location