simpleType LoadOptionPartFamilyComponentsType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute LoadOptionsType/@partFamilyComponents
facets
Kind Value Annotation
enumeration generate
enumeration ignore
annotation
documentation

      Enumeration to determine the action if missing part family members are encountered:
     
      ignore:   Ignore the missing part family members
      generate: Create missing part family members
     
source <xsd:simpleType name="LoadOptionPartFamilyComponentsType">
 
<xsd:annotation>
   
<xsd:documentation>
      Enumeration to determine the action if missing part family members are encountered:
     
      ignore:   Ignore the missing part family members
      generate: Create missing part family members
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="generate"/>
   
<xsd:enumeration value="ignore"/>
 
</xsd:restriction>
</xsd:simpleType>


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