Initials

Attribute Information

Used By

Complex Type NameFirstNameType

Source

<xs:attribute name="Initials" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:minLength value="1"/>
      <xs:maxLength value="4"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample