diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="BusinessRuleBase" abstract="true"> <xsd:annotation> <xsd:documentation xml:lang="en"> This element defines abstract type for Business Rules. Attributes: isExportable: Is this rule exportable? isReplaceable: Used for import. If the object exists and and this flag is set to true, then only this element can be replaced. version: String that represents the version of a BusinessRule. This will help in tracking changes to rules. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="isExportable" type="xsd:boolean" use="optional" default="true"/> <xsd:attribute name="isReplaceable" type="xsd:boolean" use="optional" default="true"/> <xsd:attribute name="version" type="xsd:string" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:boolean | ||||
properties |
|
||||
source | <xsd:attribute name="isExportable" type="xsd:boolean" use="optional" default="true"/> |
type | xsd:boolean | ||||
properties |
|
||||
source | <xsd:attribute name="isReplaceable" type="xsd:boolean" use="optional" default="true"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="version" type="xsd:string" use="optional"/> |