- The patient's first name, as spelled in the Passport.
<xs:simpleType name="PersonFirstName"> <xs:annotation> <xs:documentation> - The patient's first name, as spelled in the Passport. </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="0" /> <xs:maxLength value="50" /> </xs:restriction> </xs:simpleType>