2.2.5.2.19 VolumeLocation

The VolumeLocation type indicates the location of a volume.

   <xs:simpleType name="VolumeLocation">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Missing" />
       <xs:enumeration value="Internal" />
       <xs:enumeration value="External" />
     </xs:restriction>
   </xs:simpleType>

The following table describes the values for this type.

Value

Description

Missing

Volume is not attached to the client.

Internal

Volume is attached and not removable.

External

Volume is attached but removable.