Showing:

Annotations
Attributes
Diagrams
Facets
Source
Used by
Main schema tlp_marking.xsd
Namespace http://data-marking.mitre.org/extensions/MarkingStructure#TLP-1
Annotations
This schema was originally developed by The MITRE Corporation. The Data Marking Schema implementation is maintained by The MITRE Corporation and developed by the open STIX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the STIX website at http://stix.mitre.org.
Complex Type tlpMarking:TLPMarkingStructureType
Namespace http://data-marking.mitre.org/extensions/MarkingStructure#TLP-1
Annotations
The TLPMarkingStructureType is an implementation of the data marking schema that allows for a TLP Designation to be attached to an identified XML structure. Information about TLP is available here: http://www.us-cert.gov/tlp.
Nodes may be marked by multiple TLP Marking statements. When this occurs, the node should be considered marked at the most restrictive TLP Marking of all TLP Markings that were applied to it. For example, if a node is marked both GREEN and AMBER, the node should be considered AMBER.
Diagram
Diagram data_marking_xsd.tmp#MarkingStructureType_marking_model_name data_marking_xsd.tmp#MarkingStructureType_marking_model_ref data_marking_xsd.tmp#MarkingStructureType_id data_marking_xsd.tmp#MarkingStructureType_idref data_marking_xsd.tmp#MarkingStructureType tlp_marking_xsd.tmp#TLPMarkingStructureType_color
Type extension of marking:MarkingStructureType
Type hierarchy
Attributes
QName Type Use Annotation
color tlpMarking:TLPColorEnum optional
The TLP color designation of the marked structure.
id xs:QName optional
Specifies a unique ID for this Marking_Structure.
idref xs:QName optional
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.
marking_model_name xs:QName optional
This field specifies the name of the marking model to be applied within this Marking_Structure.
marking_model_ref xs:anyURI optional
This field contains a reference to an authoritative source on the marking model to be applied within this Marking_Structure.
Source
<xs:complexType name="TLPMarkingStructureType">
  <xs:annotation>
    <xs:documentation>The TLPMarkingStructureType is an implementation of the data marking schema that allows for a TLP Designation to be attached to an identified XML structure. Information about TLP is available here: http://www.us-cert.gov/tlp.</xs:documentation>
    <xs:documentation>Nodes may be marked by multiple TLP Marking statements. When this occurs, the node should be considered marked at the most restrictive TLP Marking of all TLP Markings that were applied to it. For example, if a node is marked both GREEN and AMBER, the node should be considered AMBER.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="marking:MarkingStructureType">
      <xs:attribute name="color" type="tlpMarking:TLPColorEnum">
        <xs:annotation>
          <xs:documentation>The TLP color designation of the marked structure.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Simple Type tlpMarking:TLPColorEnum
Namespace http://data-marking.mitre.org/extensions/MarkingStructure#TLP-1
Annotations
The TLP color designation of the marked structure.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration RED
enumeration AMBER
enumeration GREEN
enumeration WHITE
Used by
Source
<xs:simpleType name="TLPColorEnum">
  <xs:annotation>
    <xs:documentation>The TLP color designation of the marked structure.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="RED"/>
    <xs:enumeration value="AMBER"/>
    <xs:enumeration value="GREEN"/>
    <xs:enumeration value="WHITE"/>
  </xs:restriction>
</xs:simpleType>
Attribute tlpMarking:TLPMarkingStructureType / @color
Namespace No namespace
Annotations
The TLP color designation of the marked structure.
Type tlpMarking:TLPColorEnum
Facets
enumeration RED
enumeration AMBER
enumeration GREEN
enumeration WHITE
Used by
Source
<xs:attribute name="color" type="tlpMarking:TLPColorEnum">
  <xs:annotation>
    <xs:documentation>The TLP color designation of the marked structure.</xs:documentation>
  </xs:annotation>
</xs:attribute>