complexType StatusInfoType
diagram plmxml_diagrams/plmxml_p501.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StatusBase
properties
base plm:StatusBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element StatusInfo
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      
dateCreated  xsd:dateTime  optional      
dateModified  xsd:dateTime  optional      
lastModifiedBy  plm:anyURIType  optional      
appinfo
validate=skipName
annotation
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.
     
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>

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

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

attribute StatusInfoType/@lastModifiedBy
type plm:anyURIType
properties
use optional
annotation
appinfo
validate=skipName
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>


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