[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Aggregate Attributes



To me, named simply means that you have a mechanism for referring to the
attribute group.  Using C as an example:

typedef struct
{
	int x;
	int y;
} foo;

foo is now a name that you can use later, for example:

typedef struct
{
	foo f;
} bar;

That was all I had meant by it.

Jamie

> -----Original Message-----
> From: Frank Strauss [mailto:strauss@ibr.cs.tu-bs.de] 
> Sent: Friday, September 28, 2001 1:29 AM
> To: Fred Baker
> Cc: Jason, Jamie; sming@ops.ietf.org
> Subject: Re: Aggregate Attributes
> 
> 
> Hi!
> 
> >> 1.  Remove the word non-divisible from the description of 
> attribute 
> >> groups and replace the description with something like "named, 
> >> reusable set of attributes that are meaningful together".
> 
> Fred> sounds good to me
> 
> Is this what you mean (I don't understand the word `named' in 
> your context)?
> 
>    Description: An attribute group is a reusable set of 
> attributes that
>       are meaningful together. [...]
> 
> This is from the very latest snapshot (as of Fri Sep 28 
> 10:29:02 CEST 2001).
> 
>  -frank
>