Hi Roger, Oxygen has a search references action that you can invoke on various schema components, see: https://www.oxygenxml.com/doc/versions/28.1/ug-editor/topics/xml-schema-sear... That should get you all the places where that type is referred. Alternatively, generate the XML Schema documentation and there you should be able also to see the elements that use that type in a "Used by" section on that type documentation entry, see: https://www.oxygenxml.com/doc/versions/28.1/ug-editor/topics/output-formats-... You can find samples of generated documentation at: https://www.oxygenxml.com/xml_editor/xml_schema_documentation.html Here it is an example that shows exactly the elements that use a specific type: https://www.oxygenxml.com/samples/xml-schema-documentation/NewsML-G2/2.2/spe... *** Used by Elements: POIDetails/access, POIDetails/details, copyrightNotice, definition, description, edNote, note, usageTerms *** Best Regards, George On 4/29/26 13:36, Roger L Costello wrote:
Hello,
I have an XML Schema that consists of 20 schema files.
One of the files is named Enumerations.xsd. It contains simpleTypes that have enumeration values. One of the simpleTypes is named PreferredRouteRouteType. I want to know, in the other 19 schema files, what elements have type PreferredRouteRouteType. Is there a way to instruct Oxygen to "show me all the elements in the schema that are declared to have type PreferredRouteRouteType"?
/Roger
_______________________________________________ oXygen-user mailing list -- oxygen-user@oxygenxml.com To unsubscribe send an email to oxygen-user-leave@oxygenxml.com
_______________________________________________ oXygen-user mailing list -- oxygen-user@oxygenxml.com To unsubscribe send an email to oxygen-user-leave@oxygenxml.com