About 6,600,000 results
Open links in new tab
  1. XML Schema minOccurs / maxOccurs default values - Stack Overflow

    See Also W3C XML Schema Part 0: Primer In general, an element is required to appear when the value of minOccurs is 1 or more. The maximum number of times an element may appear is …

  2. How to validate an XML file against an XSD file? - Stack Overflow

    Jan 9, 2017 · I'm generating some xml files that needs to conform to an xsd file that was given to me. How should I verify they conform?

  3. Does XML care about the order of elements? - Stack Overflow

    78 #XML schema compositor "sequence" will enforce ordering Until today I would most likely answer the question Does XML care about the order of elements? with No, unless you use a …

  4. What is the difference between XML and XSD? - Stack Overflow

    Feb 25, 2010 · XML defines the syntax of elements and attributes for structuring data in a well-formed document. XSD (aka XML Schema Definition), like DTD before, powers the e X …

  5. What is the correct way to represent null XML elements?

    But I assume you want Xml/Object mapping (since object graphs have nulls); so the answer for you is "whatever your tool uses". If you write handling, that means whatever you prefer. For …

  6. How to visualize an XML schema programatically? [closed]

    Display XML data in an XML data grid. Supports XML, XSL, XSLT, XSD, HTML file types. Easy to modify or delete existing nodes, attributes, comments. Easy to add new nodes, attributes or …

  7. Validate an XML File Against Multiple Schema Definitions

    I'm trying to validate an XML file against a number of different schemas (apologies for the contrived example): a.xsd b.xsd c.xsd c.xsd in particular imports b.xsd and b.xsd imports …

  8. Spring configuration XML schema: with or without version?

    I am new to Spring. One thing confuses me is that sometimes I see XML configuration files with versioned schemas, yet sometimes with non-versioned ones. For example, sometimes I see …

  9. In Java, how do I parse an xml schema (xsd) to learn what's valid at …

    Provides guidance on parsing XML schema (XSD) in Java to determine valid elements and attributes.

  10. How to make an element in XML schema optional? - Stack Overflow

    How do I make the description element optional? So both XML with the description element and without will validate against the XSD.