complexType GeneralExpressionBase
diagram plmxml_diagrams/plmxml_p337.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute
used by
element GeneralExpression
complexTypes BudgetExpressionType CharacteristicDefinitionExpressionType ValidationExpressionType
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
expression  xsd:string  required      
format  plm:ExpressionFormatEnum  optional      
annotation
documentation

      The base for expressions.

      Attributes:

      expression:     The expression in the syntax given by the format attribute
                      as a string.
      format:         The format of the expression as an ExpressionFormatEnum.
     
source <xsd:complexType name="GeneralExpressionBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      The base for expressions.

      Attributes:

      expression:     The expression in the syntax given by the format attribute
                      as a string.
      format:         The format of the expression as an ExpressionFormatEnum.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="expression" type="xsd:string" use="required"/>
     
<xsd:attribute name="format" type="plm:ExpressionFormatEnum" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute GeneralExpressionBase/@expression
type xsd:string
properties
use required
source <xsd:attribute name="expression" type="xsd:string" use="required"/>

attribute GeneralExpressionBase/@format
type plm:ExpressionFormatEnum
properties
use optional
facets
Kind Value Annotation
enumeration mro
enumeration nx
enumeration excel
source <xsd:attribute name="format" type="plm:ExpressionFormatEnum" use="optional"/>


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