NeTEx-CEN/NeTEx

Files never imported or included

Closed this issue · 3 comments

#/bin/bash
find . -type f | xargs grep "xsd:include\|xsd:import" | sed 's/.*"\(.*.xsd\)".*/\1/g' | while read i; do basename "$i"; done | sort -u > /tmp/all-imports.txt
find . -type f -name "*.xsd" | while read i; do basename "$i"; done | sort -u > /tmp/all-files.txt
diff -u /tmp/all-imports.txt /tmp/all-files.txt
netex_all_objects_infrastructureFrame.xsd
netex_all_objects_part3_piQuery.xsd
netex_nm_ParkingCapacityAssignment_version.xsd
netex_piQuery_support.xsd
Aurige commented

good catch :-)

remove the files or include them? @Aurige

Remove for me !