namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
type | restriction of xsd:NMTOKEN | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="LoadOptionErrorActionType"> <xsd:annotation> <xsd:documentation> Enumeration to determine the action when a load operation fails: abort: The load operation will be aborted continue: The load operation will continue despite errors </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="abort"/> <xsd:enumeration value="continue"/> </xsd:restriction> </xsd:simpleType> |