| Navn | Type | Lengde | Multiplisitet | 
                
                    
                        |  | AirUseRestrictionValue |  | 1..1 | 
        
     
    
        
            
                
                    | Name | Type | English | Description | 
            
                
                    | restriction | AirUseRestrictionValue |  | The type of use restriction for the air network object. | 
        
     
    
        
        
        
        
            
                
                    | Navn | Beskrivelse | 
            
                
                    | Applies to AirRoute, AirLinks, AirNodes and AerodromeArea only | /* This property can only be associated with a spatial object that is an Air Route, Air Link (or specialized Air Link), Air Node (or specialized Air Node) or Aerodrome Area. */
inv: networkRef.element.oclIsKindOf(AirRoute) or
networkRef.element.oclIsKindOf(AirLink) or
networkRef.element.oclIsKindOf(AirNode) or
networkRef.element.oclIsKindOf(AerodromeArea) |