Definition details of some attribute.

interface AttributeContent {
    validateValue(value, strictness): boolean;
}

Methods