complexType CheckoutType
diagram plmxml_diagrams/plmxml_p253.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:CheckoutStatusBase
properties
base plm:CheckoutStatusBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Checkout
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      
date  xsd:dateTime  optional      
by  plm:anyURIType  optional      
appinfo
validate=skipName
annotation
documentation

      Checkout information.
     
      Attributes:
     
      by:           Person etc. holding the checkout. Derived from OwnerBase.
      date:         Date and time checked out.
     
source <xsd:complexType name="CheckoutType">
 
<xsd:annotation>
   
<xsd:documentation>
      Checkout information.
     
      Attributes:
     
      by:           Person etc. holding the checkout. Derived from OwnerBase.
      date:         Date and time checked out.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:CheckoutStatusBase">
     
<xsd:attribute name="date" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="by" type="plm:anyURIType" use="optional">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute CheckoutType/@by
type plm:anyURIType
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="by" type="plm:anyURIType" use="optional">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>


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