simpleType DeepCopyType
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute DeepCopyRuleType/@copyType
facets
Kind Value Annotation
enumeration copyAsObject
enumeration copyAsReference
enumeration noCopy
annotation
documentation

      Copy type in deep copy rule
     
source <xsd:simpleType name="DeepCopyType">
 
<xsd:annotation>
   
<xsd:documentation>
      Copy type in deep copy rule
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="copyAsObject"/>
   
<xsd:enumeration value="copyAsReference"/>
   
<xsd:enumeration value="noCopy"/>
 
</xsd:restriction>
</xsd:simpleType>


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