# File lib/wsdl/xmlSchema/complexType.rb, line 71 def elements if c = @complexcontent || @content c.elements else XSD::NamedElements::Empty end end