complexType PathIsType
diagram plmxml_diagrams/plmxml_p429.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:LogicalExpressionBase
properties
base plm:LogicalExpressionBase
used by
element PathIs
attributes
Name  Type  Use  Default  Fixed  Annotation
instanceRefs  plm:uriReferenceListType  required      
annotation
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.
     
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>

attribute PathIsType/@instanceRefs
type plm:uriReferenceListType
properties
use required
source <xsd:attribute name="instanceRefs" type="plm:uriReferenceListType" use="required" plm:refType="plm:Instance"/>


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