complexType HideTypeRuleType
diagram plmxml_diagrams/plmxml_p1635.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:BusinessRuleBase
properties
base bus:BusinessRuleBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element HideTypeRule
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      
hiddenTypeClassName  xsd:string  required      
hiddenTypeName  xsd:string  required      
accessorType  xsd:string  optional      
accessor  plm:uriReferenceListType  optional      
appinfo
validate=skipName
isSystemRule  xsd:boolean  optional  false    
annotation
documentation

      This element contains a Hide Type Business Rule. This rule is used for suppressing
      display of types in the creation dialogs.

      Attributes:
     
      hiddenTypeClassName:    Name of the class in which this type exists
      hiddenTypeName:         Name of the type on which this rule is applicable
      accessorType:           Type of accessor, i.e. user, group, role in group.
      accessor:               reference to an URI of above type of accessor. If not specified,
                              this would be assumed as a site wide rule
      isSystemRule:           Is this a system defined rule. If not specified this is assumed
                              as false.
     
source <xsd:complexType name="HideTypeRuleType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
      This element contains a Hide Type Business Rule. This rule is used for suppressing
      display of types in the creation dialogs.

      Attributes:
     
      hiddenTypeClassName:    Name of the class in which this type exists
      hiddenTypeName:         Name of the type on which this rule is applicable
      accessorType:           Type of accessor, i.e. user, group, role in group.
      accessor:               reference to an URI of above type of accessor. If not specified,
                              this would be assumed as a site wide rule
      isSystemRule:           Is this a system defined rule. If not specified this is assumed
                              as false.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessRuleBase">
     
<xsd:attribute name="hiddenTypeClassName" type="xsd:string" use="required"/>
     
<xsd:attribute name="hiddenTypeName" type="xsd:string" use="required"/>
     
<xsd:attribute name="accessorType" type="xsd:string" use="optional"/>
     
<xsd:attribute name="accessor" type="plm:uriReferenceListType" use="optional">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="isSystemRule" type="xsd:boolean" use="optional" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute HideTypeRuleType/@hiddenTypeClassName
type xsd:string
properties
use required
source <xsd:attribute name="hiddenTypeClassName" type="xsd:string" use="required"/>

attribute HideTypeRuleType/@hiddenTypeName
type xsd:string
properties
use required
source <xsd:attribute name="hiddenTypeName" type="xsd:string" use="required"/>

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

attribute HideTypeRuleType/@accessor
type plm:uriReferenceListType
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="accessor" type="plm:uriReferenceListType" use="optional">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute HideTypeRuleType/@isSystemRule
type xsd:boolean
properties
use optional
default false
source <xsd:attribute name="isSystemRule" type="xsd:boolean" use="optional" default="false"/>


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