- The patients second name as spelled in the Passport.
XSD Schema Diagram:
XSD Schema Code:
<xs:simpleType name="PersonSecondName">
<xs:annotation>
<xs:documentation>
- The patients second 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>