<xsd:complexType name="PlanTypeGroupType">
<xsd:annotation>
<xsd:documentation>complexType for grouping a ServicePlan TypeCode and TypeString</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A code uniquely dentifying the Plan type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TypeText" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Text descripting the Plan type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|