2.9.1 BasePropertyNameEnum

The BasePropertyNameEnum type contains property names that are common to many other property name enumerations. This type is often extended by other enumeration types.

The following is the XSD of the BasePropertyNameEnum type.

   <xs:simpleType name="BasePropertyNameEnum">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Description"/>
       <xs:enumeration value="DTSID"/>
       <xs:enumeration value="CreationName"/>
       <xs:enumeration value="ObjectName"/>
     </xs:restriction>
   </xs:simpleType>

The following table specifies the enumeration values for the BasePropertyNameEnum type.

Enumeration value

Description

Description

Specifies that the element value contains a human-readable descriptive string.<94>

DTSID

Specifies that the element value contains an identifier for this object. Elsewhere within the containing executable or within other executables in the package, the value of DTSID is used to refer to this object.

CreationName

Specifies that the element value contains a string that contains the CreationName for this object.

ObjectName

Specifies that the element value contains the name given to the object.<95>