2.2.1.5.12 drive Element

The drive XML element represents information about a volume on the server.

 <xs:element name="drive">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="totalSpace"
         type="xs:long"
        />
       <xs:element name="freeSpace"
         type="xs:long"
        />
       <xs:element name="journalSize"
         type="xs:long"
        />
     </xs:sequence>
     <xs:attribute name="letter"
       type="xs:string"
      />
     <xs:attribute name="volumeGuid"
       type="xs:string"
      />
     <xs:attribute name="name"
       type="xs:string"
      />
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

totalSpace

xs:long

MUST be the total space, in bytes, on the volume.

freeSpace

xs:long

MUST be the free space, in bytes, on the volume.

journalSize

xs:long

MUST be the size, in bytes, of the changes journal on the volume. DFS-R implementations that do not use a change journal MUST report 0.<18>

Attributes

Name

Type

Description

letter

xs:string

MUST be the drive letter of the volume.  <19>

volumeGuid

xs:string

MUST be the unique identifier of the volume. The identifier format is implementation specific.<20>

name

xs:string

MUST be the human-readable name of the volume. The volume name format is implementation specific.<21>