accessing the elements of an XSD file in c#
问题 I have searched through S/O but not found anything to resolve my issue (though C# - Parsing XSD schema - get all elements to combobox has helped a little). In the XSD file below, I need to get the name of the nested elements (SectionA and then to AX010_1, AX040_1.. then to SectionB and to BX010_1, BX070_1 etc) How can I access the nested elements? <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault=