simpleType LoadOptionErrorActionType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute LoadOptionsType/@errorAction
facets
Kind Value Annotation
enumeration abort
enumeration continue
annotation
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
     
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>


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