Ignore:
Timestamp:
May 8, 2008, 8:33:33 AM (16 years ago)
Author:
Tatsukawa, Akimichi
Message:

update archetype_constraint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/adl_parser/lib/parser.y

    r32 r35  
    148148### cADL section
    149149cadl_section: c_complex_object
    150   { 
     150  {
    151151    assert_at(__FILE__,__LINE__){val[0].instance_of?(OpenEHR::AM::Archetype::Constraint_Model::C_COMPLEX_OBJECT)}
    152152    @@log.info("#{__FILE__}:#{__LINE__}: c_complex_object = #{val[0]} at #{@filename}:#{@lineno}")
     
    996996
    997997cardinality_limit_value: integer_value
    998   | Star_code
    999 #  | '*'
     998  {
     999    result = val[0]
     1000  }
     1001  | Star_code # '*'
     1002  {
     1003    result = val[0]
     1004  }
     1005
    10001006
    10011007c_occurrences:  #-- default to 1..1
Note: See TracChangeset for help on using the changeset viewer.