diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isMultiplier" type="xsd:boolean" default="false"/> |
type | xsd:decimal | ||
properties |
|
||
source | <xsd:attribute name="multiplier" type="xsd:decimal" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="moneyRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/> |