complexType PlmAttribute
diagram ECService_diagrams/ECService_p221.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
properties
abstract true
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
type  ns0:PlmAttributeType  required      
source <xsd:complexType name="PlmAttribute" abstract="true">
 
<xsd:sequence/>
 
<xsd:attribute name="name" type="xsd:string" use="required"/>
 
<xsd:attribute name="type" type="ns0:PlmAttributeType" use="required"/>
</xsd:complexType>

attribute PlmAttribute/@name
type xsd:string
properties
use required
source <xsd:attribute name="name" type="xsd:string" use="required"/>

attribute PlmAttribute/@type
type ns0:PlmAttributeType
properties
use required
facets
Kind Value Annotation
enumeration STRING
enumeration INTEGER
enumeration DOUBLE
enumeration DATE
enumeration BOOLEAN
enumeration BINARY
enumeration MONEY
source <xsd:attribute name="type" type="ns0:PlmAttributeType" use="required"/>