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

element plmIntegerAttribute/value
diagram ECService_diagrams/ECService_p136.png
type xsd:int
properties
content simple
source <xsd:element name="value" type="xsd:int"/>