complexType VariantDefaultDerivedType
diagram plmxml_diagrams/plmxml_p563.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:VariantDefaultBase
properties
base plm:VariantDefaultBase
children plm:Description plm:ApplicationRef plm:Attribute plm:LogicalExpression plm:SetDefault
used by
element VariantDefaultDerived
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

      VariantDefaultDerived. A set of SetDefault Statements which depend on a
      LogicalExpression.

      Elements:

      An element derived from LogicalExpression.
      A non-empty sequence of SetDefault Statements, which are executed if the
          expression returns true.
     
source <xsd:complexType name="VariantDefaultDerivedType">
 
<xsd:annotation>
   
<xsd:documentation>
      VariantDefaultDerived. A set of SetDefault Statements which depend on a
      LogicalExpression.

      Elements:

      An element derived from LogicalExpression.
      A non-empty sequence of SetDefault Statements, which are executed if the
          expression returns true.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:VariantDefaultBase">
     
<xsd:sequence>
       
<xsd:element ref="plm:LogicalExpression"/>
       
<xsd:element ref="plm:SetDefault" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>


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