diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ManagedBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="unitRef" type="plm:anyURIType" use="required" plm:refType="plm:Unit plm:Money"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="expressionRef" type="plm:anyURIType" use="required" plm:refType="plm:BudgetExpression"/> |