complexType CharacteristicValueType
diagram plmxml_diagrams/plmxml_p1235.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 CharacteristicValue
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      
estimationPeriod  plm:PeriodEnum    months    
rateIsEstimated  xsd:boolean    false    
value  xsd:float  optional      
time  xsd:dateTime  required      
definitionRef  plm:anyURIType  required      
dateValue  xsd:dateTime  optional      
annotation
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.
     
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>

attribute CharacteristicValueType/@estimationPeriod
type plm:PeriodEnum
properties
default months
facets
Kind Value Annotation
enumeration hours
enumeration days
enumeration weeks
enumeration months
enumeration quarters
enumeration years
enumeration cycles
enumeration other
source <xsd:attribute name="estimationPeriod" type="plm:PeriodEnum" default="months"/>

attribute CharacteristicValueType/@rateIsEstimated
type xsd:boolean
properties
default false
source <xsd:attribute name="rateIsEstimated" type="xsd:boolean" default="false"/>

attribute CharacteristicValueType/@value
type xsd:float
properties
use optional
source <xsd:attribute name="value" type="xsd:float" use="optional"/>

attribute CharacteristicValueType/@time
type xsd:dateTime
properties
use required
source <xsd:attribute name="time" type="xsd:dateTime" use="required"/>

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

attribute CharacteristicValueType/@dateValue
type xsd:dateTime
properties
use optional
source <xsd:attribute name="dateValue" type="xsd:dateTime" use="optional"/>


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