importing schemas: defaults?

DuCharme, Robert DuCharmR at moodys.com
Mon Jul 19 17:03:37 BST 1999


The first example in section 4.6
(http://www.w3.org/TR/xmlschema-1/#composition-importRestrictions) shows the
following import element:

  <import schemaAbbrev='abbrev1' 
        schemaName='http://coolbits.com/otherschema.xsd'
        archetypes='true' 
        datatypes='true' >

      <elementTypeRef name='myElement'/>
      <elementTypeRef name='otherElement'/>

   </import>

"According to the description, "all datatypes and achetypes that are
exported from 'otherschema', as well as the elements named 'myElement' and
'otherElement' are imported."

My question: if, as the DTD at
http://www.w3.org/TR/xmlschema-1/#normative-schemaDTD tells us, the default
value for the import element type's elementTypes attribute is "true,"
wouldn't all datatypes, archetypes, <emph>and element types</emph> be
imported already? Why should the example explicitly import the myElement and
otherElement element types? In fact, if the default values for the
archetypes and datatypes attributes are also true, wouldn't  an import
element of 

  <import schemaAbbrev='abbrev1' 
        schemaName='http://coolbits.com/otherschema.xsd'></import>

import all the datatypes, archetypes, and element types? Or is the example
just being explicit because the default values are still up in the air?

thanks,

Bob DuCharme          www.snee.com/bob           <bob@  
snee.com>  "The elements be kind to thee, and make thy
spirits all of comfort!" Anthony and Cleopatra, III ii


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list