namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | |||||||||||||||
type | restriction of xsd:NMTOKEN | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xsd:simpleType name="PropertyRuleIsModifiableType"> <xsd:annotation> <xsd:documentation> Is the property modifiable </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="default"/> <xsd:enumeration value="readOnly"/> <xsd:enumeration value="writable"/> <xsd:enumeration value="writeOnlyIfNull"/> </xsd:restriction> </xsd:simpleType> |