Showing:

Annotations
Attributes
Diagrams
Source
Main schema terms_of_use_marking.xsd
Namespace http://data-marking.mitre.org/extensions/MarkingStructure#Terms_Of_Use-1
Annotations
This schema was originally developed by The MITRE Corporation in coordination with Terry MacDonald. 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.
Element TOUMarking:TermsOfUseMarkingStructureType / TOUMarking:Terms_Of_Use
Namespace http://data-marking.mitre.org/extensions/MarkingStructure#Terms_Of_Use-1
Annotations
The Terms Of Use statement to apply to the structure for which the Marking is to be applied.
Diagram
Diagram
Type xs:string
Source
<xs:element name="Terms_Of_Use" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Terms Of Use statement to apply to the structure for which the Marking is to be applied.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type TOUMarking:TermsOfUseMarkingStructureType
Namespace http://data-marking.mitre.org/extensions/MarkingStructure#Terms_Of_Use-1
Annotations
The TermsOfUseMarkingStructureType is a basic implementation of the data marking schema that allows for a string statement describing the Terms Of Use to be associated with the data being marked.
Nodes may be marked by multiple Terms Of Use Marking statements. When this occurs, all of the multiple Terms of Use Marking statements apply. Its up to the organization adding an additional Term Of User Marking statement to ensure that it's Terms Of Use does not conflict with any previously applied Terms Of Use Marking Statement.
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 terms_of_use_marking_xsd.tmp#TermsOfUseMarkingStructureType_Terms_Of_Use
Type extension of marking:MarkingStructureType
Type hierarchy
Children TOUMarking:Terms_Of_Use
Attributes
QName Type Use Annotation
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="TermsOfUseMarkingStructureType">
  <xs:annotation>
    <xs:documentation>The TermsOfUseMarkingStructureType is a basic implementation of the data marking schema that allows for a string statement describing the Terms Of Use to be associated with the data being marked.</xs:documentation>
    <xs:documentation>Nodes may be marked by multiple Terms Of Use Marking statements. When this occurs, all of the multiple Terms of Use Marking statements apply. Its up to the organization adding an additional Term Of User Marking statement to ensure that it's Terms Of Use does not conflict with any previously applied Terms Of Use Marking Statement.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="marking:MarkingStructureType">
      <xs:sequence>
        <xs:element name="Terms_Of_Use" type="xs:string">
          <xs:annotation>
            <xs:documentation>The Terms Of Use statement to apply to the structure for which the Marking is to be applied.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>