complexType plmStringAttribute
diagram ECService_diagrams/ECService_p94.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 StringAttribute
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
type  ns0:PlmAttributeType  required      
source <xsd:complexType name="plmStringAttribute">
 
<xsd:complexContent>
   
<xsd:extension base="ns0:PlmAttribute">
     
<xsd:sequence>
       
<xsd:element name="value" type="xsd:string"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element plmStringAttribute/value
diagram ECService_diagrams/ECService_p95.png
type xsd:string
properties
content simple
source <xsd:element name="value" type="xsd:string"/>