Changeset 138 for Documentation/Generated/OME-2007-07/STD.xsd.html
- Timestamp:
- 01/11/08 12:23:02 (10 months ago)
- Files:
-
- 1 modified
-
Documentation/Generated/OME-2007-07/STD.xsd.html (modified) (27 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Documentation/Generated/OME-2007-07/STD.xsd.html
r109 r138 7 7 <meta http-equiv="Content-Type" content="text/xml; charset=UTF-8"/> 8 8 <style type="text/css"> 9 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 10 /* More-configurable styles */ 11 12 /******** General ********/ 13 14 /* Document body */ 15 body { 16 color: Black; 17 background-color: White; 18 font-family: Arial, sans-serif; 19 font-size: 10pt; 20 } 21 22 /* Horizontal rules */ 23 hr { 24 color: black; 25 } 26 /* Document title */ 27 h1 { 28 font-size: 18pt; 29 letter-spacing: 2px; 30 border-bottom: 1px #ccc solid; 31 padding-top: 5px; 32 padding-bottom: 5px; 33 } 34 /* Main section headers */ 35 h2 { 36 font-size: 14pt; 37 letter-spacing: 1px; 38 } 39 /* Sub-section headers */ 40 h3, h3 a, h3 span { 41 font-size: 12pt; 42 font-weight: bold; 43 color: black; 44 } 45 /* Table displaying the properties of the schema components or the 46 schema document itself */ 47 table.properties th, table.properties th a { 48 color: black; 49 background-color: #F99; /* Pink */ 50 } 51 table.properties td { 52 background-color: #eee; /* Gray */ 53 } 54 55 img{ 56 border: 0; 57 } 58 59 /********* Documentation style *************/ 60 p.documentation { 61 color:black; 62 font-style:italic; 63 background-color: #EEEEFF; 64 border: 1px solid #DDDDFF; 65 padding-top: 1px; 66 margin-right: 30px; 67 margin-top: 1px; 68 } 69 70 71 /******** Table of Contents Section ********/ 72 73 /* Controls for switching between printing and viewing modes */ 74 div#printerControls { 75 color: #963; /* Orange-brown */ 76 } 77 /* Controls that can collapse or expand all XML Instance 78 Representation and Schema Component Representation boxes */ 79 div#globalControls { 80 border: 2px solid #999; 81 } 82 83 84 /******** Schema Document Properties Section ********/ 85 86 /* Table displaying the namespaces declared in the schema */ 87 table.namespaces th { 88 background-color: #ccc; 89 } 90 table.namespaces td { 91 background-color: #eee; 92 } 93 /* Target namespace of the schema */ 94 span.targetNS { 95 color: #06C; 96 font-weight: bold; 97 } 98 99 100 /******** Schema Components' Sections ********/ 101 102 /* Name of schema component */ 103 .name { 104 color: #F93; /* Orange */ 105 } 106 107 /* Hierarchy table */ 108 table.hierarchy { 109 border: 2px solid #999; /* Gray */ 110 } 111 112 /* XML Instance Representation table */ 113 div.sample div.contents { 114 border: 1px dashed black; 115 } 116 117 118 /* Schema Component Representation table */ 119 div.schemaComponent div.contents { 120 border: 2px black solid; 121 } 122 123 124 /******** Glossary Section ********/ 125 126 /* Glossary Terms */ 127 .glossaryTerm { 128 color: #036; /* Blue */ 129 } 130 131 132 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 133 /* Printer-version styles */ 134 135 @media print { 136 137 /* Ensures that controls are hidden when printing */ 138 div#printerControls { 139 visibility: hidden; 140 } 141 div#globalControls { 142 visibility: hidden; 143 } 144 #legend { 145 display: none; 146 } 147 #legendTOC { 148 display: none; 149 } 150 #glossary { 151 display: none; 152 } 153 #glossaryTOC { 154 display: none; 155 } 156 157 } 158 159 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 160 /* Base styles */ 161 162 /******** General ********/ 163 164 /* Unordered lists */ 165 ul { 166 margin-left: 1.5em; 167 margin-bottom: 0em; 168 } 169 /* Tables */ 170 table { 171 margin-top: 10px; 172 margin-bottom: 10px; 173 margin-left: 2px; 174 margin-right: 2px; 175 } 176 table th, table td { 177 font-size: 10pt; 178 vertical-align: top; 179 padding-top: 3px; 180 padding-bottom: 3px; 181 padding-left: 10px; 182 padding-right: 10px; 183 } 184 table th { 185 font-weight: bold; 186 text-align: left; 187 } 188 /* Table displaying the properties of the schema components or the 189 schema document itself */ 190 table.properties { 191 width: 90%; 192 } 193 table.properties th { 194 width: 30%; 195 } 196 /* Boxes that can make its content appear and disappear*/ 197 div.box { 198 margin: 1em; 199 } 200 /* Box caption */ 201 div.box span.caption { 202 font-weight: bold; 203 } 204 /* Button to open and close the box */ 205 div.box input.control { 206 width: 1.4em; 207 height: 1.4em; 208 text-align: center; 209 vertical-align: middle; 210 font-size: 11pt; 211 } 212 /* Box contents */ 213 div.box div.contents { 214 margin-top: 3px; 215 } 216 217 218 /******** Table of Contents Section ********/ 219 220 /* Controls for switching between printing and viewing modes */ 221 div#printerControls { 222 white-space: nowrap; 223 font-weight: bold; 224 padding: 5px; 225 margin: 5px; 226 } 227 /* Controls that can collapse or expand all XML Instance 228 Representation and Schema Component Representation boxes */ 229 div#globalControls { 230 padding: 10px; 231 margin: 5px; 232 } 233 234 235 /******** Schema Document Properties Section ********/ 236 237 /* Table displaying the namespaces declared in the schema */ 238 table.namespaces th { 239 } 240 table.namespaces td { 241 } 242 /* Target namespace of the schema */ 243 span.targetNS { 244 } 245 246 247 /******** Schema Components' Sections ********/ 248 249 /* Name of schema component */ 250 .name { 251 } 252 253 /* Hierarchy table */ 254 table.hierarchy { 255 width: 90%; 256 } 257 table.hierarchy th { 258 font-weight: normal; 259 font-style: italic; 260 width: 20%; 261 } 262 table.hierarchy th, table.hierarchy td { 263 padding: 5px; 264 } 265 266 /* XML Instance Representation table */ 267 div.sample { 268 width: 90%; 269 } 270 div.sample div.contents { 271 padding: 5px; 272 font-family: Courier New, sans-serif; 273 font-size: 10pt; 274 } 275 /* Normal elements and attributes */ 276 div.sample div.contents, div.sample div.contents a { 277 color: black; 278 } 279 /* Group Headers */ 280 div.sample div.contents .group, div.sample div.contents .group a { 281 color: #999; /* Light gray */ 282 } 283 /* Type Information */ 284 div.sample div.contents .type, div.sample div.contents .type a { 285 color: #999; /* Light gray */ 286 } 287 /* Occurrence Information */ 288 div.sample div.contents .occurs, div.sample div.contents .occurs a { 289 color: #999; /* Light gray */ 290 } 291 /* Fixed values */ 292 div.sample div.contents .fixed { 293 color: #063; /* Green */ 294 font-weight: bold; 295 } 296 /* Simple type constraints */ 297 div.sample div.contents .constraint, div.sample div.contents .constraint a { 298 color: #999; /* Light gray */ 299 } 300 /* Elements and attributes inherited from base type */ 301 div.sample div.contents .inherited, div.sample div.contents .inherited a { 302 color: #666; /* Dark gray */ 303 } 304 /* Elements and attributes added to or changed from base type */ 305 div.sample div.contents .newFields { 306 font-weight: bold; 307 } 308 /* Other type of information */ 309 div.sample div.contents .other, div.sample div.contents .other a { 310 color: #369; /* Blue */ 311 font-style: italic; 312 } 313 /* Link to open up window displaying documentation */ 314 div.sample div.contents a.documentation { 315 text-decoration: none; 316 padding-left: 3px; 317 padding-right: 3px; 318 padding-top: 0px; 319 padding-bottom: 0px; 320 font-weight: bold; 321 font-size: 11pt; 322 background-color: #FFD; 323 color: #069; 324 } 325 /* Invert colors when hovering over link to open up window 326 displaying documentation */ 327 div.sample div.contents a.documentation:hover { 328 color: #FFD; 329 background-color: #069; 330 } 331 332 /* Schema Component Representation table */ 333 div.schemaComponent { 334 width: 90%; 335 } 336 div.schemaComponent div.contents { 337 font-family: Courier New, sans-serif; 338 font-size: 10pt; 339 padding: 5px; 340 } 341 /* Syntax characters */ 342 div.schemaComponent div.contents { 343 color: #00f; /* blue */ 344 } 345 /* Element and attribute tags */ 346 div.schemaComponent div.contents .scTag { 347 color: #933; /* maroon */ 348 } 349 /* Element and attribute content */ 350 div.schemaComponent div.contents .scContent, div.schemaComponent div.contents .scContent a { 351 color: black; 352 font-weight: bold; 353 } 354 /* Comments */ 355 div.schemaComponent div.contents .comment { 356 color: #999; /* Light gray */ 357 } 358 359 /******** Legend Section ********/ 360 361 div#legend table, div#legend div { 362 margin-bottom: 3px; 363 } 364 div#legend div.hint { 365 color: #999; /* Light gray */ 366 width: 90%; 367 margin-left: 1em; 368 margin-bottom: 2em; 369 } 370 371 372 /******** Glossary Section ********/ 373 374 /* Glossary Terms */ 375 .glossaryTerm { 376 font-weight: bold; 377 } 378 379 /********* Details *************/ 380 .detailsToc { 381 color: #666; /* Light gray */ 382 } 383 384 .details { 385 color: #666; /* Light gray */ 386 text-decoration:none; 387 } 388 389 /******** Footer ********/ 390 391 .footer { 392 font-size: 8pt; 393 } 9 @import url(auto-gen-doc.css); 394 10 </style> 395 11 <script type="text/javascript"> 396 12 <!-- 397 13 /* IDs of XML Instance Representation boxes */ 398 var xiBoxes = new Array('h-1897021287_xibox', 'h1148319395_xibox', 'h-419712291_xibox', 'h-1456143314_xibox', 'h1538002713_xibox' );14 var xiBoxes = new Array('h-1897021287_xibox', 'h1148319395_xibox', 'h-419712291_xibox', 'h-1456143314_xibox', 'h1538002713_xibox', 'h-626007087_xibox'); 399 15 /* IDs of diagram boxes */ 400 var diagramBoxes = new Array('h-1897021287_diagram', 'h1148319395_diagram', 'h-419712291_diagram', 'h-1456143314_diagram', 'h1538002713_diagram' );16 var diagramBoxes = new Array('h-1897021287_diagram', 'h1148319395_diagram', 'h-419712291_diagram', 'h-1456143314_diagram', 'h1538002713_diagram', 'h-626007087_diagram'); 401 17 /* IDs of logical diagram boxes */ 402 var logicalDiagramBoxes = new Array('h-1897021287_logicalDiagram', 'h1148319395_logicalDiagram', 'h-419712291_logicalDiagram', 'h1538002713_logicalDiagram' );18 var logicalDiagramBoxes = new Array('h-1897021287_logicalDiagram', 'h1148319395_logicalDiagram', 'h-419712291_logicalDiagram', 'h1538002713_logicalDiagram', 'h-626007087_logicalDiagram'); 403 19 /* IDs of Schema Component Representation boxes */ 404 var scBoxes = new Array('schema_scbox', 'h-1897021287_scbox', 'h1148319395_scbox', 'h-419712291_scbox', 'h-1456143314_scbox', 'h1538002713_scbox' );20 var scBoxes = new Array('schema_scbox', 'h-1897021287_scbox', 'h1148319395_scbox', 'h-419712291_scbox', 'h-1456143314_scbox', 'h1538002713_scbox', 'h-626007087_scbox'); 405 21 406 22 /** … … 793 409 </li> 794 410 <li> 411 <a href="#h-626007087">Element: <strong>Label</strong> 412 </a> 413 </li> 414 <li> 795 415 <a href="#h1148319395">Element: <strong>SemanticType</strong> 796 416 </a> … … 835 455 <tr> 836 456 <th>Version</th> 837 <td> 1</td>457 <td>2</td> 838 458 </tr> 839 459 <tr> … … 853 473 <li>This schema imports schema(s) from the following namespace(s):<ul> 854 474 <li> 855 <em>http://www.w3.org/XML/1998/namespace</em> 856 </li>475 <em>http://www.w3.org/XML/1998/namespace</em> (at <a title="Jump to schema documentation for 'http://www.w3.org/2001/xml.xsd'." 476 href="xml.xsd.html">http://www.w3.org/2001/xml.xsd</a>)</li> 857 477 </ul> 858 478 </li> … … 897 517 <div id="schema_scbox" class="contents"> 898 518 <div style="margin-left: 0em"><<span class="scTag">schema</span> 899 <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/STD/2007-06</span>" <span class="scTag">version</span>="<span class="scContent"> 1</span>" <span class="scTag">elementFormDefault</span>="<span class="scContent">qualified</span>"><div style="margin-left: 1.5em"><<span class="scTag">import</span>900 <span class="scTag">namespace</span>="<span class="scContent">http://www.w3.org/XML/1998/namespace</span>" /></div>519 <span class="scTag">targetNamespace</span>="<span class="scContent">http://www.openmicroscopy.org/Schemas/STD/2007-06</span>" <span class="scTag">version</span>="<span class="scContent">2</span>" <span class="scTag">elementFormDefault</span>="<span class="scContent">qualified</span>"><div style="margin-left: 1.5em"><<span class="scTag">import</span> 520 <span class="scTag">namespace</span>="<span class="scContent">http://www.w3.org/XML/1998/namespace</span>" <span class="scTag">schemaLocation</span>="<span class="scContent">http://www.w3.org/2001/xml.xsd</span>"/></div> 901 521 <div class="scContent" style="margin-left: 1.5em">...</div></<span class="scTag">schema</span>></div> 902 522 </div> … … 954 574 <img usemap="#h-1534162288" src="schemaDiagrams/h-1534162288.png"/> 955 575 <!-- 956 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-1534162288.map--><map name="h-1534162288">576 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-1534162288.map--><map name="h-1534162288"> 957 577 </map> 958 578 </div> … … 997 617 <tr> 998 618 <th>Type</th> 999 <td> anyType</td>619 <td>Locally-defined complex type</td> 1000 620 </tr> 1001 621 <tr> … … 1014 634 <th>Documentation</th> 1015 635 <td class="documentation"> 1016 Just some free-form text to describe Images, Screens and Projects. 1017 The content model is ANY, which means that en entire XML sub-document can be placed here. 636 Just some human-readable text to serve as documentation. 1018 637 </td> 1019 638 </tr> … … 1029 648 <img usemap="#h-979757637" src="schemaDiagrams/h-979757637.png"/> 1030 649 <!-- 1031 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-979757637.map--><map name="h-979757637">650 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-979757637.map--><map name="h-979757637"> 1032 651 </map> 1033 652 </div> … … 1046 665 </div> 1047 666 <div id="h1538002713_xibox" class="contents"> 1048 <div style="margin-left: 0em"><<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:Description> ... </<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:Description></div> 667 <div style="margin-left: 0em"><<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:Description<br/> 668 <span style="margin-left: 0.5em"> 669 <a href="#ns_xml" title="Find out namespace of 'xml' prefix">xml</a>:lang="<span class="occurs">[0..1]</span>"</span>> <br/> 670 <span style="margin-left: 1.5em"> 671 <span class="type">string</span> 672 </span> 673 <br/></<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:Description></div> 1049 674 </div> 1050 675 <script type="text/javascript"> … … 1064 689 <img usemap="#h-656803131" src="schemaDiagrams/h-656803131.png"/> 1065 690 <!-- 1066 Map ref: file:/ Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h-656803131.map--><map name="h-656803131">691 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h-656803131.map--><map name="h-656803131"> 1067 692 </map> 1068 693 </div> … … 1082 707 <div id="h1538002713_scbox" class="contents"> 1083 708 <div style="margin-left: 0em"><<span class="scTag">element</span> 1084 <span class="scTag">name</span>="<span class="scContent">Description</span>"/></div> 709 <span class="scTag">name</span>="<span class="scContent">Description</span>"><div style="margin-left: 1.5em"><<span class="scTag">complexType</span>><div style="margin-left: 1.5em"><<span class="scTag">simpleContent</span>><div style="margin-left: 1.5em"><<span class="scTag">extension</span> 710 <span class="scTag">base</span>="<span class="scContent"> 711 <span class="type">string</span> 712 </span>"><div style="margin-left: 1.5em"><<span class="scTag">attribute</span> 713 <span class="scTag">ref</span>="<span class="scContent"> 714 <a href="#ns_xml" title="Find out namespace of 'xml' prefix">xml</a>:lang</span>" <span class="scTag">default</span>="<span class="scContent">en</span>"/></div></<span class="scTag">extension</span>></div></<span class="scTag">simpleContent</span>></div></<span class="scTag">complexType</span>></div></<span class="scTag">element</span>></div> 1085 715 </div> 1086 716 <script type="text/javascript"> … … 1132 762 <img usemap="#h1791516475" src="schemaDiagrams/h1791516475.png"/> 1133 763 <!-- 1134 Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1791516475.map--><map name="h1791516475"> 1135 <area shape="rect" alt="h1538002713" coords="436,178,786,254" 764 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1791516475.map--><map name="h1791516475"> 765 <area shape="rect" alt="h-626007087" coords="436,178,786,237" 766 href="STD.xsd.html#h-626007087"/> 767 768 <area shape="rect" alt="h1538002713" coords="436,247,786,306" 1136 769 href="STD.xsd.html#h1538002713"/> 1137 770 … … 1158 791 <br/> 1159 792 <span style="margin-left: 0.5em"> DBLocation="<span class="type">string</span> 1160 <span class="occurs">[ 1]</span>"</span>793 <span class="occurs">[0..1]</span>"</span> 1161 794 <br/> 1162 795 <span style="margin-left: 0.5em"> DataType="<span class="constraint"> … … 1166 799 <span style="margin-left: 0.5em"> RefersTo="<span class="type">string</span> 1167 800 <span class="occurs">[0..1]</span>"</span>> <br/> 1168 <div style="margin-left: 1.5em"><<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:<a title="Jump to "Description" element declaration." href="#h1538002713">Description</a>> ... </<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:<a title="Jump to "Description" element declaration." href="#h1538002713">Description</a>> <span class="occurs">[0..1]</span> 801 <div style="margin-left: 1.5em"><<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:<a title="Jump to "Label" element declaration." href="#h-626007087">Label</a>> ... </<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:<a title="Jump to "Label" element declaration." href="#h-626007087">Label</a>> <span class="occurs">[0..*]</span> 802 </div> 803 <div style="margin-left: 1.5em"><<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:<a title="Jump to "Description" element declaration." href="#h1538002713">Description</a>> ... </<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:<a title="Jump to "Description" element declaration." href="#h1538002713">Description</a>> <span class="occurs">[0..*]</span> 1169 804 </div></<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:Element></div> 1170 805 </div> … … 1185 820 <img usemap="#h1913149765" src="schemaDiagrams/h1913149765.png"/> 1186 821 <!-- 1187 Map ref: file:/Users/andrew/Work/SVN/Documentation/Generated/OME-2007-07//schemaDiagrams/h1913149765.map--><map name="h1913149765"> 1188 <area shape="rect" alt="h1538002713" coords="263,36,424,78" 822 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h1913149765.map--><map name="h1913149765"> 823 <area shape="rect" alt="h-626007087" coords="263,0,382,42" 824 href="STD.xsd.html#h-626007087"/> 825 826 <area shape="rect" alt="h1538002713" coords="263,52,424,94" 1189 827 href="STD.xsd.html#h1538002713"/> 1190 828 … … 1208 846 <span class="scTag">name</span>="<span class="scContent">Element</span>"><div style="margin-left: 1.5em"><<span class="scTag">complexType</span>><div style="margin-left: 1.5em"><<span class="scTag">sequence</span>><div style="margin-left: 1.5em"><<span class="scTag">element</span> 1209 847 <span class="scTag">ref</span>="<span class="scContent"> 848 <a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:<a title="Jump to "Label" element declaration." href="#h-626007087">Label</a> 849 </span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/></div> 850 <div style="margin-left: 1.5em"><<span class="scTag">element</span> 851 <span class="scTag">ref</span>="<span class="scContent"> 1210 852 <a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:<a title="Jump to "Description" element declaration." href="#h1538002713">Description</a> 1211 </span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" /></div></<span class="scTag">sequence</span>></div>853 </span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>" <span class="scTag">maxOccurs</span>="<span class="scContent">unbounded</span>"/></div></<span class="scTag">sequence</span>></div> 1212 854 <div style="margin-left: 1.5em"><<span class="scTag">attribute</span> 1213 855 <span class="scTag">name</span>="<span class="scContent">Name</span>" <span class="scTag">use</span>="<span class="scContent">required</span>"><div style="margin-left: 1.5em"><<span class="scTag">simpleType</span>><div style="margin-left: 1.5em"><<span class="scTag">restriction</span> … … 1219 861 <span class="scTag">name</span>="<span class="scContent">DBLocation</span>" <span class="scTag">type</span>="<span class="scContent"> 1220 862 <span class="type">string</span> 1221 </span>" <span class="scTag">use</span>="<span class="scContent"> required</span>"/></div>863 </span>" <span class="scTag">use</span>="<span class="scContent">optional</span>"/></div> 1222 864 <div style="margin-left: 1.5em"><<span class="scTag">attribute</span> 1223 865 <span class="scTag">name</span>="<span class="scContent">DataType</span>" <span class="scTag">use</span>="<span class="scContent">required</span>"><div style="margin-left: 1.5em"><<span class="scTag">simpleType</span>><div style="margin-left: 1.5em"><<span class="scTag">restriction</span> … … 1255 897 </div> 1256 898 <hr/> 899 <h3>Element: <a name="h-626007087" class="name">Label</a> 900 </h3> 901 <table class="properties"> 902 <tr> 903 <th>Name</th> 904 <td>Label</td> 905 </tr> 906 <tr> 907 <th>Type</th> 908 <td>Locally-defined complex type</td> 909 </tr> 910 <tr> 911 <th> 912 <a title="Look up 'Nillable' in glossary" href="STD.xsd.html#term_Nillable">Nillable</a> 913 </th> 914 <td>no</td> 915 </tr> 916 <tr> 917 <th> 918 <a title="Look up 'Abstract' in glossary" href="STD.xsd.html#term_Abstract">Abstract</a> 919 </th> 920 <td>no</td> 921 </tr> 922 </table> 923 <div class="sample box"> 924 <div> 925 <input type="button" id="h-626007087_logicalDiagram_button" class="control" 926 onclick="switchState('h-626007087_logicalDiagram'); return false;" 927 style="display: none"/> 928 <span class="caption">Logical Diagram</span> 929 </div> 930 <div id="h-626007087_logicalDiagram" class="contents"> 931 <img usemap="#h821718659" src="schemaDiagrams/h821718659.png"/> 932 <!-- 933 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h821718659.map--><map name="h821718659"> 934 </map> 935 </div> 936 <script type="text/javascript"> 937 <!-- 938 setState('h-626007087_logicalDiagram', false); 939 // --> 940 </script> 941 </div> 942 <div class="sample box"> 943 <div> 944 <input type="button" id="h-626007087_xibox_button" class="control" 945 onclick="switchState('h-626007087_xibox'); return false;" 946 style="display: none"/> 947 <span class="caption">XML Instance Representation</span> 948 </div> 949 <div id="h-626007087_xibox" class="contents"> 950 <div style="margin-left: 0em"><<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:Label<br/> 951 <span style="margin-left: 0.5em"> 952 <a href="#ns_xml" title="Find out namespace of 'xml' prefix">xml</a>:lang="<span class="occurs">[0..1]</span>"</span>> <br/> 953 <span style="margin-left: 1.5em"> 954 <span class="type">string</span> 955 </span> 956 <br/></<a href="#ns_STD" title="Find out namespace of 'STD' prefix">STD</a>:Label></div> 957 </div> 958 <script type="text/javascript"> 959 <!-- 960 setState('h-626007087_xibox', true); 961 // --> 962 </script> 963 </div> 964 <div class="sample box"> 965 <div> 966 <input type="button" id="h-626007087_diagram_button" class="control" 967 onclick="switchState('h-626007087_diagram'); return false;" 968 style="display: none"/> 969 <span class="caption">Diagram</span> 970 </div> 971 <div id="h-626007087_diagram" class="contents"> 972 <img usemap="#h388326157" src="schemaDiagrams/h388326157.png"/> 973 <!-- 974 Map ref: file:/Applications/oxygen.9.1/NewDocs2007-07-V2//schemaDiagrams/h388326157.map--><map name="h388326157"> 975 </map> 976 </div> 977 <script type="text/javascript"> 978 <!-- 979 setState('h-626007087_diagram', true); 980 // --> 981 </script> 982 </div> 983 <div class="schemaComponent box"> 984 <div> 985 <input type="button" id="h-626007087_scbox_button" class="control" 986 onclick="switchState('h-626007087_scbox'); return false;" 987 style="display: none"/> 988 <span class="caption">Schema Component Representation</span> 989 </div> 990 <div id="h-626007087_scbox" class="contents"> 991 &n
