complexType AccessIntentType
diagram plmxml_diagrams/plmxml_p219.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AccessControlBase
properties
base plm:AccessControlBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element AccessIntent
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      
ownerRefs  plm:uriReferenceListType  optional      
intent  plm:AccessIntentEnum    modifiable    
annotation
documentation

      Simple access control element. Specifies a set of owners, and read/write access.
     
      Attributes:

      intent:      reference, modifiable or noAccess.
      ownerRefs    Reference to one or more owners. These should be elements
                   derived from plm:OwnerBase, e.g. Person, Organisation, Site, etc.
     
source <xsd:complexType name="AccessIntentType">
 
<xsd:annotation>
   
<xsd:documentation>
      Simple access control element. Specifies a set of owners, and read/write access.
     
      Attributes:

      intent:      reference, modifiable or noAccess.
      ownerRefs    Reference to one or more owners. These should be elements
                   derived from plm:OwnerBase, e.g. Person, Organisation, Site, etc.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AccessControlBase">
     
<xsd:attribute name="ownerRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Owner"/>
     
<xsd:attribute name="intent" type="plm:AccessIntentEnum" default="modifiable"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute AccessIntentType/@ownerRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="ownerRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Owner"/>

attribute AccessIntentType/@intent
type plm:AccessIntentEnum
properties
default modifiable
facets
Kind Value Annotation
enumeration reference
enumeration modifiable
enumeration noAccess
source <xsd:attribute name="intent" type="plm:AccessIntentEnum" default="modifiable"/>


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