complexType ValidationResultsType
diagram plmxml_diagrams/plmxml_p1465.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttributeBase
properties
base plm:AttributeBase
children plm:Description plm:ApplicationRef plm:Checker
used by
element ValidationResults
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
application  xsd:string        
annotation
documentation

      This element, derived from plm:Attribute, is used to give the results of applying
      a validation check to its parent element.

      Attributes:

      application:      the validating application

      Sub-elements:

      Checker:          the name and result of each check performed
     
source <xsd:complexType name="ValidationResultsType" plm:deprecated="true">
 
<xsd:annotation>
   
<xsd:documentation>
      This element, derived from plm:Attribute, is used to give the results of applying
      a validation check to its parent element.

      Attributes:

      application:      the validating application

      Sub-elements:

      Checker:          the name and result of each check performed
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:sequence>
       
<xsd:element name="Checker" type="plm:ValidationCheckerType" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="application" type="xsd:string"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ValidationResultsType/@application
type xsd:string
source <xsd:attribute name="application" type="xsd:string"/>

element ValidationResultsType/Checker
diagram plmxml_diagrams/plmxml_p1466.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ValidationCheckerType
properties
minOcc 1
maxOcc unbounded
content complex
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      
source <xsd:element name="Checker" type="plm:ValidationCheckerType" maxOccurs="unbounded"/>


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