simpleType ExpressionFormatEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute GeneralExpressionBase/@format
facets
Kind Value Annotation
enumeration mro
enumeration nx
enumeration excel
annotation
documentation

      The format of the expression in GeneralExpressionBase. mro means the
      expression is in MRO format. nx means it is in NX format. excel means it
      is in Excel format.
     
source <xsd:simpleType name="ExpressionFormatEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      The format of the expression in GeneralExpressionBase. mro means the
      expression is in MRO format. nx means it is in NX format. excel means it
      is in Excel format.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="mro"/>
   
<xsd:enumeration value="nx"/>
   
<xsd:enumeration value="excel"/>
 
</xsd:restriction>
</xsd:simpleType>


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