complexType ValidationAgentRevisionType
diagram plmxml_diagrams/plmxml_p1456.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureRevisionBase
properties
base plm:StructureRevisionBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup
used by
element ValidationAgentRevision
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
revision  xsd:string  required      
version  xsd:nonNegativeInteger  optional      
masterRef  plm:anyURIType  required      
optionRefs  plm:uriReferenceListType  optional      
instanceRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
simplifiedRepRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
keepOverriddenResult  xsd:boolean    false    
overrideReasonMandatory  xsd:boolean    false    
checkRefs  plm:uriReferenceListType  optional      
arguments  xsd:string  optional      
closureRuleRef  plm:anyURIType  optional      
toolRef  plm:anyURIType  optional      
annotation
documentation

      Represents a revision of a ValidationAgent.

      Attributes:

      keepOverriddenResult: Whether the overridden results of the validation
                        checks of an agent are kept when the checks are run. If
                        false, the results are updated when the checks are run.
      overrideReasonMandatory: Whether a user is required to enter a reason when
                        a result override is being requested.
      checkRefs:        A list of references to the validation checks that the
                        agent performs.
      arguments:        A group of arguments used to run the validation agent.
      closureRuleRef:   References the ClosureRule on which the validation agent
                        performs its checks.
      toolRef:          References the tool the validation agent uses to perform
                        its checks.
     
source <xsd:complexType name="ValidationAgentRevisionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a revision of a ValidationAgent.

      Attributes:

      keepOverriddenResult: Whether the overridden results of the validation
                        checks of an agent are kept when the checks are run. If
                        false, the results are updated when the checks are run.
      overrideReasonMandatory: Whether a user is required to enter a reason when
                        a result override is being requested.
      checkRefs:        A list of references to the validation checks that the
                        agent performs.
      arguments:        A group of arguments used to run the validation agent.
      closureRuleRef:   References the ClosureRule on which the validation agent
                        performs its checks.
      toolRef:          References the tool the validation agent uses to perform
                        its checks.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureRevisionBase">
     
<xsd:attribute name="keepOverriddenResult" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="overrideReasonMandatory" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="checkRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ValidationCheck"/>
     
<xsd:attribute name="arguments" type="xsd:string" use="optional"/>
     
<xsd:attribute name="closureRuleRef" type="plm:anyURIType" use="optional"/>
     
<xsd:attribute name="toolRef" type="plm:anyURIType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ValidationAgentRevisionType/@keepOverriddenResult
type xsd:boolean
properties
default false
source <xsd:attribute name="keepOverriddenResult" type="xsd:boolean" default="false"/>

attribute ValidationAgentRevisionType/@overrideReasonMandatory
type xsd:boolean
properties
default false
source <xsd:attribute name="overrideReasonMandatory" type="xsd:boolean" default="false"/>

attribute ValidationAgentRevisionType/@checkRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="checkRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ValidationCheck"/>

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

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

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


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