complexType TransactionElementBase
diagram plmxml_diagrams/plmxml_p1326.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute
used by
element TransactionElement
complexTypes ServiceActivityBase ServiceGroupType
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      
transactionId  xsd:string  required      
initiationDate  xsd:dateTime  optional      
dueDate  xsd:dateTime  optional      
approval  xsd:string  optional      
disposition  xsd:string  optional      
purpose  xsd:string  optional      
dispositionDate  xsd:dateTime  optional      
dispositionedBy  xsd:string  optional      
transactionElementType  xsd:string  optional      
activityCostRef  plm:anyURIType  optional      
physicalPartRevisionRefs  plm:uriReferenceListType  optional      
containsRefs  plm:uriReferenceListType  optional      
annotation
documentation

      Abstract sub-class.

      Attributes:

      name:             Inherited from AttribOwner. Workspace object name.
      description:      Inherited from AttribOwner. Workspace description.
      transactionId:    Transaction Id.
      initiationDate:   Initiation date.
      dueDate:          Due date.
      approval:         Status of approval.
      disposition:      Disposition.
      purpose:          Purpose of service.
      dispositionDate:  Completed date.
      dispositionedBy:  Completed by.
      transactionElementType: Transaction Element type.
      activityCostRef:  References the activity cost.
      physicalPartRevisionRefs: References one or more Physical Part Revisions.
      containsRefs:     References one or more contains Physical Parts.
     
source <xsd:complexType name="TransactionElementBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Abstract sub-class.

      Attributes:

      name:             Inherited from AttribOwner. Workspace object name.
      description:      Inherited from AttribOwner. Workspace description.
      transactionId:    Transaction Id.
      initiationDate:   Initiation date.
      dueDate:          Due date.
      approval:         Status of approval.
      disposition:      Disposition.
      purpose:          Purpose of service.
      dispositionDate:  Completed date.
      dispositionedBy:  Completed by.
      transactionElementType: Transaction Element type.
      activityCostRef:  References the activity cost.
      physicalPartRevisionRefs: References one or more Physical Part Revisions.
      containsRefs:     References one or more contains Physical Parts.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="transactionId" type="xsd:string" use="required"/>
     
<xsd:attribute name="initiationDate" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="dueDate" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="approval" type="xsd:string" use="optional"/>
     
<xsd:attribute name="disposition" type="xsd:string" use="optional"/>
     
<xsd:attribute name="purpose" type="xsd:string" use="optional"/>
     
<xsd:attribute name="dispositionDate" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="dispositionedBy" type="xsd:string" use="optional"/>
     
<xsd:attribute name="transactionElementType" type="xsd:string" use="optional"/>
     
<xsd:attribute name="activityCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:ActivityCost"/>
     
<xsd:attribute name="physicalPartRevisionRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:RealisedProductRevision"/>
     
<xsd:attribute name="containsRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:TransactionElement"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute TransactionElementBase/@transactionId
type xsd:string
properties
use required
source <xsd:attribute name="transactionId" type="xsd:string" use="required"/>

attribute TransactionElementBase/@initiationDate
type xsd:dateTime
properties
use optional
source <xsd:attribute name="initiationDate" type="xsd:dateTime" use="optional"/>

attribute TransactionElementBase/@dueDate
type xsd:dateTime
properties
use optional
source <xsd:attribute name="dueDate" type="xsd:dateTime" use="optional"/>

attribute TransactionElementBase/@approval
type xsd:string
properties
use optional
source <xsd:attribute name="approval" type="xsd:string" use="optional"/>

attribute TransactionElementBase/@disposition
type xsd:string
properties
use optional
source <xsd:attribute name="disposition" type="xsd:string" use="optional"/>

attribute TransactionElementBase/@purpose
type xsd:string
properties
use optional
source <xsd:attribute name="purpose" type="xsd:string" use="optional"/>

attribute TransactionElementBase/@dispositionDate
type xsd:dateTime
properties
use optional
source <xsd:attribute name="dispositionDate" type="xsd:dateTime" use="optional"/>

attribute TransactionElementBase/@dispositionedBy
type xsd:string
properties
use optional
source <xsd:attribute name="dispositionedBy" type="xsd:string" use="optional"/>

attribute TransactionElementBase/@transactionElementType
type xsd:string
properties
use optional
source <xsd:attribute name="transactionElementType" type="xsd:string" use="optional"/>

attribute TransactionElementBase/@activityCostRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="activityCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:ActivityCost"/>

attribute TransactionElementBase/@physicalPartRevisionRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="physicalPartRevisionRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:RealisedProductRevision"/>

attribute TransactionElementBase/@containsRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="containsRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:TransactionElement"/>


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