# File lib/fog/aws/parsers/elb/describe_load_balancer_policy_types.rb, line 23
          def start_element(name, attrs = [])
            super
            case name
            when 'PolicyAttributeTypeDescriptions'
              @in_policy_attribute_types = true
            end
          end