complexType plmMoneyAttribute
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p797.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="plmMoneyAttribute">
 
<xsd:complexContent>
   
<xsd:extension base="tns:PlmAttribute">
     
<xsd:sequence>
       
<xsd:element name="value" type="xs:decimal"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element plmMoneyAttribute/value
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p798.png
type xsd:decimal
properties
content simple
source <xsd:element name="value" type="xs:decimal"/>