complexType DeltaOperationGroupType
diagram plmxml_diagrams/plmxml_p924.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:DescriptionBase
properties
base plm:DescriptionBase
children plm:Description plm:ApplicationRef plm:Add plm:Replace plm:Delete plm:Modify
used by
element DeltaOperationGroup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
annotation
documentation

      NB This is an extension to the DELTA schema included here to avoid
      the need for a separate schema.
     
      A group of Delta Operations. A context can be provided by adding an
      ApplicationRef sub-element of this element.
     
      SubElements:
     
      Add:            Add elements, representing the addition of a tree of elements
      Replace:        Replace elements, representing the replacement of a tree of elements
      Delete:         Delete elements, representing the deletion of trees of elements
      Modify:         Modify elements, representing an alteration to an attribute of
                        an element.
     
source <xsd:complexType name="DeltaOperationGroupType">
 
<xsd:annotation>
   
<xsd:documentation>
      NB This is an extension to the DELTA schema included here to avoid
      the need for a separate schema.
     
      A group of Delta Operations. A context can be provided by adding an
      ApplicationRef sub-element of this element.
     
      SubElements:
     
      Add:            Add elements, representing the addition of a tree of elements
      Replace:        Replace elements, representing the replacement of a tree of elements
      Delete:         Delete elements, representing the deletion of trees of elements
      Modify:         Modify elements, representing an alteration to an attribute of
                        an element.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DescriptionBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element name="Add" type="plm:DeltaAddType"/>
       
<xsd:element name="Replace" type="plm:DeltaReplaceType"/>
       
<xsd:element name="Delete" type="plm:DeltaDeleteType"/>
       
<xsd:element name="Modify" type="plm:DeltaModifyType"/>
     
</xsd:choice>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element DeltaOperationGroupType/Add
diagram plmxml_diagrams/plmxml_p925.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:DeltaAddType
properties
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
parentRef  plm:anyURIType  optional      
siblingRef  plm:anyURIType  optional      
source <xsd:element name="Add" type="plm:DeltaAddType"/>

element DeltaOperationGroupType/Replace
diagram plmxml_diagrams/plmxml_p926.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:DeltaReplaceType
properties
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
targetRef  plm:anyURIType  required      
source <xsd:element name="Replace" type="plm:DeltaReplaceType"/>

element DeltaOperationGroupType/Delete
diagram plmxml_diagrams/plmxml_p927.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:DeltaDeleteType
properties
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
targetRefs  plm:uriReferenceListType  required      
source <xsd:element name="Delete" type="plm:DeltaDeleteType"/>

element DeltaOperationGroupType/Modify
diagram plmxml_diagrams/plmxml_p928.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:DeltaModifyType
properties
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
targetRef  plm:anyURIType  optional      
op  plm:DeltaModifyOpType  optional  replace    
attributeName  xsd:string  optional      
values  xsd:string  optional      
valueRefs  plm:uriReferenceListType  optional      
source <xsd:element name="Modify" type="plm:DeltaModifyType"/>


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