complexType MethodConditionType
diagram plmxml_diagrams/plmxml_p1653.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of plm:DescriptionBase
properties
base plm:DescriptionBase
children plm:Description plm:ApplicationRef
used by
element MethodDescriptorType/Condition
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
methodRef  plm:anyURIType  optional      
value  xsd:boolean  optional      
annotation
documentation

      Represents a Method Condition, which is used to determine whether
      or not to execute a Method.
     
      Attributes:
     
      methodRef:        Reference to another Method which is to be executed
                        to evaluate the Condition.
      value:            A boolean value which, if present, gives the evaluation
                        of the Condition as true or false.
     
source <xsd:complexType name="MethodConditionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a Method Condition, which is used to determine whether
      or not to execute a Method.
     
      Attributes:
     
      methodRef:        Reference to another Method which is to be executed
                        to evaluate the Condition.
      value:            A boolean value which, if present, gives the evaluation
                        of the Condition as true or false.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DescriptionBase">
     
<xsd:attribute name="methodRef" type="plm:anyURIType" use="optional" plm:refType="bus:Method"/>
     
<xsd:attribute name="value" type="xsd:boolean" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MethodConditionType/@methodRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="methodRef" type="plm:anyURIType" use="optional" plm:refType="bus:Method"/>

attribute MethodConditionType/@value
type xsd:boolean
properties
use optional
source <xsd:attribute name="value" type="xsd:boolean" use="optional"/>


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