complexType OccurrenceFilterBase
diagram plmxml_diagrams/plmxml_p408.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute
used by
element OccurrenceFilter
complexTypes GroupFilterType PropertyFilterType SetFilterType ZoneFilterType
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
contextRef  plm:anyURIType  optional      
outputRef  plm:anyURIType  optional      
annotation
documentation

      Abstract base class for filters.
     
      Attributes:
     
      contextRef:     The owning StructureRevisionView, if appropriate
      outputRef:      The result of applying the Filter - a ConfiguredOccurrenceGroup
     
source <xsd:complexType name="OccurrenceFilterBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Abstract base class for filters.
     
      Attributes:
     
      contextRef:     The owning StructureRevisionView, if appropriate
      outputRef:      The result of applying the Filter - a ConfiguredOccurrenceGroup
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="contextRef" type="plm:anyURIType" use="optional" plm:refType="plm:StructureRevisionView"/>
     
<xsd:attribute name="outputRef" type="plm:anyURIType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute OccurrenceFilterBase/@contextRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="contextRef" type="plm:anyURIType" use="optional" plm:refType="plm:StructureRevisionView"/>

attribute OccurrenceFilterBase/@outputRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="outputRef" type="plm:anyURIType" use="optional"/>


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