Uses the Component:TelematicsSubscriptionType
To communicate telematatics status and subscription information.
Table 6.65. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| StatusList | 
                         List of status of subscription  | 0..* | Component | StatusListType | |
| SubscriptionList | 
                         To commnicate the list of subscriptions.  | 0..* | Component | SubscriptionListType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.65. TelematicsSubscription
<TelematicsSubscription>
     <StatusList>......</StatusList>     [0..*]
     <SubscriptionList>......</SubscriptionList>     [0..*]
</TelematicsSubscription>