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

objects.Disk_Object.xsd Maven / Gradle / Ivy

The newest version!


	
		This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
		
			Disk_Object
			2.1
			01/22/2014			
			The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. 
			Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.
		
	
	
	
	
		
			The Disk object is intended to characterize a disk drive.
		
	
	
		
			The DiskObjectType type is intended to characterize disk drives.
		
		
			
				
					
						
							The Disk_Name field specifies the name of the disk.
						
					
					
						
							The Disk_Size field specifies the size of the disk, in bytes.
						
					
					
						
							The Free_Space field specifies the amount of free space on the disk, in bytes.
						
					
					
						
							The Partition_List field specifies the partitions that reside on the disk.
						
					
					
						
							The Type field specifies the type of disk being characterized, e.g. removable.
						
					
				
			
		
	
	
		
			The PartionListType type specifies a list of partitions.
		
		
			
				
					The Partition field specifies a single partition that resides on the disk.
				
			
		
	
	
		
			DiskType specifies disk types, via a union of the DiskTypeEnum type and the atomic xs:string type. Its base type is the CybOX Core BaseObjectPropertyType, for permitting complex (i.e. regular-expression based) specifications.
		
		
			
				
					
				
				
					
						This attribute is optional and specifies the expected type for the value of the specified property.
					
				
			
		
	
	
		
			The DiskTypeEnum type contains a non-exhaustive enumeration of disk types.
		
		
			
				
					Indicates the removable disk type.
				
			
			
				
					Indicates the fixed disk type.
				
			
			
				
					Indicates the remote disk type.
				
			
			
				
					Indicates the CDRom disk type.
				
			
			
				
					Indicates the RAMDisk disk type.
				
			
		
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy