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="ValidationCheckRevisionType"> <xsd:annotation> <xsd:documentation> Represents a revision of a ValidationCheck. Attributes: name: Inherited from StructureRevision. parameterRefs: A list of references to the CheckerParameters for the validation check. isMandatory: Whether the validation check is mandatory. canGroup: Whether the validation check can group. category: The category of the validation check. categoryRef: References a multiple language version of category. If multiple language support is required, categoryRef should be used in addition to category. Sub-elements: Description: Inherited from StructureRevision. AssociatedDataSet: Inherited from StructureRevision. The value of the role attribute should be extensionRule. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:StructureRevisionBase"> <xsd:attribute name="parameterRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:CheckerParameter"/> <xsd:attribute name="isMandatory" type="xsd:boolean" use="optional"/> <xsd:attribute name="canGroup" type="xsd:boolean" use="optional"/> <xsd:attribute name="category" type="xsd:string" use="optional"/> <xsd:attribute name="categoryRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="parameterRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:CheckerParameter"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isMandatory" type="xsd:boolean" use="optional"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="canGroup" type="xsd:boolean" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="category" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="categoryRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |