element <taxon> (global)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 1 attribute, 2 elements
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<taxon
   
 = 
xs:integer
   
>
   
Content: 
</taxon>
Content model elements (2):
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="taxon">
<xs:complexType mixed="true">
<xs:sequence minOccurs="0">
<xs:element minOccurs="0" ref="genus"/>
<xs:element minOccurs="0" ref="species"/>
</xs:sequence>
<xs:attribute name="ncbi" type="xs:integer"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
ncbi
Type:
xs:integer, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="ncbi" type="xs:integer"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
genus
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="genus"/>

species
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="species"/>

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