<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.omgwiki.org/ddsf/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.omgwiki.org/ddsf/feed.php">
        <title>DDS Foundation Wiki ddsf:public:guidebook:06_append:glossary:x</title>
        <description></description>
        <link>https://www.omgwiki.org/ddsf/</link>
        <image rdf:resource="https://www.omgwiki.org/ddsf/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-07-20T02:37:03-0400</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:start&amp;rev=1626873942&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:xml&amp;rev=1626292745&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:xml_infoset&amp;rev=1626292745&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:xsd&amp;rev=1626292745&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.omgwiki.org/ddsf/lib/tpl/dokuwiki/images/favicon.ico">
        <title>DDS Foundation Wiki</title>
        <link>https://www.omgwiki.org/ddsf/</link>
        <url>https://www.omgwiki.org/ddsf/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:start&amp;rev=1626873942&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-21T09:25:42-0400</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Glossary X Terms</title>
        <link>https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:start&amp;rev=1626873942&amp;do=diff</link>
        <description>Glossary X Terms

 Return to Glossary 
Note: You can add new terms beginning with 'X'  here
List of Words

Return to Top

	* eXtensible Markup Language (XML)
	* XML Information Set (XML Infoset)
	* XML Schema Definition (XSD)



Add a New Term

 Return to Top
 Create a Glossary entry stating with 'X' Word or Expression -&gt;</description>
    </item>
    <item rdf:about="https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:xml&amp;rev=1626292745&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-14T15:59:05-0400</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>eXtensible Markup Language (XML)</title>
        <link>https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:xml&amp;rev=1626292745&amp;do=diff</link>
        <description>eXtensible Markup Language (XML)

 Return to Glossary 

eXtensible Markup Language (XML) is a universal format, maintained by the W3C, used for representation and transfer of structured data on the web or between different applications.

The language uses a structured representation by allowing users to create custom defined tags according to XML Document Type Definition (DTD) standards. The structure of an XML document can be represented in the form of a tree known as a Document Object Model (D…</description>
    </item>
    <item rdf:about="https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:xml_infoset&amp;rev=1626292745&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-14T15:59:05-0400</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>XML Information Set (XML Infoset)</title>
        <link>https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:xml_infoset&amp;rev=1626292745&amp;do=diff</link>
        <description>XML Information Set (XML Infoset)

 Return to Glossary 

XML Information Set (XML Infoset) is a W3C specification describing an abstract Data Model (DM) of an XML document in terms of a set of information items.[1] The definitions in the XML Information Set specification are meant to be used in other specifications that need to refer to the information in a well-formed XML document.</description>
    </item>
    <item rdf:about="https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:xsd&amp;rev=1626292745&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-14T15:59:05-0400</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>XML Schema Definition (XSD)</title>
        <link>https://www.omgwiki.org/ddsf/doku.php?id=ddsf:public:guidebook:06_append:glossary:x:xsd&amp;rev=1626292745&amp;do=diff</link>
        <description>XML Schema Definition (XSD)

 Return to Glossary 

XML Schema Definition (XSD), a recommendation of the World Wide Web Consortium (W3C), specifies how to formally describe the elements in an Extensible Markup Language (XML) document. It can be used by programmers to verify each piece of item content in a document. They can check if it adheres to the description of the element it is placed in.</description>
    </item>
</rdf:RDF>
