diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:LogicalExpression | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="VariantConditionType"> <xsd:annotation> <xsd:documentation> VariantCondition. This contains a logical expression which determines whether the Instance it is attached to is 'loaded', i.e. appears in the configuration. Elements: A single element derived from LogicalExpression. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element ref="plm:LogicalExpression"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |