XTCE 1.2 RTF Avatar
  1. OMG Issue

XTCE12 — Add xinclude to support ximport

  • Key: XTCE12-10
  • Legacy Issue Number: 19632
  • Status: closed  
  • Source: NASA ( Mr. James Kevin Rice)
  • Summary:

    To support xinclude, the following should added to the root schema element: <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/03/xml.xsd"/>

  • Reported: XTCE 1.1 — Mon, 6 Oct 2014 04:00 GMT
  • Disposition: Resolved — XTCE 1.2
  • Disposition Summary:

    Add the import statement to the xsd

    This is to document the update to the xsd to add an import element for the xml.xsd namespace document from the W3C.

    For the top level <schema> element in the xsd, for the first child element should be an <import> element. Add the following:

    <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/03/xml.xsd"/>

    Also ensure that the definition of the SpaceSystem has the attribute @nillable="true".

    <element name="SpaceSystem" type="xtce:SpaceSystemType" nillable="true">

  • Updated: Tue, 10 Jul 2018 14:22 GMT