Signed-off-by: Alex Jia <ajia@redhat.com>
*secret*)
TYPE="secret"
;;
+ *interface*)
+ TYPE="interface"
+ ;;
*)
echo "$0: cannot determine schema type for $XMLFILE" >&2
exit 3
=over 4
+=item C<domainsnapshot>
+
+The schema for the XML format used by domain snapshot configuration
+
=item C<domain>
The schema for the XML format used by guest domains configuration
The schema for the XML format used to declare driver capabilities
+=item C<nwfilter>
+
+The schema for the XML format used by network traffic filters
+
+=item C<secret>
+
+The schema for the XML format used by secrets descriptions
+
+=item C<interface>
+
+The schema for the XML format used by physical host interfaces
+
=back
=head1 OPTIONS