Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e3f307b2d64ac40902acde0a7ffb2e6e > files > 39

contextkit-0.5.15-2.fc15.i686.rpm

<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>XML Schema Documentation</title>
    <meta http-equiv="Content-Type" content="text/xml; charset=iso-8859-1" />
    <style type="text/css">
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* More-configurable styles */

/******** General ********/

/* Document body */
body {
   color: Black;
   background-color: White;
   font-family: Arial, sans-serif;
   font-size: 10pt;
}
/* Horizontal rules */
hr {
   color: black;
}
/* Document title */
h1 {
   font-size: 18pt;
   letter-spacing: 2px;
   border-bottom: 1px #ccc solid;
   padding-top: 5px;
   padding-bottom: 5px;
}
/* Main section headers */
h2 {
   font-size: 14pt;
   letter-spacing: 1px;
}
/* Sub-section headers */
h3, h3 a, h3 span {
   font-size: 12pt;
   font-weight: bold;
   color: black;
}
/* Table displaying the properties of the schema components or the
   schema document itself */
table.properties th, table.properties th a {
   color: black;
   background-color: #F99; /* Pink */
}
table.properties td {
   background-color: #eee; /* Gray */
}


/******** Table of Contents Section ********/

/* Controls for switching between printing and viewing modes */
div#printerControls {
   color: #963; /* Orange-brown */
}
/* Controls that can collapse or expand all XML Instance
   Representation and Schema Component Representation boxes */
div#globalControls {
   border: 2px solid #999;
}


/******** Schema Document Properties Section ********/

/* Table displaying the namespaces declared in the schema */
table.namespaces th {
   background-color: #ccc;
}
table.namespaces td {
   background-color: #eee;
}
/* Target namespace of the schema */
span.targetNS {
   color: #06C;
   font-weight: bold;
}


/******** Schema Components' Sections ********/

/* Name of schema component */
.name {
   color: #F93; /* Orange */
}

/* Hierarchy table */
table.hierarchy {
   border: 2px solid #999; /* Gray */
}

/* XML Instance Representation table */
div.sample div.contents {
   border: 2px dashed black;
}

/* Schema Component Representation table */
div.schemaComponent div.contents {
   border: 2px black solid;
}


/******** Glossary Section ********/

/* Glossary Terms */
.glossaryTerm {
   color: #036; /* Blue */
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Printer-version styles */

@media print {

/* Ensures that controls are hidden when printing */
div#printerControls {
   visibility: hidden;
}
div#globalControls {
   visibility: hidden;
}
#legend {
   display: none;
}
#legendTOC {
   display: none;
}
#glossary {
   display: none;
}
#glossaryTOC {
   display: none;
}

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Base styles */

/******** General ********/

/* Unordered lists */
ul {
   margin-left: 1.5em;
   margin-bottom: 0em;
}
/* Tables */
table {
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 2px;
   margin-right: 2px;
}
table th, table td {
   font-size: 10pt;
   vertical-align: top;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 10px;
   padding-right: 10px;
}
table th {
   font-weight: bold;
   text-align: left;
}
/* Table displaying the properties of the schema components or the
   schema document itself */
table.properties {
   width: 90%;
}
table.properties th {
   width: 30%;
}
/* Boxes that can make its content appear and disappear*/
div.box {
   margin: 1em;
}
   /* Box caption */
div.box span.caption {
   font-weight: bold;
}
   /* Button to open and close the box */
div.box input.control {
   width: 1.4em;
   height: 1.4em;
   text-align: center;
   vertical-align: middle;
   font-size: 11pt;
}
   /* Box contents */
div.box div.contents {
   margin-top: 3px;
}


/******** Table of Contents Section ********/

/* Controls for switching between printing and viewing modes */
div#printerControls {
   white-space: nowrap;
   font-weight: bold;
   padding: 5px;
   margin: 5px;
}
/* Controls that can collapse or expand all XML Instance
   Representation and Schema Component Representation boxes */
div#globalControls {
   padding: 10px;
   margin: 5px;
}


/******** Schema Document Properties Section ********/

/* Table displaying the namespaces declared in the schema */
table.namespaces th {
}
table.namespaces td {
}
/* Target namespace of the schema */
span.targetNS {
}


/******** Schema Components' Sections ********/

/* Name of schema component */
.name {
}

/* Hierarchy table */
table.hierarchy {
   width: 90%;
}
table.hierarchy th {
   font-weight: normal;
   font-style: italic;
   width: 20%;
}
table.hierarchy th, table.hierarchy td {
   padding: 5px;
}

/* XML Instance Representation table */
div.sample {
   width: 90%;
}
div.sample div.contents {
   padding: 5px;
   font-family: Courier New, sans-serif;
   font-size: 10pt;
}
   /* Normal elements and attributes */
div.sample div.contents, div.sample div.contents a {
   color: black;
}
   /* Group Headers */
div.sample div.contents .group, div.sample div.contents .group a {
   color: #999; /* Light gray */
}
   /* Type Information */
div.sample div.contents .type, div.sample div.contents .type a {
   color: #999; /* Light gray */
}
   /* Occurrence Information */
div.sample div.contents .occurs, div.sample div.contents .occurs a {
   color: #999; /* Light gray */
}
   /* Fixed values */
div.sample div.contents .fixed {
   color: #063; /* Green */
   font-weight: bold;
}
   /* Simple type constraints */
div.sample div.contents .constraint, div.sample div.contents .constraint a {
   color: #999; /* Light gray */
}
   /* Elements and attributes inherited from base type */
div.sample div.contents .inherited, div.sample div.contents .inherited a {
   color: #666; /* Dark gray */
}
   /* Elements and attributes added to or changed from base type */
div.sample div.contents .newFields {
   font-weight: bold;
}
   /* Other type of information */
div.sample div.contents .other, div.sample div.contents .other a {
   color: #369; /* Blue */
   font-style: italic;
}
   /* Link to open up window displaying documentation */
div.sample div.contents a.documentation {
   text-decoration: none;
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 0px;
   padding-bottom: 0px;
   font-weight: bold;
   font-size: 11pt;
   background-color: #FFD;
   color: #069;
}
   /* Invert colors when hovering over link to open up window 
      displaying documentation */
div.sample div.contents a.documentation:hover {
   color: #FFD;
   background-color: #069;
}

/* Schema Component Representation table */
div.schemaComponent {
   width: 90%;
}
div.schemaComponent div.contents {
   font-family: Courier New, sans-serif;
   font-size: 10pt;
   padding: 5px;
}
   /* Syntax characters */
div.schemaComponent div.contents {
   color: #00f; /* blue */
}
   /* Element and attribute tags */
div.schemaComponent div.contents .scTag {
   color: #933; /* maroon */
}
   /* Element and attribute content */
div.schemaComponent div.contents .scContent, div.schemaComponent div.contents .scContent a {
   color: black;
   font-weight: bold;
}
   /* Comments */
div.schemaComponent div.contents .comment {
   color: #999; /* Light gray */
}

/******** Legend Section ********/

div#legend table, div#legend div {
   margin-bottom: 3px;
}
div#legend div.hint {
   color: #999; /* Light gray */
   width: 90%;
   margin-left: 1em;
   margin-bottom: 2em;
}


/******** Glossary Section ********/

/* Glossary Terms */
.glossaryTerm {
   font-weight: bold;
}


/******** Footer ********/

.footer {
   font-size: 8pt;
}
</style>
    <script type="text/javascript">
