Syntax:
 
               		 
               		CALL "C$XML" USING CXML-GET-ATTRIBUTE-COUNT, handle
 
               	   
            	 
            
               Parameters:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | CXML-GET-ATTRIBUTE-COUNT 
                                 				  
                               |  
                              				  
                              Op-code 7. Numeric data item that specifies the operation to perform. Each operation is defined in 
                                 					 acucobol.def, which is included with your system. 
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              |  
                                 					 handle 
                                 				  
                               |  
                              				  
                              USAGE handle
                                 				  
                               |  
                              				
                           
 
                           			 
                         
                        		  
                     
                    
                  		
                 
               	 
              
            	 
            
               On Entry:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | CXML-GET-ATTRIBUTE-COUNT 
                                 				  
                               |  
                              				  
                              Value 7
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              |  
                                 					 handle 
                                 				  
                               |  
                              				  
                              An element handle or parser handle. If it is a parser handle, it is first set to the handle of the top-level element of the
                                 parsed file.
                                 				  
                               |  
                              				
                           
 
                           			 
                         
                        		  
                     
                    
                  		
                 
               	 
              
            	 
            
               On Exit:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | RETURN-CODE
                                 				  
                               |  
                              				  
                              Contains the number of attributes for the specified element.
                                 				  
                               |