All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oasis.wsn.t-1.xsd Maven / Gradle / Ivy








  
    
      
    
  

  
    
      
    
    



  
    
  
  


   
  
    
       
         
           
              
              	
              	  
              	    
              	  
              	
              
              
           
         
         
         
         
       
      
   

  
    
      
        
    
  
  
  



   

  
    
      
        
          
          
            
              
              
            
          
          
        
        
        
          
            
          
        
        
      
      
  

   
  
  
    
       
         
           
         
       
      
   

  


   
  
  
    
      
        
        TopicPathExpression  ::=   TopicPath ( '|' TopicPath )*  
        TopicPath       ::=   RootTopic ChildTopicExpression* 
        RootTopic       ::=   NamespacePrefix? ('//')? (NCName | '*')  
        NamespacePrefix ::=   NCName ':'      
        ChildTopicExpression ::=   '/' '/'? (QName | NCName | '*'| '.')
                        
        
      
      
      
    
  

  
    
      
        
  The pattern allows strings matching the following EBNF:
    ConcreteTopicPath    ::=   RootTopic ChildTopic*    
    RootTopic            ::=   QName  
    ChildTopic           ::=   '/' (QName | NCName) 
                        
        
      
      
      
    
  

  
    
      
        
  The pattern allows strings matching the following EBNF:
    RootTopic            ::=   QName  
                        
        
      
    
  





© 2015 - 2024 Weber Informatics LLC | Privacy Policy