Documentation for citationstyle

Element: container

[Table of contents]

Name container
Used by (from the same schema document) Model Group Formatting.Elements
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-1179910859 h-1091223052
XML Instance Representation
<cs:container
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:conference> ... </cs:conference> [1]
<cs:creator> ... </cs:creator> [1]
<cs:title
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:title>
<cs:origin> ... </cs:origin> [1]
<cs:part-details> ... </cs:part-details> [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]
Start Choice [0..*]
<cs:creator> ... </cs:creator> [1]
<cs:title
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:title>
<cs:part-details> ... </cs:part-details> [1]
End Choice
</cs:series>
End Choice
<cs:suffix> ... </cs:suffix> [0..1]
</cs:container>
Diagram
h-1179910859 h1471841855 h-870282775 h1073049720 h-1208419895 h-501998901 h-1127582633 h-1091223052 h269456772
Schema Component Representation
<xs:element name="container">
<xs:complexType>
<xs:sequence>
<xs:element ref=" cs:prefix " minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" cs:conference "/>
<xs:element ref=" cs:creator "/>
<xs:group ref=" cs:Title "/>
<xs:element ref=" cs:origin "/>
<xs:element ref=" cs:part-details "/>
<xs:group ref=" cs:Series "/>
</xs:choice>
<xs:element ref=" cs:suffix " minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref=" cs:Formatting.Attributes "/>
</xs:complexType>
</xs:element>