# File lib/rd/document-struct.rb, line 14
    def define_relationship(parent, child)
      add_relationships(ElementRelationship.new(parent, child))
    end