complexType plmDoubleAttribute
diagram DocumentManagementService_diagrams/DocumentManagementService_p579.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of ns0:PlmAttribute
properties
base ns0:PlmAttribute
children value
used by
element DoubleAttribute
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
type  ns0:PlmAttributeType  required      
source <xsd:complexType name="plmDoubleAttribute">
 
<xsd:complexContent>
   
<xsd:extension base="ns0:PlmAttribute">
     
<xsd:sequence>
       
<xsd:element name="value" type="xsd:double"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element plmDoubleAttribute/value
diagram DocumentManagementService_diagrams/DocumentManagementService_p580.png
type xsd:double
properties
content simple
source <xsd:element name="value" type="xsd:double"/>