<?xml version="1.0" encoding="UTF-8"?> <HPTC> <ShortName> Orthoptist </ShortName> <Taxonomy> 156FX1900X </Taxonomy> <Status> Active </Status> <Level> Level III Area of Specialization </Level> <FullName> Orthoptist </FullName> <Description> An orthoptist is an allied health professional skilled in evaluation and treatment of children and adults with eye movement difficulties. Their specialty is strabismus, amblyopia, and double vision. </Description> <AdditionalInformation> Source: American Association of Certified Orthoptists, www.orthoptics.org [7/1/2023: definition added] </AdditionalInformation> <Grouping> Eye and Vision Services Providers </Grouping> <Classification> Technician/Technologist </Classification> </HPTC>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="HPTC"> <xs:complexType> <xs:sequence> <xs:element type="xs:string" name="ShortName"/> <xs:element type="xs:string" name="Taxonomy"/> <xs:element type="xs:string" name="Status"/> <xs:element type="xs:string" name="Level"/> <xs:element type="xs:string" name="FullName"/> <xs:element type="xs:string" name="Description"/> <xs:element type="xs:string" name="AdditionalInformation"/> <xs:element type="xs:string" name="Grouping"/> <xs:element type="xs:string" name="Classification"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>