[
Lists Home |
Date Index |
Thread Index
]
- From: "Carlos Ramirez Palacin" <CRAMIREZ@sag.es>
- To: xml-dev@ic.ac.uk
- Date: Thu, 14 Jan 1999 11:46:36 +0100
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>
|