New XML DTD Extension Method (cont’d)
Extension DTDs must declare all elements and attributes in a separate namespace
<!ELEMENT VendorCo:NodeGeography (
VendorCo:latitude, VendorCo:longitude,
<!ATTLIST VendorCo:NodeGeography
xmlns:VendorCo CDATA #IMPLIED
VendorCo:node-ident CDATA #REQUIRED
<!ELEMENT VendorCo:latitude (#PCDATA)>
<!ELEMENT VendorCo:longitude (#PCDATA)>
<!ELEMENT VendorCo:elevation (#PCDATA)>