This document discusses querying XML schemas using XSPath, a path language for XML schemas. It begins with an abstract stating that XML schemas are used to constrain the structure and content of XML documents, but previous methods of navigating schemas were not easy. XSPath allows navigating and selecting nodes in XML schemas. The document then provides background on XML schemas and XPath, and describes related work on schema exploration and querying. It explains how schemas can be represented and provides an abbreviated syntax and examples of XSPath.