| diagram | ![]() |
||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||
| type | extension of plm:ServiceActivityBase | ||||
| properties |
|
||||
| children | plm:Description plm:ApplicationRef plm:Attribute | ||||
| used by |
|
||||
| attributes | |||||
| annotation |
|
||||
| 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> |
| type | xsd:dateTime | ||
| properties |
|
||
| source | <xsd:attribute name="workStartDate" type="xsd:dateTime" use="optional"/> |
| type | plm:uriReferenceListType | ||
| properties |
|
||
| source | <xsd:attribute name="partMovementRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:PartMovement"/> |