complexType TCServiceEventType
diagram plmxml_diagrams/plmxml_p1325.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ServicePerformedBase
properties
base plm:ServicePerformedBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element TCServiceEvent
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      
workLocation  xsd:string  optional      
jobCards  xsd:string  optional      
zones  xsd:string  optional      
signedOffBy  xsd:string  optional      
annotation
documentation

      Service Event information.

      Attributes:

      workLocation:     Location where the service was performed.
      jobCards:         Job cards/work cards used.
      zones:            Zones where the service was performed.
      signedOffBy:      Other sign offs.
     
source <xsd:complexType name="TCServiceEventType">
 
<xsd:annotation>
   
<xsd:documentation>
      Service Event information.

      Attributes:

      workLocation:     Location where the service was performed.
      jobCards:         Job cards/work cards used.
      zones:            Zones where the service was performed.
      signedOffBy:      Other sign offs.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ServicePerformedBase">
     
<xsd:attribute name="workLocation" type="xsd:string" use="optional"/>
     
<xsd:attribute name="jobCards" type="xsd:string" use="optional"/>
     
<xsd:attribute name="zones" type="xsd:string" use="optional"/>
     
<xsd:attribute name="signedOffBy" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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

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


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