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 "Context Data Model 1.1 Open Issues"

(General)
(General)
Line 7: Line 7:
 
# Need a simple-to-follow set of pictures that explain the data model
 
# Need a simple-to-follow set of pictures that explain the data model
 
# Anything on this page should be logged in bugzilla
 
# Anything on this page should be logged in bugzilla
# Tom: we need to add a lot of definition to the [[Higgins Data Model]] pages. It should say, for exmaple, that your data types MUST and SHOULD existing data types. We need to reflect these changes within the [[Higgins Data Model]] pages.
+
# Tom: we need to add a lot of definition to the [[Higgins Data Model]] pages. It should say, for example, that your data types MUST and SHOULD existing data types. We need to reflect these changes within the [[Higgins Data Model]] pages.
 
# Tony: We don't have a simplified description of the data model
 
# Tony: We don't have a simplified description of the data model
 
# Mixed attribute value data types
 
# Mixed attribute value data types
Line 14: Line 14:
 
#### http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03816.html
 
#### http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03816.html
 
#### http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03818.html (and follow-ups)
 
#### http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03818.html (and follow-ups)
 +
## Resolution is that we can mix types.
 +
## Can an attribute have mixed values consisting of both simple and complex?  Paul says no.
 +
## Can we represent closed (non-mixed) types in OWL so that the LDAP CP can represent its schema?
 
# Many same-types attributes
 
# Many same-types attributes
 
## http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03806.html
 
## http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03806.html
Line 21: Line 24:
 
## http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03821.html
 
## http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03821.html
 
## Paul asserts that we have the ability already to specify a format constraint along with a data type.  For example, one could say the data type of an attribute is normalizedString, but constrained to a pattern that looks like a telephone number
 
## Paul asserts that we have the ability already to specify a format constraint along with a data type.  For example, one could say the data type of an attribute is normalizedString, but constrained to a pattern that looks like a telephone number
 +
## We can subclass simple xml schema types and use those.
 +
### This is done in OWL by creating a class that subclasses the xml type.
 +
### We can't currently associate a restriction pattern at this level
  
 
==See Also==
 
==See Also==
 
* [http://eclipse.org/Higgins Higgins Home]
 
* [http://eclipse.org/Higgins Higgins Home]
 
* [[Higgins Data Model]]
 
* [[Higgins Data Model]]

Revision as of 18:28, 29 January 2008

Related to higgins.owl

  1. Ability to declare user-defined Classes to be 'closed', that is instances of them should follow the class definition, but not include any other "extra" properties.

Bugs

  1. Need to document that uniqueIdentifiers are immutable
  2. Max cardinality of lastVerifiedFromSource and lastVerifyAttempt should be 1 not N

General

  1. Need a simple-to-follow set of pictures that explain the data model
  2. Anything on this page should be logged in bugzilla
  3. Tom: we need to add a lot of definition to the Higgins Data Model pages. It should say, for example, that your data types MUST and SHOULD existing data types. We need to reflect these changes within the Higgins Data Model pages.
  4. Tony: We don't have a simplified description of the data model
  5. Mixed attribute value data types
    1. Most agree that we should not mix [Paul reversed his opinion on this (he now agrees with allowing mixed types)]
      1. Daniel points out that it would still be good to pass type on each value add:
        1. http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03816.html
        2. http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03818.html (and follow-ups)
    2. Resolution is that we can mix types.
    3. Can an attribute have mixed values consisting of both simple and complex? Paul says no.
    4. Can we represent closed (non-mixed) types in OWL so that the LDAP CP can represent its schema?
  6. Many same-types attributes
    1. http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03806.html
  7. Allow zero-valued attributes
    1. http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03810.html
  8. Closed or open simple data types
    1. http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg03821.html
    2. Paul asserts that we have the ability already to specify a format constraint along with a data type. For example, one could say the data type of an attribute is normalizedString, but constrained to a pattern that looks like a telephone number
    3. We can subclass simple xml schema types and use those.
      1. This is done in OWL by creating a class that subclasses the xml type.
      2. We can't currently associate a restriction pattern at this level

See Also

Back to the top