Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "AdContext vocabulary"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} A vocabulary to describe ad contexts. === Files === * SVN source: [https://dev.eclipse.org/svnroot/technology/org.eclipse...)
 
Line 7: Line 7:
 
==UML Overview==
 
==UML Overview==
  
 +
[[Image:Adcontext 2.0.100.png|center]]
  
 
==Classes==
 
==Classes==
  
==Attributes==
+
===AdServer===
 +
Ad server of a website
 +
* 0..1 adServer
 +
* 1..1 adServerURL
 +
 
 +
=== Website ===
 +
A website member of a white list
 +
* 1..1 siteURL
 +
 
 +
== Attributes ==
 +
 
 +
=== adServer ===
 +
Maker of this website's ad server and version number
 +
* domain: AdServer
 +
* value: {"doubleclick" , "openx 3.x"}
 +
 
 +
=== adServerURL ===
 +
Ad server URL.
 +
* domain: AdServer
 +
* value: xsd:anyURI
 +
 
 +
=== member ===
 +
Member of a WhiteLlist.
 +
* domain: WhiteList
 +
* value: Website
  
 
== Links ==
 
== Links ==

Revision as of 16:33, 3 September 2011

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} A vocabulary to describe ad contexts.

Files

UML Overview

Adcontext 2.0.100.png

Classes

AdServer

Ad server of a website

  • 0..1 adServer
  • 1..1 adServerURL

Website

A website member of a white list

  • 1..1 siteURL

Attributes

adServer

Maker of this website's ad server and version number

  • domain: AdServer
  • value: {"doubleclick" , "openx 3.x"}

adServerURL

Ad server URL.

  • domain: AdServer
  • value: xsd:anyURI

member

Member of a WhiteLlist.

  • domain: WhiteList
  • value: Website

Links

Back to the top