An Introduction to XMLAn Introduction to XML
Originally Published MDDI April 2002IVD SUPPLEMENT
April 1, 2002
Originally Published MDDI April 2002
IVD SUPPLEMENT
XML. The extensible markup language (XML) is the universal format for structured documents and data on the Web. Like HTML, it uses human-readable tags to indicate the purpose of information in the document. Unlike HTML, however, the tags are definable by document designers. For more information on each, check the following Web sites:
XML in 10 points (http://www.w3.org/XML/1999/XML-in-10-points).
XML 1.0 (http://www.w3.org/XML/#9802X110).
XML Namespaces (http://www.w3.org/XML/#9901names).
XML Schema. The ability of XML to allow definable tags raises a problem. Without some means of specifying what tags are allowed in a document, users could find themselves back in the EDI situation—too much flexibility and too many options. The XML schema provides a means for defining the structure, content, and semantics of XML documents. It is like a recipe for how an XML document should be built—what kind of data goes where in the document.
XML Schema Part 0: Primer (http://www.w3.org/TR/xmlschema-0/).
XML Schema Part 1: Structures (http://www.w3.org/TR/xmlschema-1/).
XML Schema Part 2: Datatypes (http://www.w3.org/TR/xmlschema-2/).
XML Protocol (SOAP). The XML protocol allows two or more systems to communicate using XM. The XML protocol provides a framework for XML-based messaging systems, which include specifying a message envelope format and a method for data serialization.
SOAP Version 1.2, working draft published July 9, 2001.
XML Protocol Abstract Model, working draft published July 9, 2001.
Copyright ©2002 Medical Device & Diagnostic Industry
You May Also Like