Home

Heading

Analogues of Heading in other schemas include:

Properties

The Heading type has these properties:

NameDescriptionTypeInherited from
idThe identifier for this item.StringEntity
labelTypeThe type of the label for the appendix (if present, should be AppendixLabel).LabelType-
labelA short label for the heading.String-
levelThe level of the heading.Integer-
contentContent of the heading.Inline*-
authorsThe authors of the heading.Author*-
provenanceA summary of the provenance of the content within the heading.ProvenanceCount*-

Related

The Heading type is related to these types:

Bindings

The Heading type is represented in:

Testing

During property-based (a.k.a generative) testing, the properties of the Heading type are generated using the following strategies.

PropertyComplexityDescriptionStrategy
labelTypeMin+No label typeNone
labelMin+No labelNone
levelMin+Fixed value of 11
Low+Generate values between 1 and 61..=6i64
High+Generate values between 0 and 60..=6i64
MaxGenerate an arbitrary valuei64::arbitrary()
contentMin+Generate a single arbitrary inline nodevec_inlines(1)
Low+Generate up to two arbitrary inline nodesvec_inlines(2)
High+Generate up to four arbitrary inline nodesvec_inlines(4)
MaxGenerate up to eight arbitrary inline nodes without restrictions on their ordervec(Inline::arbitrary(), size_range(0..=8))

This documentation was generated from Heading.yaml by docs_types.rs.

© 2026 Stencila