# 🆎 Built in datatypes Command line Ruby script that checks if XML schema files are using the correct built-in data types. ## Built with - [Ruby](https://www.ruby-lang.org) - [Nokogiri](https://nokogiri.org/) - [OptionParser](https://ruby-doc.org/stdlib-2.6.3/libdoc/optparse/rdoc/OptionParser.html) - [Paint](https://github.com/janlelis/paint) - [XPath](https://www.w3schools.com/xml/xpath_intro.asp) ``` $ ruby built_in_datatypes.rb -h Usage: built_in_datatypes.rb Specific options: -p, --path path Path to schema --delay N Delay N seconds before executing -t, --time [TIME] Begin execution at given time Common options: -h, --help Show this message --version Show version ```