Uses the Component:ServicePlanOptionType
Options that are available on a service plan.
Table 6.54. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PlanOptionTypeCode |
Type indicating if the option of the Plan is optional or Mandatory | 0..1 | Field | scl:PlanOptionTypeEnumeratedType | |
| PlanOptionalLanguageCode |
Optional Language code returned for a plan option. The plan could be in one language the option could be various languages. | 0..1 | Field | sqdt:LanguageCodeType | |
| PlanOptionDescription |
The description of the Option. | 0..* | Field | udt:TextType | |
| PlanOptionCode |
Unique identifier for a plan option. | 0..1 | Field | udt:CodeType |
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.54. PlanOption
<PlanOption>
<PlanOptionTypeCode>......</PlanOptionTypeCode> [0..1]
<PlanOptionalLanguageCode>......</PlanOptionalLanguageCode> [0..1]
<PlanOptionDescription>......</PlanOptionDescription> [0..*]
<PlanOptionCode>......</PlanOptionCode> [0..1]
</PlanOption>