simpleType PropertyRuleIsModifiableType
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute PropertyRuleType/@isModifiable
facets
Kind Value Annotation
enumeration default
enumeration readOnly
enumeration writable
enumeration writeOnlyIfNull
annotation
documentation

      Is the property modifiable 
     
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>


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