StatusList

Uses the Component:StatusListType

List of status of subscription

Fields and Components

Table 6.65. Fields and Components

Name Description Occurrence Type Data Type User Notes
StatusType

Status type. Possible values are WiFi, 4G Cellular, Phone App for remote start.

0..1Field udt:TextType  
StatusDescription

Status Description.

0..1Field udt:TextType  

Sample XML

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

<StatusList>
     <StatusType>......</StatusType>     [0..1]
     <StatusDescription>......</StatusDescription>     [0..1]
</StatusList>