simpleType LineStyleEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute LineDisplayType/@style
facets
Kind Value Annotation
enumeration solid
enumeration dashed
enumeration longDashed
enumeration dotDash
enumeration dotted
enumeration phantom
enumeration centreline
source <xsd:simpleType name="LineStyleEnum">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="solid"/>
   
<xsd:enumeration value="dashed"/>
   
<xsd:enumeration value="longDashed"/>
   
<xsd:enumeration value="dotDash"/>
   
<xsd:enumeration value="dotted"/>
   
<xsd:enumeration value="phantom"/>
   
<xsd:enumeration value="centreline"/>
 
</xsd:restriction>
</xsd:simpleType>


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