Documentation for citationstyle

Element: part-details

[Table of contents]

Name part-details
Used by (from the same schema document) Element container , Model Group Series
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-1179910859 h-1091223052
XML Instance Representation
<cs:part-details
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]">
<cs:prefix> ... </cs:prefix> [0..1]
Start Choice [0..*]
<cs:file> ... </cs:file> [1]
<cs:volume> ... </cs:volume> [1]
<cs:issue> ... </cs:issue> [1]
<cs:pages> ... </cs:pages> [1]
<cs:date> ... </cs:date> [1]
<cs:series
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:series>
End Choice
<cs:suffix> ... </cs:suffix> [0..1]
</cs:part-details>
Diagram
h-1179910859 h-573600545 h-1010683459 h-598671914 h-592755519 h-573667567 h1444896384 h-1091223052 h269456772
Schema Component Representation
<xs:element name="part-details">
<xs:complexType>
<xs:sequence>
<xs:element ref=" cs:prefix " minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" cs:file "/>
<xs:element ref=" cs:volume "/>
<xs:element ref=" cs:issue "/>
<xs:element ref=" cs:pages "/>
<xs:element ref=" cs:date "/>
<xs:group ref=" cs:SeriesNumber "/>
</xs:choice>
<xs:element ref=" cs:suffix " minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref=" cs:Formatting.Attributes "/>
</xs:complexType>
</xs:element>