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="CharacteristicValueType"> <xsd:annotation> <xsd:documentation> Characteristic value information. Attributes: estimationPeriod: Holds estimated values for characteristic definition. cycles and other values are not applicable here. rateIsEstimated: Whether the characteristic value rate is estimated. If this is set to true, the attributes on any referencing CharacteristicValueForRealisedProductRelation are ignored. value: The value of this characteristic value. When the characteristic value is a date and/or a time, dateValue is used instead. Only one of value and dateValue should be present. time: Date and time at which this characteristic value was accrued. definitionRef: References the Characteristic definition for which this value is defined. dateValue: The value of this characteristic value when it is a date and/or a time. Only one of dateValue and value should be present. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ManagedBase"> <xsd:attribute name="estimationPeriod" type="plm:PeriodEnum" default="months"/> <xsd:attribute name="rateIsEstimated" type="xsd:boolean" default="false"/> <xsd:attribute name="value" type="xsd:float" use="optional"/> <xsd:attribute name="time" type="xsd:dateTime" use="required"/> <xsd:attribute name="definitionRef" type="plm:anyURIType" use="required" plm:refType="plm:CharacteristicDefinition"/> <xsd:attribute name="dateValue" type="xsd:dateTime" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:PeriodEnum | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
source | <xsd:attribute name="estimationPeriod" type="plm:PeriodEnum" default="months"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="rateIsEstimated" type="xsd:boolean" default="false"/> |
type | xsd:float | ||
properties |
|
||
source | <xsd:attribute name="value" type="xsd:float" use="optional"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="time" type="xsd:dateTime" use="required"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="definitionRef" type="plm:anyURIType" use="required" plm:refType="plm:CharacteristicDefinition"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="dateValue" type="xsd:dateTime" use="optional"/> |