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