group "Author"
Namespace:
Content:
Defined:
globally in pretext.xsd; see XML source
Includes:
definition of 1 element
Used:
Complex Content Model
Content Model Elements (1):
author (defined in Author group)
Known Usage Locations
XML Source (see within schema source)
<xs:group name="Author">
<xs:sequence>
<xs:element name="author">
<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:element minOccurs="0" ref="biography"/>
<xs:element minOccurs="0" ref="support"/>
</xs:sequence>
<xs:attribute name="corresponding">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute ref="xml:id"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:group>
Content Element Detail (all declarations; defined within this component only; 1/1)
author
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element name="author">
<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:element minOccurs="0" ref="biography"/>
<xs:element minOccurs="0" ref="support"/>
</xs:sequence>
<xs:attribute name="corresponding">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute ref="xml:id"/>
</xs:complexType>
</xs:element>

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