Constraint Descriptor : cdadt022 (type: ERROR, kind: )

Constraint : cdadt022

Constraint Name
cdadt022 (type: ERROR, kind: )
Constraint Class
ANYSpec
Package
cdadt
Description
The use of nullFlavor PINF and NINF SHALL be for datatypes QTY (CDADT-022)
OCL
self.nullFlavor.oclIsUndefined() or 
(self.nullFlavor<>NullFlavor::NINF and self.nullFlavor<>NullFlavor::PINF) or 
self.oclIsKindOf(QTY)