complexType ReleaseStatusType
diagram plmxml_diagrams/plmxml_p473.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
elements TaskType/ReleaseStatus ChangeType/ReleaseStatus ReleaseStatus
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      
dateReleased  xsd:dateTime  optional      
effectivityRefs  plm:uriReferenceListType  optional      
annotation
documentation

      ReleaseStatus. Specifies date of release, and effectivities.

      Attributes:
     
      dateReleased:    Date and time released.
      effectivityRefs: Reference to Effectivity elements.
     
source <xsd:complexType name="ReleaseStatusType">
 
<xsd:annotation>
   
<xsd:documentation>
      ReleaseStatus. Specifies date of release, and effectivities.

      Attributes:
     
      dateReleased:    Date and time released.
      effectivityRefs: Reference to Effectivity elements.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="dateReleased" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="effectivityRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Effectivity"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute ReleaseStatusType/@effectivityRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="effectivityRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Effectivity"/>


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