diagram | |||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | extension of plm:LogicalExpressionBase | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:complexType name="PathIsType"> <xsd:annotation> <xsd:documentation> PathIs - a logical expression that returns true if the path matches that of the 'instanceRefs' attribute. The path is defined as that of the chain of Instances through an Assembly that end on and include the owning Instance. Attributes: instanceRefs: chain of Instances that define a path through a hierarchical assembly structure. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:LogicalExpressionBase"> <xsd:attribute name="instanceRefs" type="plm:uriReferenceListType" use="required" plm:refType="plm:Instance"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="instanceRefs" type="plm:uriReferenceListType" use="required" plm:refType="plm:Instance"/> |