complexType AuthorisationRuleType
diagram plmxml_diagrams/plmxml_p1613.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 AuthorisationRule
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      
targetName  xsd:string  required      
ruleDomain  bus:AuthorisationRuleDomainEnum  required      
accessorRefs  plm:uriReferenceListType  optional      
annotation
documentation

      A rule authorising certain users or groups to use a specified resource.
          
      Attributes:    
                     
      targetName:         the name of the resource, e.g. an application program
      ruleDomain:         the type of resource
      accessorRefs:       the Users, Persons, OrganisationMembers, Organisations, or
                          ResourcePools which are permitted to use the resource.
     
source <xsd:complexType name="AuthorisationRuleType">
 
<xsd:annotation>
   
<xsd:documentation>
      A rule authorising certain users or groups to use a specified resource.
          
      Attributes:    
                     
      targetName:         the name of the resource, e.g. an application program
      ruleDomain:         the type of resource
      accessorRefs:       the Users, Persons, OrganisationMembers, Organisations, or
                          ResourcePools which are permitted to use the resource.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessRuleBase">
     
<xsd:attribute name="targetName" type="xsd:string" use="required"/>
     
<xsd:attribute name="ruleDomain" type="bus:AuthorisationRuleDomainEnum" use="required"/>
     
<xsd:attribute name="accessorRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Owner plm:ResourcePool"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute AuthorisationRuleType/@ruleDomain
type bus:AuthorisationRuleDomainEnum
properties
use required
facets
Kind Value Annotation
enumeration application
enumeration utility
source <xsd:attribute name="ruleDomain" type="bus:AuthorisationRuleDomainEnum" use="required"/>

attribute AuthorisationRuleType/@accessorRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="accessorRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Owner plm:ResourcePool"/>


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