* <b>Definition:</b>
* An identifier that identifies that the format and content of the document conforms to additional rules beyond the base format indicated in the mimeType
* </p>
*/
public UriDt addFormat() {
UriDt newType = new UriDt();
getFormat().add(newType);
return newType;
}