namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | ||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |