simpleType CoordinateSystemStyleEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute CoordinateSystemDisplayType/@style
facets
Kind Value Annotation
enumeration cartesian
enumeration spherical
enumeration cylindrical
source <xsd:simpleType name="CoordinateSystemStyleEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="cartesian"/>
   
<xsd:enumeration value="spherical"/>
   
<xsd:enumeration value="cylindrical"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy