Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template vocabulary"

(UML Overview)
(Attributes)
Line 20: Line 20:
  
 
==Attributes==
 
==Attributes==
 +
 +
===desired===
 +
Attribute desired by card issuer. Value is an attribute defined by persona.owl or fp.owl
 +
* domain: TemplateContext
 +
* value: rdf:Property
  
 
===image===
 
===image===
Line 28: Line 33:
 
* domain: Card
 
* domain: Card
 
* one of ("JPG", "GIF", "PNG")
 
* one of ("JPG", "GIF", "PNG")
 +
 +
===provided===
 +
Attribute provided by card issuer. Value is an attribute defined by persona.owl or fp.owl
 +
* domain: TemplateContext
 +
* value: rdf:Property
  
 
===required===
 
===required===

Revision as of 22:19, 18 July 2011

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Higgins logo 76Wx100H.jpg

Vocabulary to describe a Template Context. Contains information necessary to dynamically instantiate regular contexts. Part of the Persona Data Model 2.0.

Files

UML Overview

Templatecontext 2.0.105.png

Classes

TemplateContext

May contain a view-builder:viewRoot attribute; may contain a subclass of person:Person (which in turn may have mapping rules). Superclass of RCardTemplateContext

Attributes

desired

Attribute desired by card issuer. Value is an attribute defined by persona.owl or fp.owl

  • domain: TemplateContext
  • value: rdf:Property

image

  • domain: Card
  • value: xsd:base64

imageType

  • domain: Card
  • one of ("JPG", "GIF", "PNG")

provided

Attribute provided by card issuer. Value is an attribute defined by persona.owl or fp.owl

  • domain: TemplateContext
  • value: rdf:Property

required

Attribute required by card issuer. Value is an attribute defined by persona.owl or fp.owl

  • domain: TemplateContext
  • value: rdf:Property

templateRole

The default role that p:Person nodes should inherit when dynamically created with contexts controlled by on this template

  • domain: TemplateContext
  • value: persona:Role

Links

Back to the top