ST_Shape

Simple Type Information

Used By

Attribute CT_Shape/@val

Source

<xsd:simpleType name="ST_Shape">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="cone"/>
    <xsd:enumeration value="coneToMax"/>
    <xsd:enumeration value="box"/>
    <xsd:enumeration value="cylinder"/>
    <xsd:enumeration value="pyramid"/>
    <xsd:enumeration value="pyramidToMax"/>
  </xsd:restriction>
</xsd:simpleType>