All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.v1.2.0.data_marking.xsd Maven / Gradle / Ivy

There is a newer version: 1.2.0.2
Show newest version


	
		This schema was originally developed by The MITRE Corporation. The Data Marking XML 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. 
		
			Data Marking
			1.2
			05/15/2015 9:00:00 AM
			Data_Marking - Schematic implementation for an independent, flexible, structured data marking expression.
			Copyright (c) 2012-2015, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the STIX License located at http://stix.mitre.org/about/termsofuse.html. See the STIX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the Data Marking Schema, this license header must be included. 
		
	
	
	
		
			MarkingType specifies a structure for marking information to be applied to portions of XML content.
		
		
			
				
					This field contains specification of marking information to be applied to portions of XML content.
				
			
		
	
	
		
			The MarkingStructureType contains the marking information to be applied to a portion of XML content.
			This type is defined as abstract and is intended to be extended to enable the expression of any structured or unstructured data marking mechanism. The data marking structure is simply a mechanism for applying existing marking systems to nodes. The data marking systems themselves define the semantics of what the markings mean, how multiple markings to the same node should be applied, and what to do if a node is unmarked.
			It is valid per this specification to mark a node with multiple markings from the same system or mark a node across multiple marking systems. If a node is marked multiple times using the same marking system, that system specifies the semantic meaning of multiple markings and (if necessary) how conflicts should be resolved. If a node is marked across multiple marking systems, each system is considered individually applicable. If there are conflicting markings across marking systems the behavior is undefined, therefore producers should make every effort to ensure documents are marked consistently and correctly among all marking systems.
			STIX provides two marking system extensions: Simple, and TLP. Those who wish to use another format may do so by defining a new extension to this type. The STIX-provided extensions are:
			1. Simple: The Simple marking structure allows for the specification of unstructured statements through the use of a string field. The type is named SimpleMarkingStructureType and is in the http://data-marking.mitre.org/extensions/MarkingStructure#Simple-1 namespace. The extension is defined in the file extensions/marking/simple_marking.xsd or at the URL http://stix.mitre.org/XMLSchema/extensions/marking/simple_marking/1.2/simple_marking.xsd.
			2. TLP: The TLP marking structure allows for the expression of Traffic Light Protocol statements through the use of a simple enumeration. The type is named TLPMarkingStructureType and is in the http://data-marking.mitre.org/extensions/MarkingStructure#TLP-1 namespace. The extension is defined in the file extensions/marking/tlp_marking.xsd or at the URL http://stix.mitre.org/XMLSchema/extensions/marking/tlp/1.2/tlp_marking.xsd.
			3. Terms of Use: The Terms of Use marking structure allows for the specification of unstructured terms of use statements through the use of a string field. The type is named TermsOfUseMarkingStructureType and is in the http://data-marking.mitre.org/extensions/MarkingStructure#Terms_Of_Use-1 namespace. The extension is defined in the file extensions/marking/terms_of_use_marking.xsd or at the URL http://stix.mitre.org/XMLSchema/extensions/marking/terms_of_use/1.1/terms_of_use_marking.xsd.
		
		
			
				This field specifies the name of the marking model to be applied within this Marking_Structure.
			
		
		
			
				This field contains a reference to an authoritative source on the marking model to be applied within this Marking_Structure.
			
		
		
			
				Specifies a unique ID for this Marking_Structure.
			
		
		
			
				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.
			
		
	
	
		
			
				
					This field utilizes XPath 1.0 to specify the structures for which the Marking is to be applied.
					The XPath expression is NOT recursive and the marking structure does NOT apply to child nodes of the selected node. Instead, the expression must explicitly select all nodes that the marking is to be applied to including elements, attributes, and text nodes.
					The context root of the XPath statement is this Controlled_Structure element. Any namespace prefix declarations that are available to this Controlled_Structure element are available to the XPath.
					Note that all Controlled_Structure elements have a scope within the document for which their XPath is valid to reference.
					Usages of MarkingType may specify a "marking scope". The marking scope is always recursive and specifies the set of nodes that may be selected by the XPath expression (and therefore that may have the markings applied to them). If no marking scope is specified in the schema documentation or specification where the MarkingType is used, it should be assumed that the document itself and all nodes are within scope.
				
			
			
				
					This field contains the marking information to be applied to the portions of XML content specified in the ControlledStructure field. This field is defined as MarkingStructureType which is an abstract type the enables the flexibility to utilize any variety of marking structures.
				
			
			
				
					The Information_Source field details the source of this entry.
				
			
		
		
			
				Specifies a unique ID for this Marking.
			
		
		
			
				Specifies a reference to the ID of a Marking defined elsewhere.
				When idref is specified, the id attribute must not be specified, and any instance of this Marking should not hold content.
			
		
		
			
				Specifies the relevant Data_Marking schema version for this content.
			
		
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy