Difference between revisions of "ODD"

From TEIWiki
Jump to navigation Jump to search
m
m (Spam removal)
Line 1: Line 1:
 
'''ODD''' is "One Document Does it all".
 
'''ODD''' is "One Document Does it all".
<div style="overflow:auto; height: 1px; ">
 
[http://toe.shengen.ru toe rings]
 
[http://detox.shengen.ru drug detox]
 
[http://jewelry.shengen.ru fine gold jewelry]
 
[http://21jewelry.com Fine Jewelry]
 
[http://mrjeweller.us Gold Jewelry]
 
[http://detox-kit.com Drug detox]
 
[http://adipex.shengen.ru adipex]
 
[http://diazepam.shengen.ru diazepam]
 
[http://protonix.shengen.ru protonix]
 
[http://hydrocodone.shengen.ru hydrocodone]
 
[http://detox-kit.com/categories/marijuana-detox/ Marijuana detox]
 
[http://detox-kit.com/categories/detox-drinks/ Detox Drinks]
 
[http://detox-kit.com/categories/saliva-detox/ saliva drug detox]
 
[http://detox-kit.com/categories/saliva-detox/ saliva detox]
 
[http://detox-kit.com/categories/hair-detox/ hair detox]
 
[http://detox-kit.com/categories/hair-detox/ hair drug detox]
 
[http://tests-market.com/categories/first-aid/ first aid kit]
 
[http://tests-market.com/categories/drug-tests/ drug test]
 
[http://tests-market.com/categories/alcohol-tests/ alcohol test]
 
[http://tests-market.com/categories/ovulation-tests/ ovulation test]
 
[http://mrjeweller.us/categories/earrings/ earrings]
 
[http://mrjeweller.us/categories/earrings/ gold earrings]
 
[http://mrjeweller.us/categories/pearl-earrings/ pearl earrings]
 
[http://mrjeweller.us/categories/anklets/ anklet]
 
[http://mrjeweller.us/categories/anklets/ anklets]
 
[http://mrjeweller.us/categories/belly-piercings/ belly piercings]
 
[http://mrjeweller.us/categories/belly-piercings/ belly piercing]
 
[http://mrjeweller.us/categories/birthstones/ birthstone]
 
[http://mrjeweller.us/categories/birthstones/ birthstones]
 
[http://mrjeweller.us/categories/bracelets/ bracelets]
 
[http://mrjeweller.us/categories/bracelets/ bracelet]
 
[http://mrjeweller.us/categories/bracelets/ gold bracelet]
 
[http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet]
 
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelets]
 
[http://mrjeweller.us/categories/rope-bracelets/ rope bracelet]
 
[http://mrjeweller.us/categories/chains/ gold chains]
 
[http://mrjeweller.us/categories/chains/ gold chain]
 
[http://mrjeweller.us/categories/beaded-chains/ beaded chains]
 
[http://mrjeweller.us/categories/charms/ charms]
 
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendants]
 
[http://mrjeweller.us/categories/diamond-pendants/ diamond pendant]
 
[http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry]
 
[http://mrjeweller.us/categories/mens-bracelets/ men's bracelet]
 
[http://mrjeweller.us/categories/mens-rings/ men's ring]
 
[http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet]
 
[http://mrjeweller.us/categories/sterling-silver-chains/ silver chains]
 
 
</div>
 
 
The TEI Guidelines, its DTD, and its schema fragments, are all produced from a single XML resource containing:
 
The TEI Guidelines, its DTD, and its schema fragments, are all produced from a single XML resource containing:
  

Revision as of 20:00, 26 August 2005

ODD is "One Document Does it all". The TEI Guidelines, its DTD, and its schema fragments, are all produced from a single XML resource containing:

  1. Descriptive prose (lots of it)
  2. Examples of usage (plenty)
  3. Formal declarations for components of the TEI Abstract Model:
    1. elements and attributes
    2. modules
    3. classes and macros
  4. We call this resource an ODD (One Document Does it all) although the master source is instantiated as a gazillion XML mini-documents.


The TEI scheme can only be used by customizing it. Customizations are also expressed in the ODD language. For example:

<schemaSpec ident="myTEIlite">
<desc>This is TEI Lite with simplified heads</desc>
  <moduleRef name="teistructure"/>
  <moduleRef name="linking"/>
  <moduleRef name="core"/>
  <moduleRef name="teiheader"/>
  <elementSpec ident="head" mode="change">
    <content><rng:text/></content>
  </elementSpec>
</schemaSpec>

produces the schema for TEI Lite, with a slight change