complexType CheckerParameterType
diagram plmxml_diagrams/plmxml_p1413.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element CheckerParameter
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      
value  xsd:string  optional      
operator  plm:PropertyFilterOperationEnum    equal    
annotation
documentation

      This element gives the parameter of a Validation Checker performed on an
      object.

      Attributes:

      name:            Inherited from AttribOwner. The name of this parameter.
      value:           The value of the parameter.
      operator:        The operator to connect name and value.
     
source <xsd:complexType name="CheckerParameterType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element gives the parameter of a Validation Checker performed on an
      object.

      Attributes:

      name:            Inherited from AttribOwner. The name of this parameter.
      value:           The value of the parameter.
      operator:        The operator to connect name and value.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="value" type="xsd:string" use="optional"/>
     
<xsd:attribute name="operator" type="plm:PropertyFilterOperationEnum" default="equal"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CheckerParameterType/@value
type xsd:string
properties
use optional
source <xsd:attribute name="value" type="xsd:string" use="optional"/>

attribute CheckerParameterType/@operator
type plm:PropertyFilterOperationEnum
properties
default equal
facets
Kind Value Annotation
enumeration regularExpression
enumeration equal
enumeration notEqual
enumeration lessThan
enumeration lessThanOrEqual
enumeration greaterThan
enumeration greaterThanOrEqual
enumeration begins
enumeration contains
source <xsd:attribute name="operator" type="plm:PropertyFilterOperationEnum" default="equal"/>


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