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="FixedCostType"> <xsd:annotation> <xsd:documentation> Represents information about a single fixed cost. Attributes: accrual: The type of accrual for the fixed cost. useActualCost: Whether to use the actual cost, referenced by actualCostRef. The default value of false means that the estimated cost, referenced by estimatedCostRef, should be used. billingCode: The code for the billing of the fixed cost. billingSubCode: The sub code for the billing of the fixed cost. billingType: The type of billing for the fixed cost. actualCostRef: A reference to the Money element that represents the actual fixed cost. estimatedCostRef: A reference to the Money element that represents the estimated fixed cost. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="accrual" type="plm:FixedCostAccrualEnum" default="prorated"/> <xsd:attribute name="useActualCost" type="xsd:boolean" default="false"/> <xsd:attribute name="billingCode" type="xsd:string" use="optional"/> <xsd:attribute name="billingSubCode" type="xsd:string" use="optional"/> <xsd:attribute name="billingType" type="plm:FixedCostBillingTypeEnum" use="optional"/> <xsd:attribute name="actualCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/> <xsd:attribute name="estimatedCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:FixedCostAccrualEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="accrual" type="plm:FixedCostAccrualEnum" default="prorated"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="useActualCost" type="xsd:boolean" default="false"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="billingCode" type="xsd:string" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="billingSubCode" type="xsd:string" use="optional"/> |
type | plm:FixedCostBillingTypeEnum | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xsd:attribute name="billingType" type="plm:FixedCostBillingTypeEnum" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="actualCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="estimatedCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/> |