diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AccessControlBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="ownerRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Owner"/> |
type | plm:AccessIntentEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="intent" type="plm:AccessIntentEnum" default="modifiable"/> |