<!--
/* IDs of XML Instance Representation boxes */
var xiBoxes = new Array('type_dbusBusType_xibox', 'group_propertyElement_xibox', 'type_propertyList_xibox', 'type_providerDefn_xibox', 'element_provider_xibox', 'element_properties_xibox', 'element_doc_xibox', 'element_key_xibox', 'element_type_xibox', 'element_typedoc_xibox', 'element_deprecated_xibox');
/* IDs of Schema Component Representation boxes */
var scBoxes = new Array('schema_scbox', 'type_dbusBusType_scbox', 'group_propertyElement_scbox', 'type_propertyList_scbox', 'type_providerDefn_scbox', 'element_provider_scbox', 'element_properties_scbox', 'element_doc_scbox', 'element_key_scbox', 'element_type_scbox', 'element_typedoc_scbox', 'element_deprecated_scbox');

/**
 * Can get the ID of the button controlling
 * a collapseable box by concatenating
 * this string onto the ID of the box itself.
 */
var B_SFIX = "_button";

/**
 * Counter of documentation windows
 * Used to give each window a unique name
 */
var windowCount = 0;

/**
 * Returns an element in the current HTML document.
 * 
 * @param elementID Identifier of HTML element
 * @return               HTML element object
 */
function getElementObject(elementID) {
    var elemObj = null;
    if (document.getElementById) {
        elemObj = document.getElementById(elementID);
    }
    return elemObj;
}             

/**
 * Closes a collapseable box.
 * 
 * @param boxObj       Collapseable box
 * @param buttonObj Button controlling box
 */
function closeBox(boxObj, buttonObj) {
  if (boxObj == null || buttonObj == null) {
     // Box or button not found
  } else {
     // Change 'display' CSS property of box
     boxObj.style.display="none";

     // Change text of button 
     if (boxObj.style.display=="none") {
        buttonObj.value=" + ";
     }
  }
}

/**
 * Opens a collapseable box.
 * 
 * @param boxObj       Collapseable box
 * @param buttonObj Button controlling box
 */
function openBox(boxObj, buttonObj) {
  if (boxObj == null || buttonObj == null) {
     // Box or button not found
  } else {
     // Change 'display' CSS property of box
     boxObj.style.display="block";

     // Change text of button
     if (boxObj.style.display=="block") {
        buttonObj.value=" - ";
     }
  }
}

/**
 * Sets the state of a collapseable box.
 * 
 * @param boxID Identifier of box
 * @param open If true, box is "opened",
 *             Otherwise, box is "closed".
 */
function setState(boxID, open) {
  var boxObj = getElementObject(boxID);
  var buttonObj = getElementObject(boxID+B_SFIX);
  if (boxObj == null || buttonObj == null) {
     // Box or button not found
  } else if (open) {
     openBox(boxObj, buttonObj);
     // Make button visible
     buttonObj.style.display="inline";
  } else {
     closeBox(boxObj, buttonObj);
     // Make button visible
     buttonObj.style.display="inline";
  }
}

/**
 * Switches the state of a collapseable box, e.g.
 * if it's opened, it'll be closed, and vice versa.
 * 
 * @param boxID Identifier of box
 */
function switchState(boxID) {
  var boxObj = getElementObject(boxID);
  var buttonObj = getElementObject(boxID+B_SFIX);
  if (boxObj == null || buttonObj == null) {
     // Box or button not found
  } else if (boxObj.style.display=="none") {
     // Box is closed, so open it
     openBox(boxObj, buttonObj);
  } else if (boxObj.style.display=="block") {
     // Box is opened, so close it
     closeBox(boxObj, buttonObj);
  }
}

/**
 * Closes all boxes in a given list.
 * 
 * @param boxList Array of box IDs
 */
function collapseAll(boxList) {
  var idx;
  for (idx = 0; idx < boxList.length; idx++) {
     var boxObj = getElementObject(boxList[idx]);
     var buttonObj = getElementObject(boxList[idx]+B_SFIX);
     closeBox(boxObj, buttonObj);
  }
}

/**
 * Open all boxes in a given list.
 * 
 * @param boxList Array of box IDs
 */
function expandAll(boxList) {
  var idx;
  for (idx = 0; idx < boxList.length; idx++) {
     var boxObj = getElementObject(boxList[idx]);
     var buttonObj = getElementObject(boxList[idx]+B_SFIX);
     openBox(boxObj, buttonObj);
  }
}

/**
 * Makes all the control buttons of boxes appear.
 * 
 * @param boxList Array of box IDs
 */
function viewControlButtons(boxList) {
    var idx;
    for (idx = 0; idx < boxList.length; idx++) {
        buttonObj = getElementObject(boxList[idx]+B_SFIX);
        if (buttonObj != null) {
            buttonObj.style.display = "inline";
        }
    }
}

/**
 * Makes all the control buttons of boxes disappear.
 * 
 * @param boxList Array of box IDs
 */
function hideControlButtons(boxList) {
    var idx;
    for (idx = 0; idx < boxList.length; idx++) {
        buttonObj = getElementObject(boxList[idx]+B_SFIX);
        if (buttonObj != null) {
            buttonObj.style.display = "none";
        }
    }
}

/**
 * Sets the page for either printing mode
 * or viewing mode. In printing mode, the page
 * is made to be more readable when printing it out.
 * In viewing mode, the page is more browsable.
 *
 * @param isPrinterVersion If true, display in
 *                                 printing mode; otherwise, 
 *                                 in viewing mode
 */
function displayMode(isPrinterVersion) {
    var obj;
    if (isPrinterVersion) {
        // Hide global control buttons
        obj = getElementObject("globalControls");
        if (obj != null) {
            obj.style.visibility = "hidden";
        }
        // Hide Legend
        obj = getElementObject("legend");
        if (obj != null) {
            obj.style.display = "none";
        }
        obj = getElementObject("legendTOC");
        if (obj != null) {
            obj.style.display = "none";
        }
        // Hide Glossary
        obj = getElementObject("glossary");
        if (obj != null) {
            obj.style.display = "none";
        }
        obj = getElementObject("glossaryTOC");
        if (obj != null) {
            obj.style.display = "none";
        }

        // Expand all XML Instance Representation tables
        expandAll(xiBoxes);
        // Expand all Schema Component Representation tables
        expandAll(scBoxes);

        // Hide Control buttons
        hideControlButtons(xiBoxes);
        hideControlButtons(scBoxes);
    } else {
        // View global control buttons
        obj = getElementObject("globalControls");
        if (obj != null) {
            obj.style.visibility = "visible";
        }
        // View Legend
        obj = getElementObject("legend");
        if (obj != null) {
            obj.style.display = "block";
        }
        obj = getElementObject("legendTOC");
        if (obj != null) {
            obj.style.display = "block";
        }
        // View Glossary
        obj = getElementObject("glossary");
        if (obj != null) {
            obj.style.display = "block";
        }
        obj = getElementObject("glossaryTOC");
        if (obj != null) {
            obj.style.display = "block";
        }

        // Expand all XML Instance Representation tables
        expandAll(xiBoxes);
        // Collapse all Schema Component Representation tables
        collapseAll(scBoxes);

        // View Control buttons
        viewControlButtons(xiBoxes);
        viewControlButtons(scBoxes);
    }
}

/**
 * Opens up a window displaying the documentation
 * of a schema component in the XML Instance
 * Representation table.
 * 
 * @param compDesc      Description of schema component 
 * @param compName      Name of schema component 
 * @param docTextArray Array containing the paragraphs 
 *                           of the new document
 */
