complexType VariantRuleCheckType
diagram plmxml_diagrams/plmxml_p565.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:LogicalExpression plm:CheckMessage
used by
element VariantRuleCheck
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      
annotation
documentation

      VariantRuleCheck. This outputs a Check Message if a condition is true.
     
      Elements:

      An element derived from LogicalExpression.
      A Check element.
     
source <xsd:complexType name="VariantRuleCheckType">
 
<xsd:annotation>
   
<xsd:documentation>
      VariantRuleCheck. This outputs a Check Message if a condition is true.
     
      Elements:

      An element derived from LogicalExpression.
      A Check element.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element ref="plm:LogicalExpression"/>
       
<xsd:element ref="plm:CheckMessage"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>


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