This class serializes beutifully with output that includes a microsoft.com.wsdl.types.xsd file complete with restrictions on a simpleType based off an xsd:string. How do they do that?
I would like to do the same for other types of restricted simpleTypes but when I create a ref class in C++/CLI it results in a complexType being serialized out. Clearly I am missing something. Is there example code that shows exactly how guid does this? Perhaps, is there even guid code available to look at?