The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[%- indent = '  ';
IF type.isa('SOAP::WSDL::XSD::ComplexType');
    INCLUDE complexType/POD/structure.tt(complexType = type);
ELSE;
    INCLUDE simpleType/POD/structure.tt(simpleType = type);
END;
indent.replace('\s{2}$',''); %]