Additional declarations included directly in xml document

Carlos Ramirez Palacin CRAMIREZ at sag.es
Thu Jan 14 10:48:51 GMT 1999


Hello,

I have a problem with the additional declarations in a xml document.
If I include the element pp declaration in my xml document
Where could be appear the element pp?
In any place within the xml document?
Between <XMI> and </XMI> ?
At the same level that <XMI.header>?

<?xml version="1.0" ?> 
<!DOCTYPE XMI SYSTEM "uml.dtd" [
	<!ELEMENT pp (pp.ElementName,
		pp.ElementType) >
	<!ELEMENT pp.ElementName (#PCDATA) >
	<!ELEMENT pp.ElementType (#PCDATA)>
]> 
<XMI xmi-version="1.0"> 
<XMI.header> 
<XMI.metamodel name="uml" version="1.1" /> 
</XMI.header> 
<XMI.content> 




More information about the Xml-dev mailing list