--- modules/damieng/clean_xml/loncapa.xsd 2015/08/12 14:58:57 1.17 +++ modules/damieng/clean_xml/loncapa.xsd 2015/12/23 19:38:13 1.18 @@ -1,7 +1,17 @@ - + + + - XML schema for LON-CAPA 2 documents. + XML schema for LON-CAPA documents. @@ -229,7 +239,6 @@ - @@ -326,6 +335,7 @@ + @@ -5485,13 +5495,7 @@ - - - - generic metainformation - - - + @@ -5552,7 +5556,7 @@ - Document base URI + The HTML Base Element (<base>) specifies the base URL to use for all relative URLs contained within a document. There can be only one <base> element in a document. @@ -5561,6 +5565,17 @@ + + + The HTML Meta Element (<meta>) represents any metadata information that cannot be represented by one of the other HTML meta-related elements (<base>, <link>, <script>, <style> or <title>). + + Depending on the attributes set, the kind of metadata can be one of the following: + - If name is set, it is document-level metadata, applying to the whole page. + - If http-equiv is set, it is a pragma directive, i.e. information normally given by the web server about how the - web page should be served. + - If charset is set, it is a charset declaration, i.e. the charset used for the serialized form of the webpage. HTML5 + - if the itemprop is set, a user-defined metadata, transparent for the user-agent as the semantics of the metadata is user-specific. + + @@ -5773,7 +5788,7 @@ - The HTML <body> element represents the content of an HTML document. There is only one <body> element in a document. + The HTML Body Element (<body>) represents the content of an HTML document. There can be only one <body> element in a document. @@ -5833,6 +5848,7 @@ + @@ -5847,6 +5863,7 @@ + @@ -5859,6 +5876,7 @@ + @@ -6013,7 +6031,9 @@ - Unordered list + The HTML unordered list element (<ul>) represents an unordered list of items, namely a collection of items that do not have a numerical ordering, and their order in the list is meaningless. Typically, unordered-list items are displayed with a bullet, which can be of several forms, like a dot, a circle or a squared. The bullet style is not defined in the HTML description of the page, but in its associated CSS, using the list-style-type property. + + There is no limitation to the depth and imbrication of lists defined with the <ol> and <ul> elements. @@ -6063,7 +6083,9 @@ - Ordered list + The HTML <ol> Element (or HTML Ordered List Element) represents an ordered list of items. Typically, ordered-list items are displayed with a preceding numbering, which can be of any form, like numerals, letters or Romans numerals or even simple bullets. This numbered style is not defined in the HTML description of the page, but in its associated CSS, using the list-style-type property. + + There is no limitation to the depth and overlap of lists defined with the <ol> and <ul> elements. @@ -6114,7 +6136,7 @@ - List item + The HTML List Item Element (<li>) is used to represent an item in a list. It must be contained in a parent element: an ordered list (<ol>), an unordered list (<ul>), or a menu (<menu>). In menus and unordered lists, list items are usually displayed using bullet points. In ordered lists, they are usually displayed with an ascending counter on the left, such as a number or letter. @@ -6649,7 +6671,7 @@ - Inline style + The HTML <span> element is a generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. <span> is very much like a <div> element, but <div> is a block-level element whereas a <span> is an inline element. @@ -6778,14 +6800,14 @@ - Emphasis + The HTML Emphasis Element (<em>) marks text that has stress emphasis. The <em> element can be nested, with each level of nesting indicating a greater degree of emphasis. - Strong emphasis + The HTML Strong Element (<strong>) gives text strong importance, and is typically displayed in bold. @@ -7123,13 +7145,7 @@ - - - - LON-CAPA specific attribute. If set to yes, the file URL will be hidden. - - - + @@ -7155,6 +7171,7 @@ + @@ -7271,7 +7288,7 @@ - param is used to supply a named property value + The HTML <param> element is used to supply a named property value. @@ -7680,14 +7697,32 @@ - + + + + The ID of a labelable form-related element in the same document as the label element. The first such element in the document with an ID matching the value of the for attribute is the labeled control for this label element. + + + + + + A shortcut key to access this element from the keyboard. + + + + + + The form element that the label element is associated with (its form owner). If specified, the value of the attribute must be the ID of a <form> element in the same document. This attribute enables you to place label elements anywhere within a document, not just as descendants of their form elements. + + +