Documentation for citationstyle

Element: author

[Table of contents]

Name author
Used by (from the same schema document) Element info
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-573369874 h-602562407
XML Instance Representation
<cs:author>
<cs:name> ... </cs:name> [1]
Start Group: cs:Info.Url [0..1]
<cs:url> xs:anyURI </cs:url> [1]
End Group: cs:Info.Url
<cs:email> ... </cs:email> [0..1]
</cs:author>
Diagram
h-573369874 h1829507567 h-602562407
Schema Component Representation
<xs:element name="author">
<xs:complexType>
<xs:sequence>
<xs:element ref=" cs:name "/>
<xs:group ref=" cs:Info.Url " minOccurs="0"/>
<xs:element ref=" cs:email " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>