<xsd:simpleType name="PlanOptionTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type indicating if the option of the Plan is optional or mandatory.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Optional">
<xsd:annotation>
<xsd:documentation>Optional Plan</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Mandatory">
<xsd:annotation>
<xsd:documentation>Mandatory Plan</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|