complexType ActivityCostType
diagram plmxml_diagrams/plmxml_p1226.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element ActivityCost
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      
estimatedTotalCostRef  plm:anyURIType  optional      
actualTotalCostRef  plm:anyURIType  optional      
estimatedLaborHours  xsd:float  optional      
actualLaborHours  xsd:float  optional      
estimatedLaborCostRef  plm:anyURIType  optional      
actualLaborCostRef  plm:anyURIType  optional      
estimatedMaterialCostRef  plm:anyURIType  optional      
actualMaterialCostRef  plm:anyURIType  optional      
annotation
documentation

      Service cost information.

      Attributes:

      name:             Inherited from AttribOwner. Workspace object name.
      description:      Inherited from AttribOwner. Workspace description.
      estimatedTotalCostRef: References a Money representing the estimated total
                        cost.
      actualTotalCostRef: References a Money representing the actual total cost.
      estimatedLaborHours: Estimated work hours.
      actualLaborHours: Actual work hours.
      estimatedLaborCostRef: References a Money representing the estimated work
                        cost.
      actualLaborCostRef: References a Money representing the actual work cost.
      estimatedMaterialCostRef: References a Money representing the estimated
                        supply cost.
      actualMaterialCostRef: References a Money representing the actual supply
                        cost.
     
source <xsd:complexType name="ActivityCostType">
 
<xsd:annotation>
   
<xsd:documentation>
      Service cost information.

      Attributes:

      name:             Inherited from AttribOwner. Workspace object name.
      description:      Inherited from AttribOwner. Workspace description.
      estimatedTotalCostRef: References a Money representing the estimated total
                        cost.
      actualTotalCostRef: References a Money representing the actual total cost.
      estimatedLaborHours: Estimated work hours.
      actualLaborHours: Actual work hours.
      estimatedLaborCostRef: References a Money representing the estimated work
                        cost.
      actualLaborCostRef: References a Money representing the actual work cost.
      estimatedMaterialCostRef: References a Money representing the estimated
                        supply cost.
      actualMaterialCostRef: References a Money representing the actual supply
                        cost.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="estimatedTotalCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>
     
<xsd:attribute name="actualTotalCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>
     
<xsd:attribute name="estimatedLaborHours" type="xsd:float" use="optional"/>
     
<xsd:attribute name="actualLaborHours" type="xsd:float" use="optional"/>
     
<xsd:attribute name="estimatedLaborCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>
     
<xsd:attribute name="actualLaborCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>
     
<xsd:attribute name="estimatedMaterialCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>
     
<xsd:attribute name="actualMaterialCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ActivityCostType/@estimatedTotalCostRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="estimatedTotalCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>

attribute ActivityCostType/@actualTotalCostRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="actualTotalCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>

attribute ActivityCostType/@estimatedLaborHours
type xsd:float
properties
use optional
source <xsd:attribute name="estimatedLaborHours" type="xsd:float" use="optional"/>

attribute ActivityCostType/@actualLaborHours
type xsd:float
properties
use optional
source <xsd:attribute name="actualLaborHours" type="xsd:float" use="optional"/>

attribute ActivityCostType/@estimatedLaborCostRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="estimatedLaborCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>

attribute ActivityCostType/@actualLaborCostRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="actualLaborCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>

attribute ActivityCostType/@estimatedMaterialCostRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="estimatedMaterialCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>

attribute ActivityCostType/@actualMaterialCostRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="actualMaterialCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>


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