The record type name format defines the structure and the format for the record type name. Possible formats are MIME media types defined in RFC 2046, absolute URIs defined in RFC 3986, NFC Forum well-known types, defined in the NFC Forum RTDs, NFC Forum external types and unknown. The application developer may also define own record type names using naming conventions of NFC Forum RTDs. These record type names are categorized as NFC Forum external types.
You can find more info about this in the NFC SDK 1.1 Contactless Communication API documentation (if you have the SDK installed in the default location,
this is the link where you can find all the info) and also in the Programmer's Guide (Chapter 6 Working with NDEF records).
If you download the zip at
this link and compile and run the TagTestMIDlet there, you will have a good example of how to use Push Registry for NDEF Records.
Also, if you run this MIDlet on your phone and choose the ReadNDEF option, you can read your NDEF tags and you will have the Record Type displayed by the MIDlet.
The ReadNdefThread in the TagTestMidlet.java shows how to read the NDEFRecordType for NDEF Records.