Originally Published MDDI April 2002
IVD SUPPLEMENT
An Introduction to XML
|
Return
to Article: |
- 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 situationtoo 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 builtwhat 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



