Data Transformation Engine XML Adapter Reference Guide
Chapter 6 - XML DTD Importer Overview
XML Data Adapter Reference Guide
19
DTD Example
The following example shows the correlation between the contents of a typical
DTD file and the type tree that is automatically generated by the DTD Importer
wizard.
<!ELEMENT Person (Name, Address)>
<!ELEMENT Name (#PCDATA)>
<!ELEMENT Address (Street, Apartment, City, ZIP, State)>
<!ELEMENT Street (#PCDATA)>
<!ELEMENT Apartment (#PCDATA)>
<!ELEMENT City (#PCDATA)>
<!ELEMENT ZIP (#PCDATA)>
<!ELEMENT State (#PCDATA)>
<!ATTLIST Person
Title CDATA "">