complexType ChangeType
diagram plmxml_diagrams/plmxml_p1408.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:RelatedItem plm:ReleaseStatus plm:ChangeRecord plm:ChangeRecordGroup
used by
element Change
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  xsd:string        
changeId  xsd:string        
changeRevisionId  xsd:string        
ownerRef  plm:anyURIType        
typeRef  plm:anyURIType  optional      
annotation
documentation

      This element represents an Engineering Change. Each Change has a number of
      related objects, with relation type such as Affected, Problem, or
      Reference.

      Attributes:

      type:
      changeId:         change id
      changeRevisionId: revision string, e.g. "B"
      ownerRef:
      typeRef:          References a multiple language version of type. If
                        multiple language support is required, typeRef should be
                        used in addition to type.

      Sub-elements:

      RelatedItem:      related elements
      ReleaseStatus:
      ChangeRecord:     records of adds, deletions and other changes
      ChangeRecordGroup:
     
source <xsd:complexType name="ChangeType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element represents an Engineering Change. Each Change has a number of
      related objects, with relation type such as Affected, Problem, or
      Reference.

      Attributes:

      type:
      changeId:         change id
      changeRevisionId: revision string, e.g. "B"
      ownerRef:
      typeRef:          References a multiple language version of type. If
                        multiple language support is required, typeRef should be
                        used in addition to type.

      Sub-elements:

      RelatedItem:      related elements
      ReleaseStatus:
      ChangeRecord:     records of adds, deletions and other changes
      ChangeRecordGroup:
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element name="RelatedItem" type="plm:RelatedItemType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="ReleaseStatus" type="plm:ReleaseStatusType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="ChangeRecord" type="plm:ChangeRecordType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="ChangeRecordGroup" type="plm:ChangeRecordGroupType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="type" type="xsd:string"/>
     
<xsd:attribute name="changeId" type="xsd:string"/>
     
<xsd:attribute name="changeRevisionId" type="xsd:string"/>
     
<xsd:attribute name="ownerRef" type="plm:anyURIType"/>
     
<xsd:attribute name="typeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ChangeType/@type
type xsd:string
source <xsd:attribute name="type" type="xsd:string"/>

attribute ChangeType/@changeId
type xsd:string
source <xsd:attribute name="changeId" type="xsd:string"/>

attribute ChangeType/@changeRevisionId
type xsd:string
source <xsd:attribute name="changeRevisionId" type="xsd:string"/>

attribute ChangeType/@ownerRef
type plm:anyURIType
source <xsd:attribute name="ownerRef" type="plm:anyURIType"/>

attribute ChangeType/@typeRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="typeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>

element ChangeType/RelatedItem
diagram plmxml_diagrams/plmxml_p1409.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:RelatedItemType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
itemRef  plm:anyURIType        
type  xsd:string        
typeRef  plm:anyURIType  optional      
source <xsd:element name="RelatedItem" type="plm:RelatedItemType" minOccurs="0" maxOccurs="unbounded"/>

element ChangeType/ReleaseStatus
diagram plmxml_diagrams/plmxml_p1410.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ReleaseStatusType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
dateReleased  xsd:dateTime  optional      
effectivityRefs  plm:uriReferenceListType  optional      
source <xsd:element name="ReleaseStatus" type="plm:ReleaseStatusType" minOccurs="0" maxOccurs="unbounded"/>

element ChangeType/ChangeRecord
diagram plmxml_diagrams/plmxml_p1411.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ChangeRecordType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
originalRef  plm:anyURIType  optional      
modifiedRef  plm:anyURIType  optional      
select  xsd:string  optional      
derived  xsd:boolean  optional      
parentRef  plm:anyURIType  optional      
source <xsd:element name="ChangeRecord" type="plm:ChangeRecordType" minOccurs="0" maxOccurs="unbounded"/>

element ChangeType/ChangeRecordGroup
diagram plmxml_diagrams/plmxml_p1412.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ChangeRecordGroupType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
transfer  xsd:boolean  optional      
modifiedRootRef  plm:anyURIType  optional      
memberRefs  plm:uriReferenceListType  optional      
source <xsd:element name="ChangeRecordGroup" type="plm:ChangeRecordGroupType" minOccurs="0" maxOccurs="unbounded"/>


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