Simulation
         Environment for Medical Cybernetics and Systems
         Biology   cy.prus
         XML Reference (Proposal)     <connection> Spans a
         connection. Attributes:     <const> Defines a
         constant. Attributes:     <cyprus> Marks the
         beginning and the end of cy.prus XML code.     <element> Defines an
         element of the IPS. Attributes:     <sub> The contained
         text is printed subscripted.     <sup> The contained
         text is printed superscripted.     <var> Defines a
         variable. Attributes:     
         
          ©
         1996 - 2005 JWD
   
 
       
   
          
      
cy.prus
          
   
       
   
          
   
       
   
          
   
         
         
         
         <connection>...</connection>
         id=identifierGives a
            name for the connection.
         
         source=id
         *Specifies
            the source (sender).
         
         drain=id
         *Specifies
            the goal (receiver).
         
         
         
         
         
         <const
         .../>
         id=identifier
         *Gives a
            name for the constant.
         
         value=number
         *Specifies
            the value.
         
         
         
         
         
         <cyprus>...</cyprus>
         
         
         
         <element>...</element>
         id=identifier
         *Gives a
            name for the element.
         
         order=numbernumbers
            a sub-element.
         
         direction=numberarranges
            the orientation as given by number in
            degrees.
         
         type=gain
         | inverter | sigma | source | t0 | t1 |
         transducer *Specifies
            a sub-type.
         
         t0=numberSpecifies
            a dead time for elements with type='t0'.
         
         t1=numberSpecifies
            a first order delay time constant (only for elements with
            type='t1').
         
         factor=number
         | idSpecifies
            a factor, e. g. for the element's gain, either directly
            (number) or by reference to a variable or constant
            (id).
         
         value=number
         | idSpecifies
            an initial value for the element's output.
         
         
         
         
         
         <sub>...</sub>
         
         
         
         
         <sup>...</sup>
         
         
         
         
         <var
         .../>
         id=identifier
         *Gives a
            name for the variable.
         
         value=numberSpecifies
            an initial value.
         
         
         
         * required attribute