complexType LogEntryType
diagram plmxml_diagrams/plmxml_p1266.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 LogEntry
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      
time  xsd:dateTime  required      
capturedBy  xsd:string  required      
logBookRef  plm:anyURIType  required      
annotation
documentation

      Log Entry information.

      Attributes:

      name:             Inherited from Managed. It is required in this context.
      time:             The time at which the values for the Log Entry are
                        recorded.
      capturedBy:       The name of the person who recorded the values.
      logBookRef:       References the Log Book.

      Sub-elements:

      Description:      Inherited from Managed.
     
source <xsd:complexType name="LogEntryType">
 
<xsd:annotation>
   
<xsd:documentation>
      Log Entry information.

      Attributes:

      name:             Inherited from Managed. It is required in this context.
      time:             The time at which the values for the Log Entry are
                        recorded.
      capturedBy:       The name of the person who recorded the values.
      logBookRef:       References the Log Book.

      Sub-elements:

      Description:      Inherited from Managed.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="time" type="xsd:dateTime" use="required"/>
     
<xsd:attribute name="capturedBy" type="xsd:string" use="required"/>
     
<xsd:attribute name="logBookRef" type="plm:anyURIType" use="required" plm:refType="plm:LogBook"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute LogEntryType/@capturedBy
type xsd:string
properties
use required
source <xsd:attribute name="capturedBy" type="xsd:string" use="required"/>

attribute LogEntryType/@logBookRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="logBookRef" type="plm:anyURIType" use="required" plm:refType="plm:LogBook"/>


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