<xsd:complexType name="ServicePlanOptionType">
<xsd:sequence>
<xsd:element minOccurs="0" name="PlanOptionTypeCode" type="scl:PlanOptionTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>Type indicating if the option of the Plan is optional or Mandatory</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PlanOptionalLanguageCode" type="sqdt:LanguageCodeType">
<xsd:annotation>
<xsd:documentation>Optional Language code returned for a plan option. The plan could be in one language the option could be various languages.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="PlanOptionDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>The description of the Option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PlanOptionCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>Unique identifier for a plan option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|