* @param elementLocalName The local name of the element
* @param namespacePrefix The namespace prefix of the element
*/
public RelatesToImpl(String namespaceURI, String elementLocalName, String namespacePrefix) {
super(namespaceURI, elementLocalName, namespacePrefix);
unknownAttributes = new AttributeMap(this);
// Default attribute value per the schema.
setRelationshipType(RELATIONSHIP_TYPE_REPLY);
}