Issue 11720: Correct specification text: (kdm-rtf) Source: KDM Analytics (Dr. Nikolai Mansourov, nick@kdmanalytics.com) Nature: Uncategorized Issue Severity: Summary: Correct specification text: in the definition of InstanceOf - relations in UsesType, not usesCode. Dyncast, typecast Resolution: Revised Text: Actions taken: December 1, 2007: received issue Discussion: There is a typo in Table A.6. It mentions UsesCode relationship instead of UsesType. Correct text in Table A.6 page 299: Instanceof Performs dynamic type check if the data element is of a certain datatype Reads represents the DataElement; UsesType relation represents the datatype Writes to a DataElement of a Boolean type; Single flow to the next micro action DynCast Performs a dynamic cast of a DataElement to a certain Datatype Reads represents the DataElement; UsesType relation represents the datatype Writes to a DataElement Single flow to the next micro action TypeCast Performs a static type conversion of a DataElement to a certain Datatype Reads represents the DataElement; UsesType relation represents the datatype writes to a DataElement Single flow to the next micro action End of Annotations:===== s is issue # 11720 Correct specification text: Correct specification text: in the definition of InstanceOf - relations in UsesType, not usesCode. Dyncast, typecast