diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | extension of plm:LogicalExpressionBase | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="OptionIsType"> <xsd:annotation> <xsd:documentation> OptionIs - a logical expression which returns true if a given Option has a particular relation to a given value (default equality relation). Attributes: optionRef: Reference to the Option. value: Specified value for the Option. operation: The operation. For example if operation is "gt", then OptionIs returns true if the option is greater than 'value'. valueRef: References a multiple language version of value. If multiple language support is required, valueRef should be used in addition to value. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:LogicalExpressionBase"> <xsd:attribute name="optionRef" type="plm:anyURIType" use="required" plm:refType="plm:Option"/> <xsd:attribute name="value" type="xsd:string" use="required"/> <xsd:attribute name="operation" type="plm:LogicalOperationType" default="eq"/> <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="optionRef" type="plm:anyURIType" use="required" plm:refType="plm:Option"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="value" type="xsd:string" use="required"/> |
type | plm:LogicalOperationType | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xsd:attribute name="operation" type="plm:LogicalOperationType" default="eq"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |