diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:DocumentBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Add plm:Replace plm:Delete plm:Modify plm:ExternalReference plm:DeltaOperationGroup | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="PLMXMLDeltaType"> <xsd:annotation> <xsd:documentation> The top-level element in a PLMXML Delta file. This represents a delta, or change, to be applied to a PLMXML file or equivalent Application model (the 'master' file/model). Attributes: context: A URI or other indication of the master Document or model to which this delta is to be applied. 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. ExternalReference: References to Application objects. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:DocumentBase"> <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:element ref="plm:ExternalReference"/> <xsd:element ref="plm:DeltaOperationGroup"/> </xsd:choice> <xsd:attribute name="context" type="xsd:string" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="context" type="xsd:string" use="optional"/> |
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"/> |