wiki:CmdiXsdIssues

Version 2 (modified by twagoo, 12 years ago) (diff)

--

problem: 2 occurences of the same component, at the same level within one profile: leads to XSD with http://www.w3.org/TR/xmlschema-1/#cos-element-consistent error

solution:

  • disable this in general-component.xsd? (seems impossible)
  • disable this behavior in component registry? (much work, no guarantee)
    • [TG 5/7/12] this been implemented in the meanwhile
  • optimize the postprocessing XSLT so that it recognizes the similarity between the inline complexType parts and creates a common complexType at the begin of the XSD (much work? investigate)
    • [TG 5/7/12] I don't like this approach very much