function viewDocumentation(compDesc, compName, docTextArray) {
  var width = 400;
  var height = 200;
  var locX = 100;
  var locY = 200;

  /* Generate content */
  var actualText = "<html>";
  actualText += "<head><title>";
  actualText += compDesc;
  if (compName != '') {
     actualText += ": " + compName;
  }
  actualText += "</title></head>";
  actualText += "<body bgcolor=\"#FFFFEE\">";
  // Title
  actualText += "<p style=\"font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold; letter-spacing:1px;\">";
  actualText += compDesc;
  if (compName != '') {
     actualText += ": <span style=\"color:#006699\">" + compName + "</span>";
  }
  actualText += "</p>";
  // Documentation
  var idx;
  for (idx = 0; idx < docTextArray.length; idx++) {
     actualText += "<p style=\"font-family: Arial, sans-serif; font-size: 10pt;\">" + docTextArray[idx] + "</p>";
  }
  // Link to close window
  actualText += "<a href=\"javascript:void(0)\" onclick=\"window.close();\" style=\"font-family: Arial, sans-serif; font-size: 8pt;\">Close</a>";
  actualText += "</body></html>";

  /* Display window */
  windowCount++;
  var docWindow = window.open("", "documentation"+windowCount, "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable,alwaysRaised,dependent,titlebar=no,width="+width+",height="+height+",screenX="+locX+",left="+locX+",screenY="+locY+",top="+locY);
  docWindow.document.write(actualText);
}

// -->
</script>
  </head>
  <body>
    <h1>
      <a name="top" id="top">XML Schema Documentation</a>
    </h1>
    <div style="float: right;">
      <div id="printerControls" style="display:none;"><input type="checkbox" onclick="displayMode(this.checked)" />Printer-friendly Version</div>
      <script type="text/javascript">
<!--

var pc = getElementObject("printerControls");
if (pc != null) {
   pc.style.display="block";
}
               
// -->
</script>
      <div id="globalControls" style="display:none">
        <strong>XML Instance Representation:</strong>
        <br />
        <span style="margin-left: 1em; white-space: nowrap">[ <a href="javascript:void(0)" onclick="expandAll(xiBoxes)">Expand All</a> | <a href="javascript:void(0)" onclick="collapseAll(xiBoxes)">Collapse All</a> ]</span>
        <br />
        <br />
        <strong>Schema Component Representation:</strong>
        <br />
        <span style="margin-left: 1em; white-space: nowrap">[ <a href="javascript:void(0)" onclick="expandAll(scBoxes)">Expand All</a> | <a href="javascript:void(0)" onclick="collapseAll(scBoxes)">Collapse All</a> ]</span>
      </div>
      <script type="text/javascript">
<!--

var gc = getElementObject("globalControls");
if (gc != null) {
   gc.style.display="block";
}
               
// -->
</script>
    </div>
    <h2>Table of Contents</h2>
    <ul>
      <li>
        <a href="#SchemaProperties">Schema Document Properties</a>
      </li>
      <li>
        <a href="#SchemaDeclarations">Global Declarations</a>
        <ul>
          <li>
            <a href="#element_deprecated">Element: <strong>deprecated</strong></a>
          </li>
          <li>
            <a href="#element_doc">Element: <strong>doc</strong></a>
          </li>
          <li>
            <a href="#element_key">Element: <strong>key</strong></a>
          </li>
          <li>
            <a href="#element_properties">Element: <strong>properties</strong></a>
          </li>
          <li>
            <a href="#element_provider">Element: <strong>provider</strong></a>
          </li>
          <li>
            <a href="#element_type">Element: <strong>type</strong></a>
          </li>
          <li>
            <a href="#element_typedoc">Element: <strong>typedoc</strong></a>
          </li>
        </ul>
      </li>
      <li>
        <a href="#SchemaDefinitions">Global Definitions</a>
        <ul>
          <li>
            <a href="#type_propertyList">Complex Type: <strong>propertyList</strong></a>
          </li>
          <li>
            <a href="#type_providerDefn">Complex Type: <strong>providerDefn</strong></a>
          </li>
          <li>
            <a href="#group_propertyElement">Model Group: <strong>propertyElement</strong></a>
          </li>
          <li>
            <a href="#type_dbusBusType">Simple Type: <strong>dbusBusType</strong></a>
          </li>
        </ul>
      </li>
    </ul>
    <ul id="legendTOC" style="margin-top: 0em">
      <li>
        <a href="#Legend">Legend</a>
      </li>
    </ul>
    <ul id="glossaryTOC" style="margin-top: 0em">
      <li>
        <a href="#Glossary">Glossary</a>
      </li>
    </ul>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h2>
      <a name="SchemaProperties" id="SchemaProperties">Schema Document Properties</a>
    </h2>
    <table class="properties">
      <tr>
        <th>
          <a title="Look up 'Target Namespace' in glossary" href="#term_TargetNS">Target Namespace</a>
        </th>
        <td>
          <span class="targetNS">http://contextkit.freedesktop.org/Provider</span>
        </td>
      </tr>
      <tr>
        <th>Element and Attribute Namespaces</th>
        <td>
          <ul>
            <li>Global element and attribute declarations belong to this schema's target namespace.</li>
            <li>By default, local element declarations have no namespace.</li>
            <li>By default, local attribute declarations have no namespace.</li>
          </ul>
        </td>
      </tr>
      <tr>
        <th>Documentation</th>
        <td>
      Documentation for ContextKit Provider schema.
      Copyright 2009 Nokia Corporation.
    <br /><br />
      This schema is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public License
      as published by the Free Software Foundation; either version 2.1 of
      the License, or (at your option) any later version.
    <br /><br />
      This schema is distributed in the hope that it will be useful, but
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
      Lesser General Public License for more details.
    <br /><br />
      You should have received a copy of the GNU Lesser General Public
      License along with this library; if not, write to the Free Software
      Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
      02110-1301 USA
    </td>
      </tr>
    </table>
    <h3>Declared Namespaces</h3>
    <table class="namespaces">
      <tr>
        <th>Prefix</th>
        <th>Namespace</th>
      </tr>
      <tr>
        <td>
          <a name="ns_" id="ns_">Default namespace</a>
        </td>
        <td>http://www.w3.org/2001/XMLSchema</td>
      </tr>
      <tr>
        <td>
          <a name="ns_xml" id="ns_xml">xml</a>
        </td>
        <td>http://www.w3.org/XML/1998/namespace</td>
      </tr>
      <tr>
        <td>
          <a name="ns_provider" id="ns_provider">provider</a>
        </td>
        <td>
          <span class="targetNS">http://contextkit.freedesktop.org/Provider</span>
        </td>
      </tr>
    </table>
    <div class="schemaComponent box">
      <div><input type="button" id="schema_scbox_button" class="control" onclick="switchState('schema_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="schema_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">schema</span> <span class="scTag">targetNamespace</span>="<span class="scContent">http://contextkit.freedesktop.org/Provider</span>"&gt;<div class="scContent" style="margin-left: 1.5em">...</div>&lt;/<span class="scTag">schema</span>&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('schema_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h2>
      <a name="SchemaDeclarations" id="SchemaDeclarations">Global Declarations</a>
    </h2>
    <h3>Element: <a name="element_deprecated" class="name" id="element_deprecated">deprecated</a></h3>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>deprecated</td>
      </tr>
      <tr>
        <th>Type</th>
        <td>Locally-defined complex type</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>Documentation</th>
        <td>
        Whether or not the key is dperecated.
    </td>
      </tr>
    </table>
    <div class="sample box">
      <div><input type="button" id="element_deprecated_xibox_button" class="control" onclick="switchState('element_deprecated_xibox'); return false;" style="display: none" /> <span class="caption">XML Instance Representation</span></div>
      <div id="element_deprecated_xibox" class="contents">
        <div style="margin-left: 0em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:deprecated&gt; <br /><span class="other" style="margin-left: 1.5em">&lt;!-- Mixed content --&gt;</span><br /><div class="other" style="margin-left: 1.5em">Allow any elements from any namespace (lax validation). <span class="occurs">[0..1]</span></div>&lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:deprecated&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_deprecated_xibox', true);
