element <scaledeg> (global)
Namespace:
Type:
anonymous simpleType (restriction of xs:token)
Content:
simple
Defined:
globally in pretext.xsd; see XML source
Used:
XML Representation Summary
<scaledeg>
   
Content: 
{ enumeration of xs:token }
</scaledeg>
Simple Content Detail:
Enumeration:
"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"

Included in content model of elements (47):
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
Anonymous Type Detail
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
XML Source (see within schema source)
<xs:element name="scaledeg">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:enumeration value="7"/>
<xs:enumeration value="8"/>
<xs:enumeration value="9"/>
<xs:enumeration value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

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