complexType ValidationCheckerType
diagram plmxml_diagrams/plmxml_p1458.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
used by
element ValidationResultsType/Checker
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  optional      
result  xsd:boolean  optional      
status  xsd:integer  optional      
comments  xsd:string  optional      
adHoc  xsd:boolean  optional      
reportRef  plm:anyURIType  optional      
nameRef  plm:anyURIType  optional      
commentsRef  plm:anyURIType  optional      
annotation
documentation

      This element gives the result of a Validation Check performed on an
      object.

      Attributes:

      name:             name of the check
      result:           true if check passed, false if failed
      status:           an integer return code from the check
      comments:         a comment string
      adHoc:            true if the validation is ad-hoc.
      reportRef:        URI of the validation report file.
      nameRef:          References a multiple language version of name. If
                        multiple language support is required, nameRef should be
                        used in addition to name.
      commentsRef:      References a multiple language version of comments. If
                        multiple language support is required, commentsRef
                        should be used in addition to comments.
     
source <xsd:complexType name="ValidationCheckerType" plm:deprecated="true">
 
<xsd:annotation>
   
<xsd:documentation>
      This element gives the result of a Validation Check performed on an
      object.

      Attributes:

      name:             name of the check
      result:           true if check passed, false if failed
      status:           an integer return code from the check
      comments:         a comment string
      adHoc:            true if the validation is ad-hoc.
      reportRef:        URI of the validation report file.
      nameRef:          References a multiple language version of name. If
                        multiple language support is required, nameRef should be
                        used in addition to name.
      commentsRef:      References a multiple language version of comments. If
                        multiple language support is required, commentsRef
                        should be used in addition to comments.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="name" type="xsd:string" use="optional"/>
 
<xsd:attribute name="result" type="xsd:boolean" use="optional"/>
 
<xsd:attribute name="status" type="xsd:integer" use="optional"/>
 
<xsd:attribute name="comments" type="xsd:string" use="optional"/>
 
<xsd:attribute name="adHoc" type="xsd:boolean" use="optional"/>
 
<xsd:attribute name="reportRef" type="plm:anyURIType" use="optional"/>
 
<xsd:attribute name="nameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
 
<xsd:attribute name="commentsRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
</xsd:complexType>

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

attribute ValidationCheckerType/@result
type xsd:boolean
properties
use optional
source <xsd:attribute name="result" type="xsd:boolean" use="optional"/>

attribute ValidationCheckerType/@status
type xsd:integer
properties
use optional
source <xsd:attribute name="status" type="xsd:integer" use="optional"/>

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

attribute ValidationCheckerType/@adHoc
type xsd:boolean
properties
use optional
source <xsd:attribute name="adHoc" type="xsd:boolean" use="optional"/>

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

attribute ValidationCheckerType/@nameRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="nameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>

attribute ValidationCheckerType/@commentsRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="commentsRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>


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