// -->
</script>
    </div>
    <div class="schemaComponent box">
      <div><input type="button" id="element_deprecated_scbox_button" class="control" onclick="switchState('element_deprecated_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="element_deprecated_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">element</span> <span class="scTag">name</span>="<span class="scContent">deprecated</span>"&gt;<div class="comment" style="margin-left: 1.5em">&lt;-- XXX - not very strict --&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">complexType</span> <span class="scTag">mixed</span>="<span class="scContent">true</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">any</span> <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">processContents</span>="<span class="scContent">lax</span>"/&gt;</div>&lt;/<span class="scTag">sequence</span>&gt;</div>&lt;/<span class="scTag">complexType</span>&gt;</div>&lt;/<span class="scTag">element</span>&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_deprecated_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h3>Element: <a name="element_doc" class="name" id="element_doc">doc</a></h3>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>doc</td>
      </tr>
      <tr>
        <th>Type</th>
        <td>
          <span class="type">normalizedString</span>
        </td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>Documentation</th>
        <td>
	Documentation about a key or node.
    </td>
      </tr>
    </table>
    <div class="sample box">
      <div><input type="button" id="element_doc_xibox_button" class="control" onclick="switchState('element_doc_xibox'); return false;" style="display: none" /> <span class="caption">XML Instance Representation</span></div>
      <div id="element_doc_xibox" class="contents">
        <div style="margin-left: 0em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:doc&gt; <span class="type">normalizedString</span> &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:doc&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_doc_xibox', true);
