complexType FixedCostInfoType
diagram plmxml_diagrams/plmxml_p1507.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttributeBase
properties
base plm:AttributeBase
children plm:Description plm:ApplicationRef
used by
elements ScheduleRevisionType/FixedCostInfo ScheduleTaskRevisionType/FixedCostInfo
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
fixedCostRefs  plm:uriReferenceListType  optional      
billingRateRef  plm:anyURIType  optional      
billingCode  xsd:string  optional      
billingSubCode  xsd:string  optional      
billingType  plm:FixedCostBillingTypeEnum  optional      
customBillingType  xsd:string  optional      
annotation
documentation

      Represents information about the fixed costs associated with a
      ScheduleRevision or ScheduleTaskRevision.

      Attributes:

      fixedCostRefs:  A list of references to the FixedCost elements that
                      represent the individual fixed costs.
      billingRateRef: A reference to the default BillingRate.
      billingCode:    The default code for the billing of the fixed costs.
      billingSubCode: The default sub code for the billing of the fixed costs.
      billingType:    Deprecated in favour of customBillingType.
      customBillingType: The default type of billing for the fixed costs.
     
source <xsd:complexType name="FixedCostInfoType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents information about the fixed costs associated with a
      ScheduleRevision or ScheduleTaskRevision.

      Attributes:

      fixedCostRefs:  A list of references to the FixedCost elements that
                      represent the individual fixed costs.
      billingRateRef: A reference to the default BillingRate.
      billingCode:    The default code for the billing of the fixed costs.
      billingSubCode: The default sub code for the billing of the fixed costs.
      billingType:    Deprecated in favour of customBillingType.
      customBillingType: The default type of billing for the fixed costs.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:attribute name="fixedCostRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:FixedCost"/>
     
<xsd:attribute name="billingRateRef" type="plm:anyURIType" use="optional" plm:refType="plm:BillingRate"/>
     
<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" plm:deprecated="true"/>
     
<xsd:attribute name="customBillingType" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute FixedCostInfoType/@fixedCostRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="fixedCostRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:FixedCost"/>

attribute FixedCostInfoType/@billingRateRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="billingRateRef" type="plm:anyURIType" use="optional" plm:refType="plm:BillingRate"/>

attribute FixedCostInfoType/@billingCode
type xsd:string
properties
use optional
source <xsd:attribute name="billingCode" type="xsd:string" use="optional"/>

attribute FixedCostInfoType/@billingSubCode
type xsd:string
properties
use optional
source <xsd:attribute name="billingSubCode" type="xsd:string" use="optional"/>

attribute FixedCostInfoType/@billingType
type plm:FixedCostBillingTypeEnum
properties
use optional
facets
Kind Value Annotation
enumeration billable
enumeration billed
enumeration standard
enumeration unbillable
source <xsd:attribute name="billingType" type="plm:FixedCostBillingTypeEnum" use="optional" plm:deprecated="true"/>

attribute FixedCostInfoType/@customBillingType
type xsd:string
properties
use optional
source <xsd:attribute name="customBillingType" type="xsd:string" use="optional"/>


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