simpleType DrawingStyleType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes DisplayControlType/@drawingStyle SectionType/@render
facets
Kind Value Annotation
enumeration wireframe
enumeration hidden
enumeration hiddenMarked
enumeration shaded
enumeration shadedWithEdges
source <xsd:simpleType name="DrawingStyleType">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="wireframe"/>
   
<xsd:enumeration value="hidden"/>
   
<xsd:enumeration value="hiddenMarked"/>
   
<xsd:enumeration value="shaded"/>
   
<xsd:enumeration value="shadedWithEdges"/>
 
</xsd:restriction>
</xsd:simpleType>


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