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="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> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="time" type="xsd:dateTime" use="required"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="capturedBy" type="xsd:string" use="required"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="logBookRef" type="plm:anyURIType" use="required" plm:refType="plm:LogBook"/> |