| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | ||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:DescriptionBase | ||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||
| 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> |
| type | plm:anyURIType | ||
| properties |
|
||
| source | <xsd:attribute name="methodRef" type="plm:anyURIType" use="optional" plm:refType="bus:Method"/> |
| type | xsd:boolean | ||
| properties |
|
||
| source | <xsd:attribute name="value" type="xsd:boolean" use="optional"/> |