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_Partition_Object 2.0.1 09/19/2013 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-2013, 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_Partition object is intended to characterize a single partition of a disk drive. The DiskPartitionType type is intended to characterize partitions of disk drives. The Created field specifies the date/time the partition was created. The Device_Name field specifies the name of the device on which the partition resides. The Mount_Point field specifies the mount point of the partition. The Partition_ID field specifies the numerical identifier of the partition. The Partition_Length field specifies the length of the partition, in bytes. The Partition_Offset field specifies the starting offset of the partition, in bytes. The Space_Left field specifies the amount of space left on the partition, in bytes. The Space_Used field specifies the amount of space used on the partition, in bytes. The Total_Space field specifies the total amount of space available on the partition, in bytes. The Type field specifies the type of partition being characterized. PartitionType specifies partition types, via a union of the PartitionTypeEnum 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 PartitionTypeEnum type is a non-exhaustive enumeration of partition types. See http://www.win.tue.nl/~aeb/partitions/partition_types-1.html for more information about the various partition types. Indicates an unused partition entry. Indicates a FAT 12 partition. Indicates a XENIX type 1 partition. Indicates a XENIX type 2 partition. Indicates a XENIX FAT 16 partition. Indicates a XENIX extended partition. Specifies an MS-DOS V4 huge partition. This value indicates that there is no Microsoft file system on the partition. Use this value when creating a logical volume. Indicates an IFS partition. Indicates an OS/2 boot manager partition. Indicates a FAT32 partition. Indicates a FAT32 Extended-INT13 equivalent partition to the FAT32 partition. Indicates an XINT13 partition. Indicates an extended XINT13 partition. Indicates a PReP (Power PC Reference Platform) partition. Indicates an LDM partition. Indicates a UNIX partition. Specifies a valid NTFT partition. The high bit of a partition type code indicates that a partition is part of an NTFT mirror or striped array. Specifies an NTFT partition. Refers to an unknown partition or a partition other than those listed.