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

Constraint : cons_lux_ad2

Constraint Name
cons_lux_ad2 (type: ERROR, kind: )
Constraint Class
ADSpec
Package
luxh
Description
The addr shall be an address using separate fields for street name and house number, or an address using streetAddressLine
OCL
(not self.nullFlavor.oclIsUndefined()) or 
(
	(
		(self.streetName->size()>0) and 
		(self.houseNumber->size()>0)
	) or 
	(self.streetAddressLine->size()>0)
)