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

version 1.23, 2007/02/01 15:15:40 version 1.24, 2007/02/02 08:41:36
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}
   
   repeat ( ATTR ref = TEXT; minOccurs = TEXT; maxOccurs = TEXT; currentOccurs = TEXT ) =    repeat ( ATTR title = TEXT; minOccurs = TEXT; maxOccurs = TEXT; currentOccurs = TEXT ) =
         LIST OF ( Repetition =          LIST OF ( Repetition =
                   CASE OF                    CASE OF
                     useEl;                      useEl;
Line 49  STRUCT Line 49  STRUCT
                     END);                      END);
   
   
   option ( ATTR ref )    option ( ATTR title )
         = ANY - ( head, union, import, component );          = ANY - ( head, union, import, component );
       
   useEl ( ATTR ref; types = TEXT; currentType = TEXT )    useEl ( ATTR title; types = TEXT; currentType = TEXT )
      = ANY - ( head, union, import, component );       = ANY - ( head, union, import, component );
   
   useSimple ( ATTR ref; types )    useSimple ( ATTR title; types )
      = ANY - ( head, union, import, component );       = ANY - ( head, union, import, component );
   
   bag ( ATTR ref; types )     bag ( ATTR title; types ) 
      =  LIST OF (ANY) - ( head, union, import, component );       =  LIST OF (ANY) - ( head, union, import, component );
   
   attribute ( ATTR     attribute ( ATTR 
Line 81  EXCEPT Line 81  EXCEPT
         Language:           Invisible;          Language:           Invisible;
   types :             DuplicateAttr;    types :             DuplicateAttr;
   currentType:        Invisible;    currentType:        Invisible;
   ref:                GiveName;    title:              GiveName;
   ref_name:                     GiveName;    ref_name:                     GiveName;
   name:                           GiveName;    name:                           GiveName;
                   

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


Webmaster