<xsd:element name="OtherQualifications" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Medical or other qualifications associated with or required to maintain active status of license.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Qualification" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Description of the qualification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The effective date of the qualification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="xsd:string" />
</xsd:complexType>
</xsd:element>
|