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

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 minOccurs="0" name="institution">
<xs:complexType mixed="true">
<xs:choice>
<xs:group ref="TextSimple"/>
<xs:group maxOccurs="unbounded" ref="ShortLine"/>
</xs:choice>
</xs:complexType>
</xs:element>

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