<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="policiesDTD.dtd" xmlns:wmh="http://www.wmhelp.com/2003/eGenerator" elementFormDefault="qualified" targetNamespace="policiesDTD.dtd">
  <xs:element name="CDVL">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="CDV" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="CDV">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="CDVN"/>
        <xs:element ref="CDVD"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="CDVN" type="xs:string"/>
  <xs:element name="CDVD" type="xs:string"/>
</xs:schema>