complexType BudgetType
diagram plmxml_diagrams/plmxml_p249.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element Budget
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
estimatedValue  xsd:double  optional      
actualValue  xsd:double  optional      
calculatedValue  xsd:double  optional      
expressionRef  plm:anyURIType  optional      
definitionRef  plm:anyURIType  required      
annotation
documentation

      Represents the actual allocation or distribution of values to a part or
      assembly for a BudgetDefinition.

      Attributes:

      estimatedValue:   The estimated value for the Budget.
      actualValue:      The actual value for the Budget.
      calculatedValue:  The calculated value for the Budget.
      expressionRef:    References the BudgetExpression used for the roll-up
                        calculations.
      definitionRef:    References the BudgetDefinition for the Budget.
     
source <xsd:complexType name="BudgetType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents the actual allocation or distribution of values to a part or
      assembly for a BudgetDefinition.

      Attributes:

      estimatedValue:   The estimated value for the Budget.
      actualValue:      The actual value for the Budget.
      calculatedValue:  The calculated value for the Budget.
      expressionRef:    References the BudgetExpression used for the roll-up
                        calculations.
      definitionRef:    References the BudgetDefinition for the Budget.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="estimatedValue" type="xsd:double" use="optional"/>
     
<xsd:attribute name="actualValue" type="xsd:double" use="optional"/>
     
<xsd:attribute name="calculatedValue" type="xsd:double" use="optional"/>
     
<xsd:attribute name="expressionRef" type="plm:anyURIType" use="optional" plm:refType="plm:BudgetExpression"/>
     
<xsd:attribute name="definitionRef" type="plm:anyURIType" use="required" plm:refType="plm:BudgetDefinition"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute BudgetType/@estimatedValue
type xsd:double
properties
use optional
source <xsd:attribute name="estimatedValue" type="xsd:double" use="optional"/>

attribute BudgetType/@actualValue
type xsd:double
properties
use optional
source <xsd:attribute name="actualValue" type="xsd:double" use="optional"/>

attribute BudgetType/@calculatedValue
type xsd:double
properties
use optional
source <xsd:attribute name="calculatedValue" type="xsd:double" use="optional"/>

attribute BudgetType/@expressionRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="expressionRef" type="plm:anyURIType" use="optional" plm:refType="plm:BudgetExpression"/>

attribute BudgetType/@definitionRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="definitionRef" type="plm:anyURIType" use="required" plm:refType="plm:BudgetDefinition"/>


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