namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
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> |