element <book> (global)
Namespace:
Type:
anonymous complexType (extension of MetaDataLinedSubtitle)
Content:
complex, 6 attributes, 11 elements
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<book
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
   
>
   
Content: 
</book>
Content model elements (11):
subtitle (defined in LinedSubtitle group),
subtitle (defined in Subtitle group),
title (defined in LinedTitle group),
title (defined in Title group)
Included in content model of elements (1):
pretext  (defined in Pretext group)
Known Usage Locations
Annotation
Here is what a book looks like.
Anonymous Type Detail
Type Derivation Tree
  complexType
XML Source (w/o annotations (1); see within schema source)
<xs:element name="book">
<xs:complexType>
<xs:complexContent>
<xs:extension base="MetaDataLinedSubtitle">
<xs:sequence>
<xs:group minOccurs="0" ref="BookFrontMatter"/>
<xs:choice>
<xs:element maxOccurs="unbounded" ref="part"/>
<xs:element maxOccurs="unbounded" ref="chapter"/>
</xs:choice>
<xs:group minOccurs="0" ref="BookBackMatter"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 2/11)
chapter
Type:
anonymous complexType (extension of MetaDataLinedTitle), complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="chapter"/>

part
Type:
anonymous complexType (extension of MetaDataLinedTitle), complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="part"/>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set