Definition Type: ComplexType
Name: DynamicDataType
Containing Schema: LiftInfo.xsd
Abstract
Documentation:
Collection of data describing the current status (i.e. at a specific Time and Date) of dynamic properties of the environment such as calls registered, current position and service status.
Collapse XSD Schema Diagram:
Drilldown into Car Drilldown into Group Drilldown into Location Drilldown into Date Drilldown into Time Drilldown into TDXSD Diagram of DynamicDataType
Collapse XSD Schema Code:
<xs:complexType name="DynamicDataType">
    <xs:annotation>
        <xs:documentation>Collection of data describing the current status (i.e. at a specific Time and Date) of dynamic properties of the environment such as calls registered, current position and service status.</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element name="Location" type="LocationDynamicData" maxOccurs="unbounded" />
        <xs:element name="Group" type="GroupDynamicData" maxOccurs="unbounded" />
        <xs:element name="Car" type="CarDynamicData" maxOccurs="unbounded" />
    </xs:choice>
    <xs:attributeGroup ref="TD" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Location Location (1) unbounded
Group Group (1) unbounded
Car Car (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
Time Time Required
Date Date Optional
Collapse Derivation Tree:
Collapse References:
DynamicData