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

Constraint : cons_lux_ad6

Constraint Name
cons_lux_ad6 (type: ERROR, kind: )
Constraint Class
ADSpec
Package
luxh
Description
The addr shall have a country code from ISO-3166 with three letters (alpha 3)
OCL
(not self.nullFlavor.oclIsUndefined()) or  self.country.getListStringValues()->reject(oclIsUndefined())->forAll(st : String |
	(not st.oclIsUndefined()) and st.size()=3
)