BSA 1.0 NO IDEA Avatar
  1. OMG Issue

BSA — do we have to be more strict about the contents of attributes

  • Key: BSA-19
  • Legacy Issue Number: 3688
  • Status: closed  
  • Source: med.uu.nl ( Philip Lijnzaad)
  • Summary:

    do we have to be more strict about the contents of attributes? E.g.,
    interface BioSequence
    {
    readonly attribute string name;
    readonly attribute Identifier id;
    readonly attribute string description;
    readonly attribute string seq;
    readonly attribute unsigned long length;
    readonly attribute Basis the_basis;

    has quite a few strings, all of which could be empty. We may want to
    explicitly allow or forbid this on some of them.

  • Reported: BSA 1.0b1 — Fri, 9 Jun 2000 04:00 GMT
  • Disposition: Resolved — BSA 1.0
  • Disposition Summary:

    accepted

  • Updated: Fri, 6 Mar 2015 20:57 GMT