Diff for /Amaya/amaya/Template.S between versions 1.22 and 1.23

version 1.22, 2007/01/26 13:15:48 version 1.23, 2007/02/01 15:15:40
Line 38  STRUCT Line 38  STRUCT
   union ( ATTR name; includeAt = TEXT; exclude = TEXT ) = CONSTANT C_CR; {It is always empty}    union ( ATTR name; includeAt = TEXT; exclude = TEXT ) = CONSTANT C_CR; {It is always empty}
   import ( ATTR src = TEXT ) = CONSTANT C_CR; {It is always empty}    import ( ATTR src = TEXT ) = CONSTANT C_CR; {It is always empty}
   
   folder = ANY - ( head, union, import, component );  
   
   repeat ( ATTR ref = TEXT; minOccurs = TEXT; maxOccurs = TEXT; currentOccurs = TEXT ) =    repeat ( ATTR ref = TEXT; minOccurs = TEXT; maxOccurs = TEXT; currentOccurs = TEXT ) =
         LIST OF ( Repetition =          LIST OF ( Repetition =
                   CASE OF                    CASE OF
Line 48  STRUCT Line 46  STRUCT
                 option;                  option;
                     repeat;                      repeat;
                     bag;                      bag;
                     folder;  
                     END);                      END);
   
   
Line 84  EXCEPT Line 81  EXCEPT
         Language:           Invisible;          Language:           Invisible;
   types :             DuplicateAttr;    types :             DuplicateAttr;
   currentType:        Invisible;    currentType:        Invisible;
   ref:                Invisible, GiveName;    ref:                GiveName;
   ref_name:               GiveName;    ref_name:                     GiveName;
   name:                   GiveName;    name:                           GiveName;
                   
 END  END

Removed from v.1.22  
changed lines
  Added in v.1.23


Webmaster