complexType IncChangeType
diagram plmxml_diagrams/plmxml_p1430.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element IncChange
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
type  plm:IncChangeEnum  required      
engChangeRef  plm:anyURIType  optional      
affectedRef  plm:anyURIType  optional      
annotation
documentation

      An incremental change to an element.

      Attributes:

      type:             The type or operation of the incremental change.
      engChangeRef:     References the ChangeRevision that represents the
                        engineering change.
      affectedRef:      References the affected element.

      Sub-elements:

      UserData:         Inherited from AttribOwner. If type is modify, UserData
                        elements detail the changes to the properties.
     
source <xsd:complexType name="IncChangeType">
 
<xsd:annotation>
   
<xsd:documentation>
      An incremental change to an element.

      Attributes:

      type:             The type or operation of the incremental change.
      engChangeRef:     References the ChangeRevision that represents the
                        engineering change.
      affectedRef:      References the affected element.

      Sub-elements:

      UserData:         Inherited from AttribOwner. If type is modify, UserData
                        elements detail the changes to the properties.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="type" type="plm:IncChangeEnum" use="required"/>
     
<xsd:attribute name="engChangeRef" type="plm:anyURIType" use="optional" plm:refType="plm:ChangeRevision"/>
     
<xsd:attribute name="affectedRef" type="plm:anyURIType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute IncChangeType/@type
type plm:IncChangeEnum
properties
use required
facets
Kind Value Annotation
enumeration add
enumeration delete
source <xsd:attribute name="type" type="plm:IncChangeEnum" use="required"/>

attribute IncChangeType/@engChangeRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="engChangeRef" type="plm:anyURIType" use="optional" plm:refType="plm:ChangeRevision"/>

attribute IncChangeType/@affectedRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="affectedRef" type="plm:anyURIType" use="optional"/>


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