[Home] [By Thread] [By Date] [Recent Entries]

  • To: <james.anderson@s...>,<xml-dev@l...>
  • Subject: RE: Extract A Subset of a W3C XML Schema?
  • From: <Patrick.Garvey@t...>
  • Date: Thu, 31 Jul 2003 13:46:28 -0700
  • Thread-index: AcNXpAvMdxyGr3VYTKqA3kbHQKp1ewAAE+/w
  • Thread-topic: Extract A Subset of a W3C XML Schema?


<quote>
why bother encoding the tag name. why not just do

<!DOCTYPE SOME_UDEF SYSTEM "data:,<!ELEMENT UDEF_9_5_8 (#PCDATA) >" [
  <!ATTLIST UDEF_9_5_8 ProductPartIdentifier #FIXED "TRUE">
 ]>
<UDEF_9_5_8>123-456-789</UDEF_9_5_8>

or

<!DOCTYPE SOME_UDEF SYSTEM "data:,<!ELEMENT UDEF_9_5_8 (#PCDATA) >" [
  <!ATTLIST UDEF_9_5_8 MIL-STD-2549 #FIXED "Part Product Identifier">
 ]>
<UDEF_9_5_8>123-456-789</UDEF_9_5_8>

or just

<UDEF_9_5_8>123-456-789</UDEF_9_5_8>


either you have got it right or you have not.

despite the truism, that the generic identifer is just a special attribute,
what is the advantage to making the universal depend on the ideosyncratic?
</quote>

While that is compelling, it's probably not acceptable given that you may have multiple consumers of your data who may or may not be machines. I believe one of the goals of things like UBL is to preserve some human readability in the document, so that "rip and read" shops aren't completely left out in the cold. 

Patrick


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member