element <li> (global)
Namespace:
Type:
Content:
mixed (allows character data), 6 attributes, 38 elements
Defined:
globally in xhtml-list-1.xsd; see XML source
Used:
XML Representation Summary
<li
   
 = 
xs:ID
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:language
 = 
("ltr" | "rtl")
 = 
xs:string
    >
   
Content: 
{text} × (h1 | h2 | h3 | h4 | h5 | h6 | ul | ol | dl | p | div | pre | blockquote | address | hr | table | br | span | em | strong | dfn | code | samp | kbd | var | cite | abbr | acronym | q | tt | i | b | big | small | sub | sup | bdo | a)*
</li>
Content model elements (38):
a, abbr, acronym, address, b, bdo, big, blockquote, br, cite, code, dfn, div, dl, em, h1, h2, h3, h4, h5, h6, hr, i, kbd, ol, p, pre, q, samp, small, span, strong, sub, sup, table, tt, ul, var
Included in content model of elements (2):
ol, ul
Known Usage Locations
XML Source (see within schema source)
<xs:element name="li" type="li.type"/>
Attribute Detail (all declarations; 6/6)
class
Type:
xs:NMTOKENS, predefined
Use:
optional
Defined:
locally within class attributeGroup
XML Source (see within schema source)
<xs:attribute name="class" type="xs:NMTOKENS"/>

dir
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within dir.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"ltr", "rtl"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"ltr", "rtl"
XML Source (see within schema source)
<xs:attribute name="dir">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="ltr"/>
<xs:enumeration value="rtl"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

id
Type:
xs:ID, predefined
Use:
optional
Defined:
locally within id attributeGroup
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

style
Type:
Use:
optional
Defined:
locally within style.attrib attributeGroup
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="style" type="CDATA"/>

title
Type:
xs:string, predefined
Use:
optional
Defined:
locally within title attributeGroup
XML Source (see within schema source)
<xs:attribute name="title" type="xs:string"/>

xml:lang
Type:
xs:language, predefined
Use:
optional
Defined:
by reference within I18n.attrib attributeGroup
XML Source (see within schema source)
<xs:attribute ref="xml:lang"/>
Content Element Detail (all declarations; 38/38)
a
Type:
a.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="a"/>

abbr
Type:
abbr.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="abbr"/>

acronym
Type:
acronym.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="acronym"/>

address
Type:
address.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="address"/>

b
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="b"/>

bdo
Type:
bdo.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="bdo"/>

big
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="big"/>

blockquote
Type:
blockquote.type, complex content
Defined:
XML Source (see within schema source)
<xs:element ref="blockquote"/>

br
Type:
br.type, empty content
Defined:
XML Source (see within schema source)
<xs:element ref="br"/>

cite
Type:
cite.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="cite"/>

code
Type:
code.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="code"/>

dfn
Type:
dfn.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="dfn"/>

div
Type:
div.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="div"/>

dl
Type:
dl.type, complex content
Defined:
XML Source (see within schema source)
<xs:element ref="dl"/>

em
Type:
em.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="em"/>

h1
Type:
h1.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h1"/>

h2
Type:
h2.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h2"/>

h3
Type:
h3.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h3"/>

h4
Type:
h4.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h4"/>

h5
Type:
h5.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h5"/>

h6
Type:
h6.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="h6"/>

hr
Type:
hr.type, empty content
Defined:
XML Source (see within schema source)
<xs:element ref="hr"/>

i
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="i"/>

kbd
Type:
kbd.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="kbd"/>

ol
Type:
ol.type, complex content
Defined:
XML Source (see within schema source)
<xs:element ref="ol"/>

p
Type:
p.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="p"/>

pre
Type:
pre.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="pre"/>

q
Type:
q.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="q"/>

samp
Type:
samp.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="samp"/>

small
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="small"/>

span
Type:
span.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="span"/>

strong
Type:
strong.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="strong"/>

sub
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="sub"/>

sup
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="sup"/>

table
Type:
table.type, complex content
Defined:
XML Source (see within schema source)
<xs:element ref="table"/>

tt
Type:
InlPres.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="tt"/>

ul
Type:
ul.type, complex content
Defined:
XML Source (see within schema source)
<xs:element ref="ul"/>

var
Type:
var.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="var"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set