How do I get the minOccurs attribute off of an element using the XSOM parser? I\'ve seen this example for getting the attributes related to a complex type:
I have an XML schema that uses enumerations, but when I look at the generated XML object in Delphi, the enumeration restriction has been dropped. Is there any way to get Delphi to generate the enum an
<?xml version=\"1.0\" encoding=\"utf-8\"?> <xs:schema xmlns=\"http://tempuri.org/ServiceDescription.xsd\" xmlns:mstns=\"http://tempuri.org/ServiceDescription.xsd\" xmlns:xs=\"http://www.w3.or
I have a number of XML schema that use JAXB (Java Architecture for XML Binding) markup, similar to the following:
I\'m trying to write an XML schema that allows XML to be expressed in the following ways: pets can containt both cat and dog elements:
I\'ve been studying up how to write an XML Schema and I\'m stumped on XSD ordering indicators like xs:sequence, xs:all, xs:choice. There seem to be only 3 of them and they\'re required in complex type
I am in the very early stages of writing XML schema for my work\'s enterprise application. The XML to be validated represents an application - similar to Winforms - forms, grids, menus etc but without
Just to be concise I want to obtain something like this: <root> <field value=\"...\" text=\"...\">fixed_value1</field>
Problem I\'m using Xsd2Code (a .NET class generator for XSD schema) on a simple settings file schema. For some reason, when I attempt to use the built-in LoadFromFile() or Deserialize() methods, I ge
When XML schema validation fails .Net throws some exception. Based on parsing this exception I know how to do some stuff. The problem is that this exception is localized, e.g. on a Japanese machine it