Returns list of appropriate contained Property SDMOData elements with the given attribute value. 
      Syntax
         
         
            public 
            List< ISDMODataProperty >  
            getChildPropertiesDataWithAttribute
            (
            String 
            attributeName
            , 
            String 
            attributeValue
            , 
            boolean 
            addByDefault
            )
         
      
      Parameters
         
         
            - 
               attributeName – 
               the name of the attribute that value should be checked
            
 
            - 
               attributeValue – 
               expected value of the attribute
            
 
            - 
               addByDefault – 
               true if the child Property should be add in case if there is no attribute with the given name
            
 
         
       
      Returns
         list of appropriate contained Property SDMOData elements with the given attribute value