diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:LogicalExpressionBase | ||
properties |
|
||
children | plm:LogicalExpression | ||
used by |
|
||
annotation |
|
||
source | <xsd:complexType name="NotType"> <xsd:annotation> <xsd:documentation> Not - a type of logical expression. Elements: One sub-element, derived from LogicalExpression. The Not expression returns true if its sub-element returns false. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:LogicalExpressionBase"> <xsd:choice> <xsd:element ref="plm:LogicalExpression"/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType> |