Adding an SRV Record

How do I add and SRV Record?

I have all the info, but I can not figure out the formatting..

SRV Service records advertise a specific service a server offers. Some applications such as Zeroconf and XMPP Federation (Jabber and Google Apps) use SRV records.

SRV Record Formatting:

(Underscores and "." after service are important)
Name:_SERVICE._PROTOCOL 
Type: SRV
Value: PRIORITY WEIGHT PORT TARGET

What you might be provided:

Provided-SRV-Records-2
or:

Provided-SRV-Records

(in panel) Values:

(These values are based off the second screenshot as value might more unclear on that formatted text)

Name: _sip._tls
Type: SRV
Value: 100 1 443 sipdir.online.lync.com
Name: _sipfederationtls._tcp
Type: SRV
Value: 100 1 5061 sipfed.online.lync.com.

Panel Examples:

SRV-Format-01 SRV-Format-02