I'm trying to generate C# classes from IEEE 1641 schemas: STDBSC.xsd and STDTSF.xsd using vs tool xsd.exe.
The first one is converted successfully but the second one (STDTSF.xsd) failed with error:
missing element "urn:IEEE-1641:2010:STDBSC:Signal"
Could anyone kindly point out why is that?
I placed STDBSC.xsd and STDTSF.xsd into the same folder. And I executed commands in VS2015 Command at this folder. You can see STDBSC.cs was generated successfully.
xsd STDBSC.xsd /c
xsd STDTSF.xsd /c