complexType ServicePerformedBase
diagram plmxml_diagrams/plmxml_p1317.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ServiceActivityBase
properties
base plm:ServiceActivityBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute
used by
element ServicePerformed
complexType TCServiceEventType
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      
transactionNote  xsd:string  optional      
needByDate  xsd:dateTime  optional      
activityNumber  xsd:string  optional      
authorizedBy  xsd:string  optional      
isPreventativeMaintenance  xsd:boolean    false    
usagePathRef  plm:anyURIType  optional      
category  plm:CategoryEnum  optional      
activityEntryValueRefs  plm:uriReferenceListType  optional      
workStartDate  xsd:dateTime  optional      
partMovementRefs  plm:uriReferenceListType  optional      
annotation
documentation

      Service Performed information.

      Attributes:

      workStartDate:    Work start date.
      partMovementRefs:  References one or more Part Movements.
     
source <xsd:complexType name="ServicePerformedBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Service Performed information.

      Attributes:

      workStartDate:    Work start date.
      partMovementRefs:  References one or more Part Movements.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ServiceActivityBase">
     
<xsd:attribute name="workStartDate" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="partMovementRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:PartMovement"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute ServicePerformedBase/@partMovementRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="partMovementRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:PartMovement"/>


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