diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="name" type="xsd:string" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="result" type="xsd:boolean" use="optional"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="status" type="xsd:integer" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="comments" type="xsd:string" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="adHoc" type="xsd:boolean" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="reportRef" type="plm:anyURIType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="nameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="commentsRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |