Documentation for citationstyle

Element: creator

[Table of contents]

Name creator
Used by (from the same schema document) Complex Type CitationEntry.author-year , Model Group Formatting.Elements , Element container , Model Group Series
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-1179910859 h-1091223052
XML Instance Representation
<cs:creator
font-family="anySimpleType [0..1]"
font-style=" xs:token (value comes from list: {'italic'|'small caps'|'normal'}) [0..1]"
font-weight=" xs:token (value comes from list: {'normal'|'bold'|'light'}) [0..1]"
alternate-sortkey=" xs:token (value comes from list: {'title'|'container-title'|'anonymous'}) [0..1]">
<cs:prefix> ... </cs:prefix> [0..1]
Start Choice [0..*]
Start Choice [1]
<cs:names
font-family="anySimpleType [0..1]"
font-style=" xs:token (value comes from list: {'italic'|'small caps'|'normal'}) [0..1]"
font-weight=" xs:token (value comes from list: {'normal'|'bold'|'light'}) [0..1]"> [1]
<cs:prefix> ... </cs:prefix> [0..1]
<cs:suffix> ... </cs:suffix> [0..1]
</cs:names>
<cs:names-short> ... </cs:names-short> [1]
End Choice
<cs:role
font-family="anySimpleType [0..1]"
font-style=" xs:token (value comes from list: {'italic'|'small caps'|'normal'}) [0..1]"
font-weight=" xs:token (value comes from list: {'normal'|'bold'|'light'}) [0..1]"> [1]
<cs:prefix> ... </cs:prefix> [0..1]
<cs:suffix> ... </cs:suffix> [0..1]
</cs:role>
End Choice
<cs:suffix> ... </cs:suffix> [0..1]
</cs:creator>
Diagram
h-1179910859 h1067263336 h484162804 h1281486422 h-1091223052 h269456772
Schema Component Representation
<xs:element name="creator">
<xs:complexType>
<xs:sequence>
<xs:element ref=" cs:prefix " minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:choice>
<xs:group ref=" cs:Names "/>
<xs:element ref=" cs:names-short "/>
</xs:choice>
<xs:group ref=" cs:Role "/>
</xs:choice>
<xs:element ref=" cs:suffix " minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref=" cs:Formatting.Attributes "/>
<xs:attribute name="alternate-sortkey">
<xs:simpleType>
<xs:restriction base=" xs:token ">
<xs:enumeration value="title"/>
<xs:enumeration value="container-title"/>
<xs:enumeration value="anonymous"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>