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 "Attribute Model"

(New page: == Introduction == == Definition == * Defines the type(s) of its value(s) (e.g. "string" or "calendar-event") * May define the minimum cardinality of this Attribute--the minimum number of...)
 
(Introduction)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 +
This page describes the Higgins concept of [[Attribute Model]]
  
 
== Definition ==
 
== Definition ==

Revision as of 21:28, 31 January 2008

Introduction

This page describes the Higgins concept of Attribute Model

Definition

  • Defines the type(s) of its value(s) (e.g. "string" or "calendar-event")
  • May define the minimum cardinality of this Attribute--the minimum number of values that are allowed (e.g. >=3 values)
  • May define the maximum cardinality of this Attribute--the minimum number of values that are allowed (e.g. <=100 values)

Attribute Value Model (AVM) (e.g. directory string)

  • May specialize:
    • a base XML Schema type (e.g. String) for literal AVMs
    • OR a complex AVM
    • OR another AVM
  • Defines a set of constraints on its value(s) including:
    • Value must be one of {"red", "green", "blue"}
    • Syntax constraints (e.g. regular expression)
    • ranges (e.g. less than 5, more than 100)
    • matching rules
    • THIS SECTION NEEDS WORK

Back to the top