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