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="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> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="estimatedValue" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="actualValue" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="calculatedValue" type="xsd:double" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="expressionRef" type="plm:anyURIType" use="optional" plm:refType="plm:BudgetExpression"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="definitionRef" type="plm:anyURIType" use="required" plm:refType="plm:BudgetDefinition"/> |