Information to a Person.
<xs:complexType name="Person"> <xs:annotation> <xs:documentation>Information to a Person.</xs:documentation> </xs:annotation> <xs:attribute name="name" type="xs:string" use="required" /> <xs:attribute name="title" type="xs:string" /> <xs:attribute name="qualification" type="xs:string" /> <xs:attributeGroup ref="contactDetails" /> </xs:complexType>