// -->
</script>
    </div>
    <div class="schemaComponent box">
      <div><input type="button" id="element_doc_scbox_button" class="control" onclick="switchState('element_doc_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="element_doc_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">element</span> <span class="scTag">name</span>="<span class="scContent">doc</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type">normalizedString</span></span>"/&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_doc_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h3>Element: <a name="element_key" class="name" id="element_key">key</a></h3>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>key</td>
      </tr>
      <tr>
        <th>Type</th>
        <td>Locally-defined complex type</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
        </th>
        <td>no</td>
      </tr>
    </table>
    <div class="sample box">
      <div><input type="button" id="element_key_xibox_button" class="control" onclick="switchState('element_key_xibox'); return false;" style="display: none" /> <span class="caption">XML Instance Representation</span></div>
      <div id="element_key_xibox" class="contents">
        <div style="margin-left: 0em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:key<br /><span style="margin-left: 0.5em"> name="<span class="type">token</span> <span class="occurs">[1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('The name of this key.'); viewDocumentation('Attribute', 'name', docArray);">?</a>"</span><br /><span style="margin-left: 0.5em"> type="<span class="type">token</span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('The type of this key, if it is a simple string.'); viewDocumentation('Attribute', 'type', docArray);">?</a>"</span><br /><span style="margin-left: 0.5em"> typedoc="<span class="type">token</span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('The type of this key, if it is a simple string.'); viewDocumentation('Attribute', 'typedoc', docArray);">?</a>"</span><br /><span style="margin-left: 0.5em"> deprecated="<span class="type">token</span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('Whether or not the key is dperecated.'); viewDocumentation('Attribute', 'deprecated', docArray);">?</a>"</span>&gt; <br /><span class="group" style="margin-left: 1.5em">Start <a title="Look up 'All' in glossary" href="#term_All">All</a> <span class="occurs">[1]</span></span><br /><div style="margin-left: 3em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; <span class="occurs">[0..1]</span></div><div style="margin-left: 3em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;type&quot; element declaration." href="#element_type">type</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;type&quot; element declaration." href="#element_type">type</a>&gt; <span class="occurs">[0..1]</span></div><div style="margin-left: 3em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;typedoc&quot; element declaration." href="#element_typedoc">typedoc</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;typedoc&quot; element declaration." href="#element_typedoc">typedoc</a>&gt; <span class="occurs">[0..1]</span></div><div style="margin-left: 3em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;deprecated&quot; element declaration." href="#element_deprecated">deprecated</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;deprecated&quot; element declaration." href="#element_deprecated">deprecated</a>&gt; <span class="occurs">[0..1]</span></div><span class="group" style="margin-left: 1.5em">End All</span><br />&lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:key&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_key_xibox', true);
// -->
</script>
    </div>
    <div class="schemaComponent box">
      <div><input type="button" id="element_key_scbox_button" class="control" onclick="switchState('element_key_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="element_key_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">element</span> <span class="scTag">name</span>="<span class="scContent">key</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">complexType</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">all</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">element</span> <span class="scTag">ref</span>="<span class="scContent"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a></span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">element</span> <span class="scTag">ref</span>="<span class="scContent"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;type&quot; element declaration." href="#element_type">type</a></span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">element</span> <span class="scTag">ref</span>="<span class="scContent"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;typedoc&quot; element declaration." href="#element_typedoc">typedoc</a></span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">element</span> <span class="scTag">ref</span>="<span class="scContent"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;deprecated&quot; element declaration." href="#element_deprecated">deprecated</a></span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/&gt;</div>&lt;/<span class="scTag">all</span>&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">attribute</span> <span class="scTag">name</span>="<span class="scContent">name</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type">token</span></span>" <span class="scTag">use</span>="<span class="scContent">required</span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">attribute</span> <span class="scTag">name</span>="<span class="scContent">type</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type">token</span></span>" <span class="scTag">use</span>="<span class="scContent">optional</span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">attribute</span> <span class="scTag">name</span>="<span class="scContent">typedoc</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type">token</span></span>" <span class="scTag">use</span>="<span class="scContent">optional</span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">attribute</span> <span class="scTag">name</span>="<span class="scContent">deprecated</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type">token</span></span>" <span class="scTag">use</span>="<span class="scContent">optional</span>"/&gt;</div>&lt;/<span class="scTag">complexType</span>&gt;</div>&lt;/<span class="scTag">element</span>&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_key_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h3>Element: <a name="element_properties" class="name" id="element_properties">properties</a></h3>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>properties</td>
      </tr>
      <tr>
        <th>Type</th>
        <td>
          <span class="type"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyList&quot; type definition." href="#type_propertyList">propertyList</a></span>
        </td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>Documentation</th>
        <td>
	A top-level definition of property names and meaning, divorced from a
	specific context providing service.
      </td>
      </tr>
    </table>
    <div class="sample box">
      <div><input type="button" id="element_properties_xibox_button" class="control" onclick="switchState('element_properties_xibox'); return false;" style="display: none" /> <span class="caption">XML Instance Representation</span></div>
      <div id="element_properties_xibox" class="contents">
        <div style="margin-left: 0em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:properties&gt; <br /><span class="group" style="margin-left: 1.5em">Start Group: <a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyElement&quot; group definition." href="#group_propertyElement">propertyElement</a> <span class="occurs">[0..*]</span></span><br /><span class="group" style="margin-left: 3em">Start <a title="Look up 'Choice' in glossary" href="#term_Choice">Choice</a> <span class="occurs">[1]</span></span><br /><div style="margin-left: 4.5em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; <span class="occurs">[1]</span></div><div style="margin-left: 4.5em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a>&gt; <span class="occurs">[1]</span></div><span class="group" style="margin-left: 3em">End Choice</span><br /><span class="group" style="margin-left: 1.5em">End Group: <a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyElement&quot; group definition." href="#group_propertyElement">propertyElement</a></span><br />&lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:properties&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_properties_xibox', true);
// -->
</script>
    </div>
    <div class="schemaComponent box">
      <div><input type="button" id="element_properties_scbox_button" class="control" onclick="switchState('element_properties_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="element_properties_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">element</span> <span class="scTag">name</span>="<span class="scContent">properties</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyList&quot; type definition." href="#type_propertyList">propertyList</a></span></span>"/&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_properties_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h3>Element: <a name="element_provider" class="name" id="element_provider">provider</a></h3>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>provider</td>
      </tr>
      <tr>
        <th>Type</th>
        <td>
          <span class="type"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;providerDefn&quot; type definition." href="#type_providerDefn">providerDefn</a></span>
        </td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>Documentation</th>
        <td>
	A top-level declaration of a context-providing service using the
	ContextKit framework.
      </td>
      </tr>
    </table>
    <div class="sample box">
      <div><input type="button" id="element_provider_xibox_button" class="control" onclick="switchState('element_provider_xibox'); return false;" style="display: none" /> <span class="caption">XML Instance Representation</span></div>
      <div id="element_provider_xibox" class="contents">
        <div style="margin-left: 0em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:provider<br /><span style="margin-left: 0.5em"> plugin="<span class="type">string</span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('Which libcontextsubscriber plugin can communicate with the provider. For the ContextKit D-Bus protocol, use contextkit-dbus.'); viewDocumentation('Attribute', 'plugin', docArray);">?</a>"</span><br /><span style="margin-left: 0.5em"> constructionString="<span class="type">string</span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('The parameter given to the plugin communicating with the provider. For the ContextKit D-Bus protocol, use dbustype:dbusservicename.'); viewDocumentation('Attribute', 'constructionString', docArray);">?</a>"</span><br /><span style="margin-left: 0.5em"> bus="<span class="type"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;dbusBusType&quot; type definition." href="#type_dbusBusType">dbusBusType</a></span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('Which standard D-Bus bus this service can be activated on (To be deprecated: use the plugin and constructionString attributes instead.)'); viewDocumentation('Attribute', 'bus', docArray);">?</a>"</span><br /><span style="margin-left: 0.5em"> service="<span class="type">NCName</span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('The bus name of the service that will provide these keys. This service must be activatable on the bus specified in \&quot;bus\&quot;. (To be deprecated: use the plugin and constructionString attributes instead.)'); viewDocumentation('Attribute', 'service', docArray);">?</a>"</span>&gt; <br /><span class="group" style="margin-left: 1.5em">Start Group: <a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyElement&quot; group definition." href="#group_propertyElement">propertyElement</a> <span class="occurs">[0..*]</span></span><br /><span class="group" style="margin-left: 3em">Start <a title="Look up 'Choice' in glossary" href="#term_Choice">Choice</a> <span class="occurs">[1]</span></span><br /><div style="margin-left: 4.5em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; <span class="occurs">[1]</span></div><div style="margin-left: 4.5em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a>&gt; <span class="occurs">[1]</span></div><span class="group" style="margin-left: 3em">End Choice</span><br /><span class="group" style="margin-left: 1.5em">End Group: <a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyElement&quot; group definition." href="#group_propertyElement">propertyElement</a></span><br />&lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:provider&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_provider_xibox', true);
// -->
</script>
    </div>
    <div class="schemaComponent box">
      <div><input type="button" id="element_provider_scbox_button" class="control" onclick="switchState('element_provider_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="element_provider_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">element</span> <span class="scTag">name</span>="<span class="scContent">provider</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;providerDefn&quot; type definition." href="#type_providerDefn">providerDefn</a></span></span>"/&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_provider_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h3>Element: <a name="element_type" class="name" id="element_type">type</a></h3>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>type</td>
      </tr>
      <tr>
        <th>Type</th>
        <td>Locally-defined complex type</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>Documentation</th>
        <td>
      The type of this key.
    </td>
      </tr>
    </table>
    <div class="sample box">
      <div><input type="button" id="element_type_xibox_button" class="control" onclick="switchState('element_type_xibox'); return false;" style="display: none" /> <span class="caption">XML Instance Representation</span></div>
      <div id="element_type_xibox" class="contents">
        <div style="margin-left: 0em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:type&gt; <br /><span class="other" style="margin-left: 1.5em">&lt;!-- Mixed content --&gt;</span><br /><div class="other" style="margin-left: 1.5em">Allow any elements from any namespace (lax validation). <span class="occurs">[0..1]</span></div>&lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:type&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_type_xibox', true);
// -->
</script>
    </div>
    <div class="schemaComponent box">
      <div><input type="button" id="element_type_scbox_button" class="control" onclick="switchState('element_type_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="element_type_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">element</span> <span class="scTag">name</span>="<span class="scContent">type</span>"&gt;<div class="comment" style="margin-left: 1.5em">&lt;-- XXX - not very strict --&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">complexType</span> <span class="scTag">mixed</span>="<span class="scContent">true</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">any</span> <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">processContents</span>="<span class="scContent">lax</span>"/&gt;</div>&lt;/<span class="scTag">sequence</span>&gt;</div>&lt;/<span class="scTag">complexType</span>&gt;</div>&lt;/<span class="scTag">element</span>&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_type_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h3>Element: <a name="element_typedoc" class="name" id="element_typedoc">typedoc</a></h3>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>typedoc</td>
      </tr>
      <tr>
        <th>Type</th>
        <td>Locally-defined complex type</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
        </th>
        <td>no</td>
      </tr>
      <tr>
        <th>Documentation</th>
        <td>
      The type of this key.
    </td>
      </tr>
    </table>
    <div class="sample box">
      <div><input type="button" id="element_typedoc_xibox_button" class="control" onclick="switchState('element_typedoc_xibox'); return false;" style="display: none" /> <span class="caption">XML Instance Representation</span></div>
      <div id="element_typedoc_xibox" class="contents">
        <div style="margin-left: 0em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:typedoc&gt; <br /><span class="other" style="margin-left: 1.5em">&lt;!-- Mixed content --&gt;</span><br /><div class="other" style="margin-left: 1.5em">Allow any elements from any namespace (lax validation). <span class="occurs">[0..1]</span></div>&lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:typedoc&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_typedoc_xibox', true);
// -->
</script>
    </div>
    <div class="schemaComponent box">
      <div><input type="button" id="element_typedoc_scbox_button" class="control" onclick="switchState('element_typedoc_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="element_typedoc_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">element</span> <span class="scTag">name</span>="<span class="scContent">typedoc</span>"&gt;<div class="comment" style="margin-left: 1.5em">&lt;-- XXX - not very strict --&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">complexType</span> <span class="scTag">mixed</span>="<span class="scContent">true</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">any</span> <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">processContents</span>="<span class="scContent">lax</span>"/&gt;</div>&lt;/<span class="scTag">sequence</span>&gt;</div>&lt;/<span class="scTag">complexType</span>&gt;</div>&lt;/<span class="scTag">element</span>&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('element_typedoc_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h2>
      <a name="SchemaDefinitions" id="SchemaDefinitions">Global Definitions</a>
    </h2>
    <h3>Complex Type: <a name="type_propertyList" class="name" id="type_propertyList">propertyList</a></h3>
    <table class="hierarchy">
      <tr>
        <th>Super-types:</th>
        <td>None</td>
      </tr>
      <tr>
        <th>Sub-types:</th>
        <td>
          <ul>
            <li><span class="type"><a title="Jump to &quot;providerDefn&quot; type definition." href="#type_providerDefn">providerDefn</a></span> (by extension)</li>
          </ul>
        </td>
      </tr>
    </table>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>propertyList</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
        </th>
        <td>no</td>
      </tr>
    </table>
    <div class="sample box">
      <div><input type="button" id="type_propertyList_xibox_button" class="control" onclick="switchState('type_propertyList_xibox'); return false;" style="display: none" /> <span class="caption">XML Instance Representation</span></div>
      <div id="type_propertyList_xibox" class="contents">
        <div style="margin-left: 0em">&lt;...&gt; <br /><span class="group" style="margin-left: 1.5em">Start Group: <a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyElement&quot; group definition." href="#group_propertyElement">propertyElement</a> <span class="occurs">[0..*]</span></span><br /><span class="group" style="margin-left: 3em">Start <a title="Look up 'Choice' in glossary" href="#term_Choice">Choice</a> <span class="occurs">[1]</span></span><br /><div style="margin-left: 4.5em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; <span class="occurs">[1]</span></div><div style="margin-left: 4.5em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a>&gt; <span class="occurs">[1]</span></div><span class="group" style="margin-left: 3em">End Choice</span><br /><span class="group" style="margin-left: 1.5em">End Group: <a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyElement&quot; group definition." href="#group_propertyElement">propertyElement</a></span><br />&lt;/...&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('type_propertyList_xibox', true);
// -->
</script>
    </div>
    <div class="schemaComponent box">
      <div><input type="button" id="type_propertyList_scbox_button" class="control" onclick="switchState('type_propertyList_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="type_propertyList_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">complexType</span> <span class="scTag">name</span>="<span class="scContent">propertyList</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">sequence</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">group</span> <span class="scTag">ref</span>="<span class="scContent"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyElement&quot; group definition." href="#group_propertyElement">propertyElement</a></span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/&gt;</div>&lt;/<span class="scTag">sequence</span>&gt;</div>&lt;/<span class="scTag">complexType</span>&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('type_propertyList_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h3>Complex Type: <a name="type_providerDefn" class="name" id="type_providerDefn">providerDefn</a></h3>
    <table class="hierarchy">
      <tr>
        <th>Super-types:</th>
        <td><span class="type"><a title="Jump to &quot;propertyList&quot; type definition." href="#type_propertyList">propertyList</a></span> &lt; <strong>providerDefn</strong> (by extension)</td>
      </tr>
      <tr>
        <th>Sub-types:</th>
        <td>None</td>
      </tr>
    </table>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>providerDefn</td>
      </tr>
      <tr>
        <th>
          <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
        </th>
        <td>no</td>
      </tr>
    </table>
    <div class="sample box">
      <div><input type="button" id="type_providerDefn_xibox_button" class="control" onclick="switchState('type_providerDefn_xibox'); return false;" style="display: none" /> <span class="caption">XML Instance Representation</span></div>
      <div id="type_providerDefn_xibox" class="contents">
        <div style="margin-left: 0em">&lt;...<br /><span style="margin-left: 0.5em" class="newFields"> plugin="<span class="type">string</span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('Which libcontextsubscriber plugin can communicate with the provider. For the ContextKit D-Bus protocol, use contextkit-dbus.'); viewDocumentation('Attribute', 'plugin', docArray);">?</a>"</span><br /><span style="margin-left: 0.5em" class="newFields"> constructionString="<span class="type">string</span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('The parameter given to the plugin communicating with the provider. For the ContextKit D-Bus protocol, use dbustype:dbusservicename.'); viewDocumentation('Attribute', 'constructionString', docArray);">?</a>"</span><br /><span style="margin-left: 0.5em" class="newFields"> bus="<span class="type"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;dbusBusType&quot; type definition." href="#type_dbusBusType">dbusBusType</a></span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('Which standard D-Bus bus this service can be activated on (To be deprecated: use the plugin and constructionString attributes instead.)'); viewDocumentation('Attribute', 'bus', docArray);">?</a>"</span><br /><span style="margin-left: 0.5em" class="newFields"> service="<span class="type">NCName</span> <span class="occurs">[0..1]</span> <a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('The bus name of the service that will provide these keys. This service must be activatable on the bus specified in \&quot;bus\&quot;. (To be deprecated: use the plugin and constructionString attributes instead.)'); viewDocumentation('Attribute', 'service', docArray);">?</a>"</span>&gt; <br /><span class="group" style="margin-left: 1.5em">Start Group: <a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyElement&quot; group definition." href="#group_propertyElement">propertyElement</a> <span class="occurs">[0..*]</span></span><br /><span class="group" style="margin-left: 3em">Start <a title="Look up 'Choice' in glossary" href="#term_Choice">Choice</a> <span class="occurs">[1]</span></span><br /><div style="margin-left: 4.5em" class="inherited">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; <span class="occurs">[1]</span></div><div style="margin-left: 4.5em" class="inherited">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a>&gt; <span class="occurs">[1]</span></div><span class="group" style="margin-left: 3em">End Choice</span><br /><span class="group" style="margin-left: 1.5em">End Group: <a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyElement&quot; group definition." href="#group_propertyElement">propertyElement</a></span><br />&lt;/...&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('type_providerDefn_xibox', true);
// -->
</script>
    </div>
    <div class="schemaComponent box">
      <div><input type="button" id="type_providerDefn_scbox_button" class="control" onclick="switchState('type_providerDefn_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="type_providerDefn_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">complexType</span> <span class="scTag">name</span>="<span class="scContent">providerDefn</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">complexContent</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">extension</span> <span class="scTag">base</span>="<span class="scContent"><span class="type"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;propertyList&quot; type definition." href="#type_propertyList">propertyList</a></span></span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">attribute</span> <span class="scTag">name</span>="<span class="scContent">plugin</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type">string</span></span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">attribute</span> <span class="scTag">name</span>="<span class="scContent">constructionString</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type">string</span></span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">attribute</span> <span class="scTag">name</span>="<span class="scContent">bus</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;dbusBusType&quot; type definition." href="#type_dbusBusType">dbusBusType</a></span></span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">attribute</span> <span class="scTag">name</span>="<span class="scContent">service</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type">NCName</span></span>"/&gt;</div>&lt;/<span class="scTag">extension</span>&gt;</div>&lt;/<span class="scTag">complexContent</span>&gt;</div>&lt;/<span class="scTag">complexType</span>&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('type_providerDefn_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h3>Model Group: <a name="group_propertyElement" class="name" id="group_propertyElement">propertyElement</a></h3>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>propertyElement</td>
      </tr>
    </table>
    <div class="sample box">
      <div><input type="button" id="group_propertyElement_xibox_button" class="control" onclick="switchState('group_propertyElement_xibox'); return false;" style="display: none" /> <span class="caption">XML Instance Representation</span></div>
      <div id="group_propertyElement_xibox" class="contents">
        <span class="group" style="margin-left: 0em">Start <a title="Look up 'Choice' in glossary" href="#term_Choice">Choice</a> <span class="occurs">[1]</span></span>
        <br />
        <div style="margin-left: 1.5em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a>&gt; <span class="occurs">[1]</span></div>
        <div style="margin-left: 1.5em">&lt;<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a>&gt; ... &lt;/<a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a>&gt; <span class="occurs">[1]</span></div>
        <span class="group" style="margin-left: 0em">End Choice</span>
        <br />
      </div>
      <script type="text/javascript">
<!--
setState('group_propertyElement_xibox', true);
// -->
</script>
    </div>
    <div class="schemaComponent box">
      <div><input type="button" id="group_propertyElement_scbox_button" class="control" onclick="switchState('group_propertyElement_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="group_propertyElement_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">group</span> <span class="scTag">name</span>="<span class="scContent">propertyElement</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">choice</span>&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">element</span> <span class="scTag">ref</span>="<span class="scContent"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;doc&quot; element declaration." href="#element_doc">doc</a></span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">element</span> <span class="scTag">ref</span>="<span class="scContent"><a href="#ns_provider" title="Find out namespace of 'provider' prefix">provider</a>:<a title="Jump to &quot;key&quot; element declaration." href="#element_key">key</a></span>"/&gt;</div>&lt;/<span class="scTag">choice</span>&gt;</div>&lt;/<span class="scTag">group</span>&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('group_propertyElement_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <h3>Simple Type: <a name="type_dbusBusType" class="name" id="type_dbusBusType">dbusBusType</a></h3>
    <table class="hierarchy">
      <tr>
        <th>Super-types:</th>
        <td><span class="type">string</span> &lt; <strong>dbusBusType</strong> (by restriction)</td>
      </tr>
      <tr>
        <th>Sub-types:</th>
        <td>None</td>
      </tr>
    </table>
    <table class="properties">
      <tr>
        <th>Name</th>
        <td>dbusBusType</td>
      </tr>
      <tr>
        <th>Content</th>
        <td>
          <ul>
            <li>Base XSD Type: string</li>
          </ul>
          <ul>
            <li><em>value</em> comes from list: {'system'|'session'}</li>
          </ul>
        </td>
      </tr>
      <tr>
        <th>Documentation</th>
        <td>
      Represents a standard D-Bus bus type.
    </td>
      </tr>
    </table>
    <div class="schemaComponent box">
      <div><input type="button" id="type_dbusBusType_scbox_button" class="control" onclick="switchState('type_dbusBusType_scbox'); return false;" style="display: none" /> <span class="caption">Schema Component Representation</span></div>
      <div id="type_dbusBusType_scbox" class="contents">
        <div style="margin-left: 0em">&lt;<span class="scTag">simpleType</span> <span class="scTag">name</span>="<span class="scContent">dbusBusType</span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">restriction</span> <span class="scTag">base</span>="<span class="scContent"><span class="type">string</span></span>"&gt;<div style="margin-left: 1.5em">&lt;<span class="scTag">enumeration</span> <span class="scTag">value</span>="<span class="scContent">system</span>"/&gt;</div><div style="margin-left: 1.5em">&lt;<span class="scTag">enumeration</span> <span class="scTag">value</span>="<span class="scContent">session</span>"/&gt;</div>&lt;/<span class="scTag">restriction</span>&gt;</div>&lt;/<span class="scTag">simpleType</span>&gt;</div>
      </div>
      <script type="text/javascript">
<!--
setState('type_dbusBusType_scbox', false);
// -->
</script>
    </div>
    <div style="text-align: right; clear: both;">
      <a href="#top">top</a>
    </div>
    <hr />
    <div id="legend">
      <h2>
        <a name="Legend" id="Legend">Legend</a>
      </h2>
      <div style="float: left; width: 15em;">
        <h3 style="margin-bottom: 0px;">Complex Type:</h3>
        <div class="hint" style="margin-left: 0em;">Schema Component Type</div>
      </div>
      <div style="float: left; width: 15em;">
        <h3 style="margin-bottom: 0px;">
          <span class="name">AusAddress</span>
        </h3>
        <div class="hint" style="margin-left: 0em;">Schema Component Name</div>
      </div>
      <table class="hierarchy" style="clear : both">
        <tr>
          <th>Super-types:</th>
          <td><span class="type" style="color: #0000FF; text-decoration:underline;">Address</span> &lt; <span class="current">AusAddress</span> (by extension)</td>
        </tr>
        <tr>
          <th>Sub-types:</th>
          <td>
            <ul>
              <li><span class="type" style="color: #0000FF; text-decoration:underline;">QLDAddress</span> (by restriction)</li>
            </ul>
          </td>
        </tr>
      </table>
      <div class="hint">If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.</div>
      <table class="properties">
        <tr>
          <th>Name</th>
          <td>AusAddress</td>
        </tr>
        <tr>
          <th>
            <a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a>
          </th>
          <td>no</td>
        </tr>
      </table>
      <div class="hint">The table above displays the properties of this schema component.</div>
      <div class="sample box">
        <div>
          <span class="caption">XML Instance Representation</span>
        </div>
        <div class="contents"><span style="margin-left: 0em">&lt;...</span><span class="newFields"><span> country="<span class="fixed">Australia</span>"</span></span>&gt; <br /><span style="margin-left: 1.5em" class="inherited">&lt;unitNo&gt; <span class="type">string</span> &lt;/unitNo&gt; <span class="occurs">[0..1]</span></span><br /><span style="margin-left: 1.5em" class="inherited">&lt;houseNo&gt; <span class="type">string</span> &lt;/houseNo&gt; <span class="occurs">[1]</span></span><br /><span style="margin-left: 1.5em" class="inherited">&lt;street&gt; <span class="type">string</span> &lt;/street&gt; <span class="occurs">[1]</span></span><br /><span class="group" style="margin-left: 1.5em">Start <a title="Look up 'Choice' in glossary" href="#term_Choice">Choice</a><span class="occurs">[1]</span></span><br /><span style="margin-left: 3em" class="inherited">&lt;city&gt; <span class="type">string</span> &lt;/city&gt; <span class="occurs">[1]</span></span><br /><span style="margin-left: 3em" class="inherited">&lt;town&gt; <span class="type">string</span> &lt;/town&gt; <span class="occurs">[1]</span></span><br /><span class="group" style="margin-left: 1.5em">End Choice</span><br /><span class="newFields"><span style="margin-left: 1.5em">&lt;state&gt; <span class="type" style="text-decoration:underline;">AusStates</span> &lt;/state&gt; <span class="occurs">[1]</span></span><br /><span style="margin-left: 1.5em">&lt;postcode&gt; <span class="constraint">string &lt;&lt;<em>pattern</em> = [1-9][0-9]{3}&gt;&gt;</span> &lt;/postcode&gt; <span class="occurs">[1]</span><a href="javascript:void(0)" title="View Documentation" class="documentation" onclick="docArray = new Array('Post code must be a four-digit number.'); viewDocumentation('Element', 'postcode', docArray);">?</a></span><br /></span><span style="margin-left: 0em">&lt;/...&gt;</span><br /></div>
      </div>
      <div class="hint">
        <p>The XML Instance Representation table above shows the schema component's content as an XML instance.</p>
        <ul>
          <li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
          <li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
          <li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <span style="font-weight: bold">bold</span>.</li>
          <li>If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".</li>
          <li>Otherwise, the type of the element/attribute is displayed.
               <ul><li>If the element/attribute's type is in the schema, a link is provided to it.</li><li>For local simple type definitions, the constraints are displayed in angle brackets, e.g. &lt;&lt;<em>pattern</em> = [1-9][0-9]{3}&gt;&gt;.</li></ul></li>
          <li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. &lt;postcode&gt;.</li>
        </ul>
      </div>
      <div class="schemaComponent box">
        <div>
          <span class="caption">Schema Component Representation</span>
        </div>
        <div class="contents">
          <span style="margin-left: 0em">&lt;<span class="scTag">complexType</span><span class="scTag">name</span>="<span class="scContent">AusAddress</span>"&gt;</span>
          <br />
          <span style="margin-left: 1.5em">&lt;<span class="scTag">complexContent</span>&gt;</span>
          <br />
          <span style="margin-left: 3em">&lt;<span class="scTag">extension</span><span class="scTag">base</span>="<span class="scContent"><span class="type" style="text-decoration:underline;">Address</span></span>"&gt;</span>
          <br />
          <span style="margin-left: 4.5em">&lt;<span class="scTag">sequence</span>&gt;</span>
          <br />
          <span style="margin-left: 6em">&lt;<span class="scTag">element</span><span class="scTag">name</span>="<span class="scContent">state</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type" style="text-decoration:underline;">AusStates</span></span>"/&gt;</span>
          <br />
          <span style="margin-left: 6em">&lt;<span class="scTag">element</span><span class="scTag">name</span>="<span class="scContent">postcode</span>"&gt;</span>
          <br />
          <span style="margin-left: 7.5em">&lt;<span class="scTag">simpleType</span>&gt;</span>
          <br />
          <span style="margin-left: 9em">&lt;<span class="scTag">restriction</span><span class="scTag">base</span>="<span class="scContent"><span class="type">string</span></span>"&gt;</span>
          <br />
          <span style="margin-left: 10.5em">&lt;<span class="scTag">pattern</span><span class="scTag">value</span>="<span class="scContent">[1-9][0-9]{3}</span>"/&gt;</span>
          <br />
          <span style="margin-left: 9em">&lt;/<span class="scTag">restriction</span>&gt;</span>
          <br />
          <span style="margin-left: 7.5em">&lt;/<span class="scTag">simpleType</span>&gt;</span>
          <br />
          <span style="margin-left: 6em">&lt;/<span class="scTag">element</span>&gt;</span>
          <br />
          <span style="margin-left: 4.5em">&lt;/<span class="scTag">sequence</span>&gt;</span>
          <br />
          <span style="margin-left: 4.5em">&lt;<span class="scTag">attribute</span><span class="scTag">name</span>="<span class="scContent">country</span>" <span class="scTag">type</span>="<span class="scContent"><span class="type">string</span></span>" <span class="scTag">fixed</span>="<span class="scContent">Australia</span>"/&gt;</span>
          <br />
          <span style="margin-left: 3em">&lt;/<span class="scTag">extension</span>&gt;</span>
          <br />
          <span style="margin-left: 1.5em">&lt;/<span class="scTag">complexContent</span>&gt;</span>
          <br />
          <span style="margin-left: 0em">&lt;/<span class="scTag">complexType</span>&gt;</span>
          <br />
        </div>
      </div>
      <div class="hint">The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)</div>
      <div style="text-align: right; clear: both;">
        <a href="#top">top</a>
      </div>
      <hr />
    </div>
    <div id="glossary">
      <h2>
        <a name="Glossary" id="Glossary">Glossary</a>
      </h2>
      <p><span class="glossaryTerm"><a name="term_Abstract" id="term_Abstract">Abstract</a> </span>(Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.</p>
      <p><span class="glossaryTerm"><a name="term_All" id="term_All">All Model Group</a> </span>Child elements can be provided <em>in any order</em> in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-all" href="http://www.w3.org/TR/xmlschema-1/#element-all">http://www.w3.org/TR/xmlschema-1/#element-all</a>.</p>
      <p><span class="glossaryTerm"><a name="term_Choice" id="term_Choice">Choice Model Group</a> </span><em>Only one</em> from the list of child elements and model groups can be provided in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-choice" href="http://www.w3.org/TR/xmlschema-1/#element-choice">http://www.w3.org/TR/xmlschema-1/#element-choice</a>.</p>
      <p><span class="glossaryTerm"><a name="term_CollapseWS" id="term_CollapseWS">Collapse Whitespace Policy</a> </span>Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.</p>
      <p><span class="glossaryTerm"><a name="term_ElemBlock" id="term_ElemBlock">Disallowed Substitutions</a> </span>(Applies to element declarations). If <em>substitution</em> is specified, then <a title="Look up 'substitution group' in glossary" href="#term_SubGroup">substitution group</a> members cannot be used in place of the given element declaration to validate element instances. If <em>derivation methods</em>, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an <code>xsi:type</code> attribute.</p>
      <p><span class="glossaryTerm"><a name="term_Key" id="term_Key">Key Constraint</a> </span>Like <a title="Look up 'Uniqueness Constraint' in glossary" href="#term_Unique">Uniqueness Constraint</a>, but additionally requires that the specified value(s) must be provided. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions" href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.</p>
      <p><span class="glossaryTerm"><a name="term_KeyRef" id="term_KeyRef">Key Reference Constraint</a> </span>Ensures that the specified value(s) must match value(s) from a <a title="Look up 'Key Constraint' in glossary" href="#term_Key">Key Constraint</a> or <a title="Look up 'Uniqueness Constraint' in glossary" href="#term_Unique">Uniqueness Constraint</a>. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions" href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.</p>
      <p><span class="glossaryTerm"><a name="term_ModelGroup" id="term_ModelGroup">Model Group</a> </span>Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: <a title="http://www.w3.org/TR/xmlschema-1/#Model_Groups" href="http://www.w3.org/TR/xmlschema-1/#Model_Groups">http://www.w3.org/TR/xmlschema-1/#Model_Groups</a>.</p>
      <p><span class="glossaryTerm"><a name="term_Nillable" id="term_Nillable">Nillable</a> </span>(Applies to element declarations). If an element declaration is nillable, instances can use the <code>xsi:nil</code> attribute. The <code>xsi:nil</code> attribute is the boolean attribute, <em>nil</em>, from the <em>http://www.w3.org/2001/XMLSchema-instance</em> namespace. If an element instance has an <code>xsi:nil</code> attribute set to true, it can be left empty, even though its element declaration may have required content.</p>
      <p><span class="glossaryTerm"><a name="term_Notation" id="term_Notation">Notation</a> </span>A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: <a title="http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations" href="http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations">http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations</a>.</p>
      <p><span class="glossaryTerm"><a name="term_PreserveWS" id="term_PreserveWS">Preserve Whitespace Policy</a> </span>Preserve whitespaces exactly as they appear in instances.</p>
      <p><span class="glossaryTerm"><a name="term_TypeFinal" id="term_TypeFinal">Prohibited Derivations</a> </span>(Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.</p>
      <p><span class="glossaryTerm"><a name="term_TypeBlock" id="term_TypeBlock">Prohibited Substitutions</a> </span>(Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.</p>
      <p><span class="glossaryTerm"><a name="term_ReplaceWS" id="term_ReplaceWS">Replace Whitespace Policy</a> </span>Replace tab, line feed, and carriage return characters with space character (Unicode character 32).</p>
      <p><span class="glossaryTerm"><a name="term_Sequence" id="term_Sequence">Sequence Model Group</a> </span>Child elements and model groups must be provided <em>in the specified order</em> in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-sequence" href="http://www.w3.org/TR/xmlschema-1/#element-sequence">http://www.w3.org/TR/xmlschema-1/#element-sequence</a>.</p>
      <p><span class="glossaryTerm"><a name="term_SubGroup" id="term_SubGroup">Substitution Group</a> </span>Elements that are <em>members</em> of a substitution group can be used wherever the <em>head</em> element of the substitution group is referenced.</p>
      <p><span class="glossaryTerm"><a name="term_ElemFinal" id="term_ElemFinal">Substitution Group Exclusions</a> </span>(Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.</p>
      <p><span class="glossaryTerm"><a name="term_TargetNS" id="term_TargetNS">Target Namespace</a> </span>The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.</p>
      <p><span class="glossaryTerm"><a name="term_Unique" id="term_Unique">Uniqueness Constraint</a> </span>Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions" href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.</p>
      <div style="text-align: right; clear: both;">
        <a href="#top">top</a>
      </div>
      <hr />
    </div>
    <p class="footer">Generated by <a href="http://xml.fiforms.org/xs3p/">xs3p</a> (<a href="http://titanium.dstc.edu.au/xml/xs3p">old link</a>)
               . Last modified: <script type="text/javascript">
<!--
document.write(document.lastModified);
// -->
</script></p>
  </body>
</html>