StructuredTextTypeSTIX Common Schema

The StructuredTextType is a type representing a generalized structure for capturing structured or unstructured textual information such as descriptions of things.


Fields

Field Name Type Description
@idoptional QName

Specifies a globally unique identifier for this Description.

@ordinalityoptional positiveInteger

Specifies the intended order position of this construct instance (e.g. Description) within a set of potentially multiple peer construct instances. If only a single construct instance is present its ordinality can be assumed to be 1. If multiple construct instances are present, the ordinality field should be specified with unique values for each instance.

@structuring_formatoptional string

Used to indicate a particular structuring format (e.g., HTML5) used within an instance of StructuredTextType. Note that if the markup tags used by this format would be interpreted as XML information (such as the bracket-based tags of HTML) the text area should be enclosed in a CDATA section to prevent the markup from interferring with XML validation of the STIX document. If this attribute is absent, the implication is that no markup is being used.