complexType "blockquote.type"
Namespace:
Content:
complex, 7 attributes, 16 elements
Defined:
Used:
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:language
 = 
("ltr" | "rtl")
 = 
xs:string
 = 
xs:anyURI
    >
   
Content: 
(h1 | h2 | h3 | h4 | h5 | h6 | ul | ol | dl | p | div | pre | blockquote | address | hr | table)+
</...>
Content Model Elements (16):
address, blockquote, div, dl, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul
All Direct / Indirect Based Elements (1):
blockquote
Known Usage Locations
XML Source (see within schema source)
<xs:complexType name="blockquote.type">
<xs:group ref="blockquote.content"/>
<xs:attributeGroup ref="blockquote.attlist"/>
</xs:complexType>
Attribute Detail (all declarations; 7/7)
cite
Type:
Use:
optional
Defined:
locally within blockquote.attlist attributeGroup
Attribute Value
xs:anyURI
XML Source (see within schema source)
<xs:attribute name="cite" type="URI"/>

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; 16/16)
address
Type:
address.type, mixed content
Defined:
XML Source (see within schema source)
<xs:element ref="address"/>

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

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"/>

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"/>

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"/>

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

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

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