Can be used alone or in conjunction with the first name |
Element | NameType/FirstName |
<xs:attribute name="Initial"> <xs:annotation> <xs:documentation>Can be used alone or in conjunction with the first name</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |