<?xml version="1.0" encoding="UTF-8"?>
<!--
<!DOCTYPE codeBook SYSTEM "http://www.icpsr.umich.edu/DDI/Version2-0.dtd">
-->
<!--
Warning!
This file is not valid DDI format.

It's a proposal to integrate information of a survey collection
into this codebook by means of XInclude/XPointer/XPath.

joachim wackerow, 2004-02-06
-->
<codeBook xmlns:xi="http://www.w3.org/2003/XInclude">
  <stdyDscr>
    <citation>
      <titlStmt>
        <titl>German Microcensus 1996</titl>
        <IDNo agency="ZUMA">MZ1996</IDNo>
      </titlStmt>
    </citation>
    <stdyInfo>
      <!--
      Description of the survey collection of Microcensus.
      This is information, which is common to all surveys of the collection.
      -->
      <xi:include href="collection_of_surveys.xml" xpointer="xpointer(/survey_collection/codeBook/stdyDscr/stdyInfo/abstract)"/>
      <!--
      specific description of Microcensus 1996
      -->
      <abstract>Microcensus 1996 specific abstract ...</abstract>
    </stdyInfo>
  </stdyDscr>
  <dataDscr>
    <!--
    V10 is a variable, specific to Microcensus 1996
    -->
    <var name="V10">
      <labl>Age Group, 4 groups</labl>
      <catgry>
        <catValu>1</catValu>
        <labl>20-29</labl>
      </catgry>
      <catgry>
        <catValu>2</catValu>
        <labl>30-39</labl>
      </catgry>
      <catgry>
        <catValu>3</catValu>
        <labl>40-49</labl>
      </catgry>
      <catgry>
        <catValu>4</catValu>
        <labl>50-59</labl>
      </catgry>
    </var>
    <!--
    V22 as included variable, which is common to every survey of the collection
    -->
    <xi:include href="collection_of_surveys.xml" xpointer="xpointer(/survey_collection/codeBook/dataDscr/var[@name='V22'])"/>
    <!--
    ...
    -->
  </dataDscr>
</codeBook>
