complexType ExternalServiceActivityRevisionType
diagram plmxml_diagrams/plmxml_p1248.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ServiceEventRevisionType
properties
base plm:ServiceEventRevisionType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup
used by
element ExternalServiceActivityRevision
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
revision  xsd:string  required      
version  xsd:nonNegativeInteger  optional      
masterRef  plm:anyURIType  required      
optionRefs  plm:uriReferenceListType  optional      
instanceRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
simplifiedRepRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
manufacturerRef  plm:anyURIType  optional      
productRef  plm:anyURIType  optional      
pathRef  plm:anyURIType  optional      
sENote  xsd:string  optional      
sENumber  xsd:string  optional      
sETitle  xsd:string  required      
serialNumber  xsd:string  optional      
authorizedBy  xsd:string  optional      
category  xsd:string  required      
completedBy  xsd:string  optional      
completedDate  xsd:dateTime  optional      
cost  xsd:float  optional      
endTime  xsd:dateTime  required      
startTime  xsd:dateTime  optional      
eventType  xsd:string        
otherSignOffs  xsd:string  optional      
removeInstalls  xsd:string  optional      
workCards  xsd:string  optional      
workLocationRef  plm:anyURIType  optional      
zone  xsd:string  optional      
annotation
documentation

      External Service Activity Revision information. This element has been
      deprecated and should not be used.

      Attributes:

      manufacturerRef:  Manufacturer's ID.
      productRef:       Inherited from ServiceEventRevision. References a
                        serialized or a non-serialized part.
      pathRef:          Inherited from ServiceEventRevision. References a Part
                        Position Path - Contains a position path of any remove
                        or install part.
      sENote:           User defined notes.
      sENumber:         Service Event Number.
      sETitle:          Short description of an External Service.
      serialNumber:     Serial Number.
      authorizedBy:     Authorized By.
      category:         Category.
      completedBy:      Completed By.
      completedDate:    Completed Date.
      cost:             Cost.
      endTime:          Elapsed Completion End Time.
      startTime:        Elapsed Completion Start Time.
      eventType:        Event Type.
      otherSignOffs:    Other Sign Offs.
      removeInstalls:   Remove Installs.
      workCards:        Job cards/work cards used.
      workLocation:     Location where the service was performed.
      zone:             Zones where the service was performed.

      Sub-elements:

      Description:      Inherited from StructureRevision.
     
source <xsd:complexType name="ExternalServiceActivityRevisionType" plm:deprecated="true">
 
<xsd:annotation>
   
<xsd:documentation>
      External Service Activity Revision information. This element has been
      deprecated and should not be used.

      Attributes:

      manufacturerRef:  Manufacturer's ID.
      productRef:       Inherited from ServiceEventRevision. References a
                        serialized or a non-serialized part.
      pathRef:          Inherited from ServiceEventRevision. References a Part
                        Position Path - Contains a position path of any remove
                        or install part.
      sENote:           User defined notes.
      sENumber:         Service Event Number.
      sETitle:          Short description of an External Service.
      serialNumber:     Serial Number.
      authorizedBy:     Authorized By.
      category:         Category.
      completedBy:      Completed By.
      completedDate:    Completed Date.
      cost:             Cost.
      endTime:          Elapsed Completion End Time.
      startTime:        Elapsed Completion Start Time.
      eventType:        Event Type.
      otherSignOffs:    Other Sign Offs.
      removeInstalls:   Remove Installs.
      workCards:        Job cards/work cards used.
      workLocation:     Location where the service was performed.
      zone:             Zones where the service was performed.

      Sub-elements:

      Description:      Inherited from StructureRevision.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ServiceEventRevisionType">
     
<xsd:attribute name="authorizedBy" type="xsd:string" use="optional" plm:deprecated="true"/>
     
<xsd:attribute name="category" type="xsd:string" use="required" plm:deprecated="true"/>
     
<xsd:attribute name="completedBy" type="xsd:string" use="optional" plm:deprecated="true"/>
     
<xsd:attribute name="completedDate" type="xsd:dateTime" use="optional" plm:deprecated="true"/>
     
<xsd:attribute name="cost" type="xsd:float" use="optional" plm:deprecated="true"/>
     
<xsd:attribute name="endTime" type="xsd:dateTime" use="required" plm:deprecated="true"/>
     
<xsd:attribute name="startTime" type="xsd:dateTime" use="optional" plm:deprecated="true"/>
     
<xsd:attribute name="eventType" type="xsd:string" plm:deprecated="true"/>
     
<xsd:attribute name="otherSignOffs" type="xsd:string" use="optional" plm:deprecated="true"/>
     
<xsd:attribute name="removeInstalls" type="xsd:string" use="optional" plm:deprecated="true"/>
     
<xsd:attribute name="workCards" type="xsd:string" use="optional" plm:deprecated="true"/>
     
<xsd:attribute name="workLocationRef" type="plm:anyURIType" use="optional" plm:refType="plm:Location" plm:deprecated="true"/>
     
<xsd:attribute name="zone" type="xsd:string" use="optional" plm:deprecated="true"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ExternalServiceActivityRevisionType/@authorizedBy
type xsd:string
properties
use optional
source <xsd:attribute name="authorizedBy" type="xsd:string" use="optional" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@category
type xsd:string
properties
use required
source <xsd:attribute name="category" type="xsd:string" use="required" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@completedBy
type xsd:string
properties
use optional
source <xsd:attribute name="completedBy" type="xsd:string" use="optional" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@completedDate
type xsd:dateTime
properties
use optional
source <xsd:attribute name="completedDate" type="xsd:dateTime" use="optional" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@cost
type xsd:float
properties
use optional
source <xsd:attribute name="cost" type="xsd:float" use="optional" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@endTime
type xsd:dateTime
properties
use required
source <xsd:attribute name="endTime" type="xsd:dateTime" use="required" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@startTime
type xsd:dateTime
properties
use optional
source <xsd:attribute name="startTime" type="xsd:dateTime" use="optional" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@eventType
type xsd:string
source <xsd:attribute name="eventType" type="xsd:string" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@otherSignOffs
type xsd:string
properties
use optional
source <xsd:attribute name="otherSignOffs" type="xsd:string" use="optional" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@removeInstalls
type xsd:string
properties
use optional
source <xsd:attribute name="removeInstalls" type="xsd:string" use="optional" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@workCards
type xsd:string
properties
use optional
source <xsd:attribute name="workCards" type="xsd:string" use="optional" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@workLocationRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="workLocationRef" type="plm:anyURIType" use="optional" plm:refType="plm:Location" plm:deprecated="true"/>

attribute ExternalServiceActivityRevisionType/@zone
type xsd:string
properties
use optional
source <xsd:attribute name="zone" type="xsd:string" use="optional" plm:deprecated="true"/>


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