| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
| type | restriction of xsd:NMTOKEN | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| 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> |