complexType BusinessRuleBase
diagram plmxml_diagrams/plmxml_p1617.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute
used by
element BusinessRule
complexTypes AuthorisationRuleType BusinessOperationType CompoundPropDefType DeepCopyRuleType HideTypeRuleType IdContextRuleType MethodAttachmentPointType MethodDescriptorType MethodType NameFieldType NameRuleType PropertyRuleType RelationRuleType TypeCannedMethodType
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      
isExportable  xsd:boolean  optional  true    
isReplaceable  xsd:boolean  optional  true    
version  xsd:string  optional      
annotation
documentation

      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.
     
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>

attribute BusinessRuleBase/@isExportable
type xsd:boolean
properties
use optional
default true
source <xsd:attribute name="isExportable" type="xsd:boolean" use="optional" default="true"/>

attribute BusinessRuleBase/@isReplaceable
type xsd:boolean
properties
use optional
default true
source <xsd:attribute name="isReplaceable" type="xsd:boolean" use="optional" default="true"/>

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


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