Documentation for citationstyle

Element: date

[Table of contents]

Name date
Used by (from the same schema document) Model Group Formatting.Elements , Element part-details
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-1179910859 h-573038688 h674231257 h-1091223052
XML Instance Representation
<cs:date
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]
<cs:year> ... </cs:year> [0..1]
Start Group: cs:Month [0..1]
<cs:month
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:month>
End Group: cs:Month
<cs:day> ... </cs:day> [0..1]
<cs:suffix> ... </cs:suffix> [0..1]
</cs:date>
Diagram
h-1179910859 h-573038688 h1066758304 h674231257 h-1091223052 h269456772
Schema Component Representation
<xs:element name="date">
<xs:complexType>
<xs:sequence>
<xs:element ref=" cs:prefix " minOccurs="0"/>
<xs:element ref=" cs:year " minOccurs="0"/>
<xs:group ref=" cs:Month " minOccurs="0"/>
<xs:element ref=" cs:day " minOccurs="0"/>
<xs:element ref=" cs:suffix " minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref=" cs:Formatting.Attributes "/>
</xs:complexType>
</xs:element>