element <quantity> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<quantity>
   
Content: 
mag?, unit*, per*
</quantity>
Content model elements (3):
Included in content model of elements (48):
author (in poem),
h,
li (in ol defined in ExerciseBody group),
li (in ol defined in List group),
li (in ul),
line (defined in LongLine group),
line (defined in PoemLine group),
line (defined in ShortLine group),
line (in p in dedication),
p (defined in Paragraph group),
q,
subtitle (defined in Subtitle group),
title (defined in Title group),
Known Usage Locations
XML Source (see within schema source)
<xs:element name="quantity">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="mag"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="unit"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="per"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 3/3)
mag
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="mag"/>

per
Type:
anonymous complexType, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="per"/>

unit
Type:
anonymous complexType, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="unit"/>

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