complexType DeltaReplaceType
diagram plmxml_diagrams/plmxml_p929.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:DeltaOperationBase
properties
base plm:DeltaOperationBase
mixed true
used by
elements DeltaOperationGroupType/Replace PLMXMLDeltaType/Replace
attributes
Name  Type  Use  Default  Fixed  Annotation
targetRef  plm:anyURIType  required      
annotation
documentation

      This element represents replacing a fragment of PLMXML, i.e. a tree of elements, with
      another tree.
     
      The sub-element of this element is used to replace the target element and all its
      descendents.
     
      Attributes:
     
      targetRef:       A URI reference to a placeholder element which represents the
                       element in the master document which will be replaced.
     
      Elements:
     
      Any PLMXML element may be included as sub-element. There must be exactly one.
     
appinfo
allowMixed=true
source <xsd:complexType name="DeltaReplaceType" mixed="true">
 
<xsd:annotation>
   
<xsd:documentation>
      This element represents replacing a fragment of PLMXML, i.e. a tree of elements, with
      another tree.
     
      The sub-element of this element is used to replace the target element and all its
      descendents.
     
      Attributes:
     
      targetRef:       A URI reference to a placeholder element which represents the
                       element in the master document which will be replaced.
     
      Elements:
     
      Any PLMXML element may be included as sub-element. There must be exactly one.
     
</xsd:documentation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">allowMixed=true</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DeltaOperationBase">
     
<xsd:sequence>
       
<xsd:any namespace="##any" processContents="skip" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="targetRef" type="plm:anyURIType" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute DeltaReplaceType/@targetRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="targetRef" type="plm:anyURIType" use="required"/>


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