answersLogoWhite

0


Best Answer

UML (Unified Modeling Language) is a diagramming "language" used primarily for software design. It is called Unified because it standardizes several slightly disparate elements (e.g. uses cases, class diagrams, sequence diagrams).

XML (eXtensible markup language) is a language for storing and exchanging data in software, such are storing documentation or passing messages between applications. The word "extensible" is used because the language itself has provisions for creating and using user defined "tags".

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between Uml and xml?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the difference between ERD and UML?

what is the difference between ERD and UML Flowcharts.


What is the difference between xslt and xml?

XML is a language used to store data. XSLT is a language which is used to transform XML into other XML.


Differences or similarities between OMT and UML?

OMT is a modelling technique and UML is a Modelling language. OMT stands for object modelling technique and is given by Jim Rambaugh . UML is unified Modelling language and has a layered architecture.


What is difference between System Analysis approach and UML approach?

i want it


What is difference between XML property and XML dimension?

The xml property returns the XML of a node and its descendants.Dimension is a type used for a variety of purposes for defining values


What the features of UXF?

UML EXCHANGE FORMAT(UXF)UXF is a XML-based model interchange format for UML, which is a standard software modeling language. UXF is a simple and well-structured format to encode, publish, access and exchange UML models, and allows UML to be highly interoperable.given by vipul


Difference between java script and xml?

It would be harder to describe the similarity between JavaScript and XML. These two languages are for entirely different purposes.


Difference between interface and abstract class on uml?

In general, the differences are that interface has(1) no fields and(2) no implementation of methodsbut in UML interface may have features (fields), so the difference left is that interface in UML has no implemented methods while abstract class by definition is partially implemented class.


What is the difference between a well formed XML document and a Valid XML document?

Well-formed XML means that the XML is correct (it has only one root node, and all elements match an end element tag)Valid XML means that the XML can be validated to an XML Schema or DTD, and that all the tags in the XML are also in the Schema or DTD, and in the right place.


What is difference between binary file and Excel file?

When referring to Excel 2007, there are two file types you can use when you save a file, XML and binary. If you save the file as binary, then there is no difference between the two. If you save the file as XML, then the XML file contains XML formatting data (explanation beyond the scope of this question) and the binary file is formatted for computers to read directly.


What are the differences between htmlxmlsgml and xhtml?

basikly xhtml is a mics of html and xml. the difference in html and xhtml is that xhtml is a more strict on the syntax and defined as a xml document. xml is a self defined language... in short it is a strikter html in xml format...


What is difference between XML and valid xml?

You can compare this with English usage. I can say to you, "Jeet yet?" and you would probably understand me to mean, "Did you eat yet?" One of these sentences is valid English, the other is questionable. In the same way you can write valid XML and you can write XML with numerous imperfections. Many XML language processors are capable of understanding both. However, it's safer to write valid XML.