<xsd:simpleType name="ST_ExtrusionType">
<xsd:annotation>
<xsd:documentation>Extrusion Type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="perspective">
<xsd:annotation>
<xsd:documentation>Perspective Projection</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="parallel">
<xsd:annotation>
<xsd:documentation>Parallel Projection</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|