complexType plmDateAttribute
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p669.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of tns:PlmAttribute
properties
base tns:PlmAttribute
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
type  tns:PlmAttributeType  required      
source <xsd:complexType name="plmDateAttribute">
 
<xsd:complexContent>
   
<xsd:extension base="tns:PlmAttribute">
     
<xsd:sequence>
       
<xsd:element name="value" type="xs:dateTime"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element plmDateAttribute/value
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p670.png
type xsd:dateTime
properties
content simple
source <xsd:element name="value" type="xs:dateTime"/>