namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||||||||
type | restriction of xsd:NMTOKEN | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xsd:simpleType name="HoleExtentType"> <xsd:annotation> <xsd:documentation> Extent of hole, i.e. how its length is determined. throughAll: through all faces throughNext: through to the next face in the model fromTo: between specified points finite: from a specified point for a specified length </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="throughAll"/> <xsd:enumeration value="throughNext"/> <xsd:enumeration value="fromTo"/> <xsd:enumeration value="finite"/> </xsd:restriction> </xsd:simpleType> |