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

Data Range

Revision as of 21:24, 7 February 2008 by Paul.socialphysics.org (Talk | contribs) (Definition)

Introduction

This page describes the concept of an Attribute Value Datatype.

Definition

  • The datatype of a value of an Attribute
  • An Attribute Value Datatype is a specialization of a base XML Schema type (e.g. String)
  • An Attribute Value Datatypedefines 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

<to be completed>

Examples

  • An Attribute might have a value whose Attribute Value Datatype was (XML Schema) string
  • An Attribute might have a value whose Attribute Value Datatype was defined in the Contexts schema as "telephone number". This telephone number type might have a base type of (XML Schema) string, but might also have an XML Schema pattern restriction that constrained its syntax to be value in North America for auto-dialing (e.g. it is of the form (NNN)-NNN-NNNN)


See Also

Links

Back to the top