| namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | ||||||||||||
| type | restriction of xsd:NMTOKEN | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xsd:simpleType name="PropertyRuleWriteOnceType"> <xsd:annotation> <xsd:documentation> Is the PropertyRule write once? </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="onlyIfNull"/> <xsd:enumeration value="always"/> <xsd:enumeration value="no"/> </xsd:restriction> </xsd:simpleType> |