complexType BillingRateType
diagram plmxml_diagrams/plmxml_p1503.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 BillingRate
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      
isMultiplier  xsd:boolean    false    
multiplier  xsd:decimal  optional      
moneyRef  plm:anyURIType  optional      
annotation
documentation

      Override the billing rates for the ScheduleMember elements assigned to a
      ScheduleTaskRevision.

      Attributes:

      isMultiplier:   Whether the BillingRate multiplies the billing rates for
                      the ScheduleMember elements assigned to the
                      ScheduleTaskRevision.
      multiplier:     The factor by which the billing rates for the
                      ScheduleMember elements assigned to the
                      ScheduleTaskRevision is multiplied.
      moneyRef:       A reference to the Money that overrides the billing
                      rates for the ScheduleMember elements assigned to the
                      ScheduleTaskRevision.
     
source <xsd:complexType name="BillingRateType">
 
<xsd:annotation>
   
<xsd:documentation>
      Override the billing rates for the ScheduleMember elements assigned to a
      ScheduleTaskRevision.

      Attributes:

      isMultiplier:   Whether the BillingRate multiplies the billing rates for
                      the ScheduleMember elements assigned to the
                      ScheduleTaskRevision.
      multiplier:     The factor by which the billing rates for the
                      ScheduleMember elements assigned to the
                      ScheduleTaskRevision is multiplied.
      moneyRef:       A reference to the Money that overrides the billing
                      rates for the ScheduleMember elements assigned to the
                      ScheduleTaskRevision.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="isMultiplier" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="multiplier" type="xsd:decimal" use="optional"/>
     
<xsd:attribute name="moneyRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute BillingRateType/@isMultiplier
type xsd:boolean
properties
default false
source <xsd:attribute name="isMultiplier" type="xsd:boolean" default="false"/>

attribute BillingRateType/@multiplier
type xsd:decimal
properties
use optional
source <xsd:attribute name="multiplier" type="xsd:decimal" use="optional"/>

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


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