Revision 13b1a9a05a23efee45003a2147e181edcfcff8af authored by Syd Bauman on 09 July 2024, 21:37:20 UTC, committed by Syd Bauman on 09 July 2024, 21:37:20 UTC
2 parent s d4c9b5c + 2e33676
Raw File
changedNames
while (<>) {
s/msDescription/msDesc/g;
s/att.dateTime/att.datable/g;
s/particLinks/relationGrp/g;
s/att.measured/att.dimensions/g;
s/model.divWrapper.bottom/model.divBottom/g;
s/charDesc/charDecl/g;
s/schemapattern/schemaPattern/g;
s/model.singleVal/model.featureVal.single/g;
s/model.entryParts.top/model.entryPart.top/g;
s/handList/handNotes/g;
print;
}


back to top