complexType LogBookType
diagram plmxml_diagrams/plmxml_p1265.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 LogBook
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      
realisedProductRef  plm:anyURIType  optional      
annotation
documentation

      Log Book information.

      Attributes:

      name:             Inherited from Managed. It is required in this context.
      realisedProductRef: References the Realised Product.

      Sub-elements:

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

      Attributes:

      name:             Inherited from Managed. It is required in this context.
      realisedProductRef: References the Realised Product.

      Sub-elements:

      Description:      Inherited from Managed.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="realisedProductRef" type="plm:anyURIType" use="optional" plm:refType="plm:RealisedProduct"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LogBookType/@realisedProductRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="realisedProductRef" type="plm:anyURIType" use="optional" plm:refType="plm:RealisedProduct"/>


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