| diagram | ![]() |
||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
| type | extension of plm:DeltaOperationBase | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| 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> |
| type | plm:anyURIType | ||
| properties |
|
||
| source | <xsd:attribute name="targetRef" type="plm:anyURIType" use="required"/> |