[Table of Contents] [docx version]

VML Reference Material - VML

ST_ExtrusionPlane (Extrusion Planes)

This simple type specifies three axis-aligned planes.

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

XY (XY Plane)

The xy plane.

YZ (YZ Plane)

The yz plane.

ZX (ZX Plane)

The zx plane.

 

Referenced By

extrusion@plane6.2.2.10)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_ExtrusionPlane">

   <restriction base="xsd:string">

   <enumeration value="XY"/>

   <enumeration value="ZX"/>

   <enumeration value="YZ"/>

   </restriction>

</simpleType>