simpleType AccessIntentEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute AccessIntentType/@intent
facets
Kind Value Annotation
enumeration reference
enumeration modifiable
enumeration noAccess
annotation
documentation

      Simple Access Control enum.

      reference:  read-only
      modifiable: read-write
      noAccess:   may not be accessed at all.
     
source <xsd:simpleType name="AccessIntentEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      Simple Access Control enum.

      reference:  read-only
      modifiable: read-write
      noAccess:   may not be accessed at all.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="reference"/>
   
<xsd:enumeration value="modifiable"/>
   
<xsd:enumeration value="noAccess"/>
 
</xsd:restriction>
</xsd:simpleType>


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