1 2 3 4 5 6
package VerificationAttributeDemo { verification def CountCheck { subject system : System; attribute count : Integer = 0; } }