<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>
|