diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | extension of plm:DescriptionBase | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Add plm:Replace plm:Delete plm:Modify | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | plm:DeltaAddType | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xsd:element name="Add" type="plm:DeltaAddType"/> |
diagram | |||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | plm:DeltaReplaceType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="Replace" type="plm:DeltaReplaceType"/> |
diagram | |||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | plm:DeltaDeleteType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="Delete" type="plm:DeltaDeleteType"/> |
diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||
type | plm:DeltaModifyType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Modify" type="plm:DeltaModifyType"/> |