PlanOption

Uses the Component:ServicePlanOptionType

Options that are available on a service plan.

Fields and Components

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..1Field 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..1Field sqdt:LanguageCodeType  
PlanOptionDescription

The description of the Option.

0..*Field udt:TextType  
PlanOptionCode

Unique identifier for a plan option.

0..1Field udt:CodeType  

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.54. PlanOption

<PlanOption>
     <PlanOptionTypeCode>......</PlanOptionTypeCode>     [0..1]
     <PlanOptionalLanguageCode>......</PlanOptionalLanguageCode>     [0..1]
     <PlanOptionDescription>......</PlanOptionDescription>     [0..*]
     <PlanOptionCode>......</PlanOptionCode>     [0..1]
</PlanOption>