diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:StatementBase | ||
properties |
|
||
children | plm:LogicalExpression plm:Then plm:Else | ||
used by |
|
||
annotation |
|
||
source | <xsd:complexType name="ConditionalStatementType"> <xsd:annotation> <xsd:documentation> ConditionalStatement. This is an If ... Then ... Else ... Statement. Elements: First, an element derived from LogicalExpression. Then: StatementList element, executed if the LogicalExpression returns true. Else: Optional StatementList element, executed if the LogicalExpression returns false. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:StatementBase"> <xsd:sequence> <xsd:element ref="plm:LogicalExpression"/> <xsd:element name="Then" type="plm:StatementListType"/> <xsd:element name="Else" type="plm:StatementListType" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | plm:StatementListType | ||
properties |
|
||
children | plm:Statement | ||
source | <xsd:element name="Then" type="plm:StatementListType"/> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:StatementListType | ||||||
properties |
|
||||||
children | plm:Statement | ||||||
source | <xsd:element name="Else" type="plm:StatementListType" minOccurs="0"/> |