complexType BudgetDefinitionType
diagram plmxml_diagrams/plmxml_p247.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 BudgetDefinition
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      
unitRef  plm:anyURIType  required      
expressionRef  plm:anyURIType  required      
annotation
documentation

      Represents a measurable property of a part or assembly like cost, weight
      or power.

      Attributes:

      name:             Inherited from ManagedBase. The name of the
                        BudgetDefinition. Required in this context.
      unitRef:          References the Unit or the Money for the
                        BudgetDefinition.
      expressionRef:    References the BudgetExpression used for the roll-up
                        calculations.

      Sub-elements:

      AssociatedDataSet: Inherited from ManagedBase. References the template
                        spreadsheet.
     
source <xsd:complexType name="BudgetDefinitionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a measurable property of a part or assembly like cost, weight
      or power.

      Attributes:

      name:             Inherited from ManagedBase. The name of the
                        BudgetDefinition. Required in this context.
      unitRef:          References the Unit or the Money for the
                        BudgetDefinition.
      expressionRef:    References the BudgetExpression used for the roll-up
                        calculations.

      Sub-elements:

      AssociatedDataSet: Inherited from ManagedBase. References the template
                        spreadsheet.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="unitRef" type="plm:anyURIType" use="required" plm:refType="plm:Unit plm:Money"/>
     
<xsd:attribute name="expressionRef" type="plm:anyURIType" use="required" plm:refType="plm:BudgetExpression"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute BudgetDefinitionType/@unitRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="unitRef" type="plm:anyURIType" use="required" plm:refType="plm:Unit plm:Money"/>

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


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