simpleType PropertyRuleWriteOnceType
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute PropertyRuleType/@writeOnce
facets
Kind Value Annotation
enumeration onlyIfNull
enumeration always
enumeration no
annotation
documentation

      Is the PropertyRule write once?
     
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>


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