answersLogoWhite

0

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

17y ago

What else can I help you with?

Related Questions

What are the difference between ERD and UML?

what is the difference between ERD and UML Flowcharts.


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 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.


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.


How can use uml exchange format?

UML Exchange Format (XMI) is used for sharing UML models among different tools and platforms. To use XMI, you typically export your UML diagrams from a modeling tool that supports XMI, which generates an XML file representing the model. You can then import this XMI file into another UML tool that also supports XMI, allowing for seamless collaboration and integration of models across different environments. Always ensure compatibility between tools, as variations in XMI standards can affect model fidelity.


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...