PAGE-OM 1.0 FTF Avatar
  1. OMG Issue

PAGEOM_ — There are missing attributes 'schemaLocation' in the *.xsd files.

  • Key: PAGEOM_-3
  • Legacy Issue Number: 12997
  • Status: closed  
  • Source: Japan Biological Informatics Consortium ( Martin Senger)
  • Summary:

    There are missing (even though optional) attributes 'schemaLocation'
    in the *.xsd files.

    Suggested resolution: In all generated XML Schemata (the PSM model,
    the *.xsd files), add the 'schemaLocation' attribute to the import
    tags. For example:

    <xs:import namespace="http://www.openpml.org/page-om/fuge" schemaLocation="fuge.xsd" />
    <xs:import namespace="http://www.openpml.org/page-om/snp" schemaLocation="snp.xsd" />
    <xs:import namespace="http://www.openpml.org/page-om/snp2" schemaLocation="snp2.xsd" />

  • Reported: PAGE-OM 1.0b2 — Wed, 29 Oct 2008 04:00 GMT
  • Disposition: Resolved — PAGE-OM 1.0
  • Disposition Summary:

    In all generated XML Schemata (the PSM model,
    the *.xsd files), add the 'schemaLocation' attribute to the import
    tags. For example:

    <xs:import namespace="http://www.openpml.org/page-om/fuge" schemaLocation="fuge.xsd" />
    <xs:import namespace="http://www.openpml.org/page-om/snp" schemaLocation="snp.xsd" />
    <xs:import namespace="http://www.openpml.org/page-om/snp2" schemaLocation="snp2.xsd" />

  • Updated: Fri, 6 Mar 2015 21:47 GMT