element <editor> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 6 elements
Defined:
locally within Editor group in pretext.xsd; see XML source
Includes:
definitions of 6 elements
XML Representation Summary
<editor>
   
Content: 
</editor>
Content model elements (6):
Included in content model of elements (1):
XML Source (see within schema source)
<xs:element name="editor">
<xs:complexType>
<xs:sequence>
<xs:element ref="personname"/>
<xs:choice minOccurs="0">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="department"/>
<xs:element ref="institution"/>
<xs:element ref="address"/>
</xs:choice>
<xs:element maxOccurs="unbounded" ref="affiliation"/>
</xs:choice>
<xs:element minOccurs="0" ref="email"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 6/6)
address
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element ref="address"/>

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

department
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element ref="department"/>

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

institution
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element ref="institution"/>

personname
Type:
anonymous complexType, mixed content
XML Source (see within schema source)
<xs:element ref="personname"/>

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