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

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