/usr/lib/yaws/include/soap-envelope.hrl is in erlang-yaws 1.98-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | %% HRL file generated by ERLSOM
%%
%% It is possible to change the name of the record fields.
%%
%% It is possible to add default values, but be aware that these will
%% only be used when *writing* an xml document.
-record('soap:UpgradeType', {anyAttribs, 'SupportedEnvelope'}).
-record('soap:SupportedEnvType', {anyAttribs, 'qname'}).
-record('soap:NotUnderstoodType', {anyAttribs, 'qname'}).
-record('soap:detail', {anyAttribs, choice}).
-record('soap:subcode', {anyAttribs, 'Value', 'Subcode'}).
-record('soap:faultcode', {anyAttribs, 'Value', 'Subcode'}).
-record('soap:reasontext', {anyAttribs, 'P:lang', '#text'}).
-record('soap:faultreason', {anyAttribs, 'Text'}).
-record('soap:Fault', {anyAttribs, 'Code', 'Reason', 'Node', 'Role', 'Detail'}).
-record('soap:Body', {anyAttribs, choice}).
-record('soap:Header', {anyAttribs, choice}).
-record('soap:Envelope', {anyAttribs, 'Header', 'Body'}).
|