Adding attributes


  <element name="Employee">
    ...
    <attribute name="ssn" type="string">
  </element>

Allows for the xml statement:

  <Employee ssn="123456">...</Employee>

There are also attribute groups to simplify the specification.