simpleType ThreadExtentType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute ThreadType/@extent
facets
Kind Value Annotation
enumeration finite
enumeration toExtent
annotation
documentation

      Thread Extent.
     
         finite:   of specific length
         toExtent: extent is that of the parent feature
     
source <xsd:simpleType name="ThreadExtentType">
 
<xsd:annotation>
   
<xsd:documentation>
      Thread Extent.
     
         finite:   of specific length
         toExtent: extent is that of the parent feature
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="finite"/>
   
<xsd:enumeration value="toExtent"/>
 
</xsd:restriction>
</xsd:simpleType>


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