diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:StructureRevisionBase | ||
properties |
|
||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup | ||
used by |
|
||
attributes | |||
annotation |
|
||
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> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="keepOverriddenResult" type="xsd:boolean" default="false"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="overrideReasonMandatory" type="xsd:boolean" default="false"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="checkRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ValidationCheck"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="arguments" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="closureRuleRef" type="plm:anyURIType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="toolRef" type="plm:anyURIType" use="optional"/> |