Gijsbert ter Horst
Results
31
issues of
Gijsbert ter Horst
I've got an XSD with these lines in it: ```xml … … ``` This generates: ```csharp [XmlIgnoreAttribute()] private string procIdent = "0013"; [RequiredAttribute(AllowEmptyStrings=true)] [XmlElementAttribute("PROC-IDENT", Form=XmlSchemaForm.Unqualified)] public string ProcIdent { get...