complexType ActivityEntryValueType
diagram plmxml_diagrams/plmxml_p1227.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element ActivityEntryValue
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      
entryValueChar  xsd:float  optional      
entryValueDate  xsd:dateTime  optional      
isPropagate  xsd:boolean    false    
annotation
documentation

      Service data collection information.

      Attributes:

      name:             Inherited from AttribOwner. Workspace object name.
      description:      Inherited from AttribOwner. Workspace description.
      entryValueChar:   Characteristic value.
      entryValueDate:   Characteristic date.
      isPropagate:      Is propagate on Activity Entry Value.
     
source <xsd:complexType name="ActivityEntryValueType">
 
<xsd:annotation>
   
<xsd:documentation>
      Service data collection information.

      Attributes:

      name:             Inherited from AttribOwner. Workspace object name.
      description:      Inherited from AttribOwner. Workspace description.
      entryValueChar:   Characteristic value.
      entryValueDate:   Characteristic date.
      isPropagate:      Is propagate on Activity Entry Value.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="entryValueChar" type="xsd:float" use="optional"/>
     
<xsd:attribute name="entryValueDate" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="isPropagate" type="xsd:boolean" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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


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