About 306,000 results
Open links in new tab
  1. xsd - XML Schema design approaches - Stack Overflow

    Aug 20, 2011 · Your design approach for the schema should reflect your priorities. For example, having named types is important for advanced use, like if you want to exploit schema-aware XML …

  2. What are best practices for designing XML schemas? [closed]

    Oct 24, 2008 · XML Schema Design Patterns: Is Complex Type Derivation Unnecessary? And one tip that is pervasive is to specify your schemas with something different than the official specification.

  3. 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 …

  4. What are the best practices for versioning XML schemas?

    Jul 22, 2013 · I often have to design XML schemas for different XML-bases import routines. It is clear that XML schemas will evolve over time or they could contain bugs to be fixed, so it is important to …

  5. xml - XSD design patterns - Stack Overflow

    Mar 12, 2016 · I start with XML and almost all everything that is involved, working in XML Oxygen editor. I have met 3 basic design patterns of XSD schema and I don't know which one should suit my needs …

  6. XML and XML Schema creation in Intellij - Stack Overflow

    Jan 24, 2024 · Eclipse has functionality to create XML file and XML Schema. Did Intellij have this functionality. I tried multiple options but could find it. In Intellij, i can see xml actions but not way to cre...

  7. Is there an XML schema extension for Visual Studio Code?

    Dec 15, 2017 · 34 I would like to write an XML Schema in Visual Studio Code and then some XML that is valid against that schema but surprisingly there does not seem to be a facility to do this either built …

  8. How can I create database tables from XSD files? [closed]

    Nov 27, 2013 · 5 XML Schemas describe hierarchial data models and may not map well to a relational data model. Mapping XSD's to database tables is very similar mapping objects to database tables, in …

  9. xml - Schema design: Loose and repeating vs rigid? - Stack Overflow

    Sep 8, 2012 · The XSD for 2 is self-contained and self-describing of how to properly consume an instance XML (usability of the spec). In my experience, ability to implement cheap, and manage …

  10. Converting xml schema to relational model - Stack Overflow

    Sep 27, 2011 · 1 How complex is the schema? Depending on the structure defined by the schema, you may find there is no convenient translation to relational tables. You haven't said how you intend to …