diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:CheckoutStatusBase | ||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="date" type="xsd:dateTime" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
annotation |
|
||
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> |