simpleType LineThicknessEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute LineDisplayType/@thickness
facets
Kind Value Annotation
enumeration thin
enumeration normal
enumeration thick
source <xsd:simpleType name="LineThicknessEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="thin"/>
   
<xsd:enumeration value="normal"/>
   
<xsd:enumeration value="thick"/>
 
</xsd:restriction>
</xsd:simpleType>


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