diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:StatusBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="StatusInfoType"> <xsd:annotation> <xsd:documentation> Simple status information. Attributes: dateCreated: Date and time created. dateModified: Date and time last modified. lastModifiedBy: Person or User who last modified this element. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:StatusBase"> <xsd:attribute name="dateCreated" type="xsd:dateTime" use="optional"/> <xsd:attribute name="dateModified" type="xsd:dateTime" use="optional"/> <xsd:attribute name="lastModifiedBy" type="plm:anyURIType" use="optional" plm:refType="plm:Owner"> <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="dateCreated" type="xsd:dateTime" use="optional"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="dateModified" type="xsd:dateTime" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="lastModifiedBy" type="plm:anyURIType" use="optional" plm:refType="plm:Owner"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo> </xsd:annotation> </xsd:attribute> |