The SimpleMarkingStructureType is a basic implementation of the data marking schema that allows for a string statement to be associated with the data being marked. One example might be the application of a copyright statement to some data set.
Nodes may be marked by multiple SimpleMarking statements. When this occurs, all SimpleMarking statements applied to that node are considered valid. There is no resolution for SimpleMarking Statements that appear to conflict: the behavior is undefined at the STIX level.
Field Name | Type | Description |
---|---|---|
@marking_model_nameoptional | QName |
This field specifies the name of the marking model to be applied within this Marking_Structure. |
@marking_model_refoptional | anyURI |
This field contains a reference to an authoritative source on the marking model to be applied within this Marking_Structure. |
@idoptional | QName |
Specifies a unique ID for this Marking_Structure. |
@idrefoptional | QName |
Specifies a reference to the ID of a Marking_Structure defined elsewhere. When idref is specified, the id attribute must not be specified, and any instance of this Marking_Structure should not hold content. |
Statement1..1 | string |
The statement to apply to the structure for which the Marking is to be applied. |