- The patients family/last/surname name as spelled in the Passport.
<xs:simpleType name="PersonFamilyName"> <xs:annotation> <xs:documentation> - The patients family/last/surname 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>