diagram | |||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | extension of plm:DeltaOperationBase | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:complexType name="DeltaDeleteType" mixed="true"> <xsd:annotation> <xsd:documentation> This element represents deleting a fragment of PLMXML, i.e. a tree of elements, from a master document. NOTE that it also removes any IDREF or local URI references to those elements, since normally you would not want 'dangling' references left. For example, deleting an Instance will automatically remove that Instance from any 'instanceRefs' attributes which reference it. Attributes: targetRefs: A multiple URI reference to placeholder element(s) which represent the elements in the master document which will be deleted, along with their sub-elements. </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:attribute name="targetRefs" type="plm:uriReferenceListType" use="required"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="targetRefs" type="plm:uriReferenceListType" use="required"/> |