data descrpition?

Robert Olson olson at mcs.anl.gov
Tue Dec 10 15:49:37 CST 2002


cool. that makes this:

type IconType {
iconType: string (png, jpg, etc)
iconData: base64string
}

type URIType {
uri: string
}

type VenueDescription {
name: string
description: string
URI: URIType
icon: IconType
attributes: struct
}

type ConnectionDescription {
name: string
description: string
URI: URIType
icon: IconType
attributes: struct
}

type DataDescription {
description: string
URI: URIType
icon: IconType
attributes: struct
storageType: enum { venue, user }
}

type ServiceDescription{
description: string
URI: URIType
icon: IconType
attributes: struct
}


--bob

At 03:44 PM 12/10/2002 -0600, Thomas Uram wrote:
>It was "StorageType", where Venue and User mean Permanent and Transient, 
>respectively.
>
>
>Robert Olson wrote:
>
>>there was an annotation on the whiteboard about data descriptions, some 
>>type whose values are venue and user; I couldn't read the word. what was it?
>>
>>(middle bottom of the whiteboard on teh wall with the filing cabinets)
>>
>




More information about the ag-dev mailing list