{
{    This interface is used to verify that a field value conforms to the
{ type specification for the field
{
{       AVP$VERIFY_TYPE_CONFORMANCE (FIELD_NAME, FIELD_VALUE,
{              TYPE_SPECIFICATION, STATUS)
{
{ FIELD_NAME: (input) Name of the field being checked.
{
{ FIELD_VALUE: (input) Field value to be checked.
{
{ TYPE_SPECIFICATION: (input) Type specification for the field being checked.
{
{ STATUS: (output) Variable in which the completion status is returned.
{       CONDITIONS:
{             ave$date_not_allowed
{             ave$date_required
{             ave$incorrect_exp_interval
{             ave$incorrect_expiration_date
{             ave$incorrect_file_reference
{             ave$incorrect_job_limits
{             ave$incorrect_ring_privileges
{             ave$kind_not_implemented
{             ave$kinds_do_not_match
{             ave$not_validated_for_default
{             ave$out_of_range
{             ave$string_too_short
{             ave$string_too_long
{             ave$time_not_allowed
{             ave$time_required
{             ave$too_few_names
{             ave$too_many_names
{             ave$unexpected_nil_pointer
{             ave$unknown_field_kind
{             ave$value_is_not_a_name
{
