complexType ConditionalStatementType
diagram plmxml_diagrams/plmxml_p259.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StatementBase
properties
base plm:StatementBase
children plm:LogicalExpression plm:Then plm:Else
used by
element If
annotation
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.
     
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>

element ConditionalStatementType/Then
diagram plmxml_diagrams/plmxml_p260.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:StatementListType
properties
content complex
children plm:Statement
source <xsd:element name="Then" type="plm:StatementListType"/>

element ConditionalStatementType/Else
diagram plmxml_diagrams/plmxml_p261.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:StatementListType
properties
minOcc 0
maxOcc 1
content complex
children plm:Statement
source <xsd:element name="Else" type="plm:StatementListType" minOccurs="0"/>


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