<ST_DvAspect>
(Data View Aspect Type)
Specifies the desired data or view aspect of the object when drawing or getting data.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Provides a representation of an object so it can be displayed as an embedded object inside of a container. |
|
Provides an iconic representation of an object. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_DvAspect">
<restriction base="xsd:string">
<enumeration value="DVASPECT_CONTENT"/>
<enumeration value="DVASPECT_ICON"/>
</restriction>
</simpleType>