element <n> (global)
Namespace:
Type:
anonymous complexType
Content:
empty, 3 attributes
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<n
   
 = 
("A" | "B" | "C" | "D" | "E" | "F" | "G" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10")
 = 
("doublesharp" | "sharp" | "flat" | "doubleflat")
 = 
("1" | "2" | "3" | "4" | "5")
/>
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
XML Source (see within schema source)
<xs:element name="n">
<xs:complexType>
<xs:attribute name="pc" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="A"/>
<xs:enumeration value="B"/>
<xs:enumeration value="C"/>
<xs:enumeration value="D"/>
<xs:enumeration value="E"/>
<xs:enumeration value="F"/>
<xs:enumeration value="G"/>
<xs:enumeration value="a"/>
<xs:enumeration value="b"/>
<xs:enumeration value="c"/>
<xs:enumeration value="d"/>
<xs:enumeration value="e"/>
<xs:enumeration value="f"/>
<xs:enumeration value="g"/>
<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:attribute>
<xs:attribute name="acc">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="doublesharp"/>
<xs:enumeration value="sharp"/>
<xs:enumeration value="flat"/>
<xs:enumeration value="doubleflat"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="octave">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 3/3)
acc
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"doublesharp", "sharp", "flat", "doubleflat"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"doublesharp", "sharp", "flat", "doubleflat"
XML Source (see within schema source)
<xs:attribute name="acc">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="doublesharp"/>
<xs:enumeration value="sharp"/>
<xs:enumeration value="flat"/>
<xs:enumeration value="doubleflat"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

octave
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"1", "2", "3", "4", "5"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"1", "2", "3", "4", "5"
XML Source (see within schema source)
<xs:attribute name="octave">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

pc
Type:
anonymous simpleType (restriction of xs:token)
Use:
required
Attribute Value
enumeration of xs:token
Enumeration:
"A", "B", "C", "D", "E", "F", "G", "a", "b", "c", "d", "e", "f", "g", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"A", "B", "C", "D", "E", "F", "G", "a", "b", "c", "d", "e", "f", "g", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
XML Source (see within schema source)
<xs:attribute name="pc" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="A"/>
<xs:enumeration value="B"/>
<xs:enumeration value="C"/>
<xs:enumeration value="D"/>
<xs:enumeration value="E"/>
<xs:enumeration value="F"/>
<xs:enumeration value="G"/>
<xs:enumeration value="a"/>
<xs:enumeration value="b"/>
<xs:enumeration value="c"/>
<xs:enumeration value="d"/>
<xs:enumeration value="e"/>
<xs:enumeration value="f"/>
<xs:enumeration value="g"/>
<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:attribute>

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