element <chord> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 6 attributes, 1 element
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 6 attributes, 1 element
Used:
XML Representation Summary
<chord
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("yes" | "no")
 = 
("yes" | "no")
   
>
   
Content: 
</chord>
Content model elements (1):
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="chord">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="alteration"/>
</xs:sequence>
<xs:attribute name="root"/>
<xs:attribute name="mode"/>
<xs:attribute name="bps"/>
<xs:attribute name="bass"/>
<xs:attribute name="suspended">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="parentheses">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 6/6)
bass
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="bass"/>

bps
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="bps"/>

mode
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="mode"/>

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

root
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="root"/>

suspended
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"yes", "no"
XML Source (see within schema source)
<xs:attribute name="suspended">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (all declarations; defined within this component only; 1/1)
alteration
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="alteration"/>

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