/*
* fType is eliminated in foxml 1.1+, so choose the best reasonable
* value for 1.0 serializations
*/
if (m_format.equals(FOXML1_0)) {
RDFName ftype = DOTranslationUtility.getTypeAttribute(obj);
if (ftype != null) {
appendProperty(RDF.TYPE.uri, ftype.uri, writer, false);
}
}