How to parse XSD file using c#
问题 I want to read XSD File. But unable to find a proper way to parse XSD file. <xsd:group name="group_name"> <xsd:annotation> <xsd:documentation>Some text is here</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element minOccurs="0" name="Element_1" type="string"> <xsd:annotation> <xsd:documentation>Some text is here</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element minOccurs="0" name="Element_2" type="string"> <xsd:annotation> <xsd:documentation>Some text is here</xsd