Documentation for citationstyle

Model Group: Role

[Table of contents]

Name Role
Used by (from the same schema document) Element creator
XML Instance Representation
<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>
Diagram
h-1179910859 h-1091223052 h269456772
Schema Component Representation
<xs:group name="Role">
<xs:sequence>
<xs:element name="role">
<xs:complexType>
<xs:sequence>
<xs:element ref=" cs:prefix " minOccurs="0"/>
<xs:element ref=" cs:suffix " minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref=" cs:Formatting.Attributes "/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:group>