complexType PlmStringDefault
diagram ConfigurationService_diagrams/ConfigurationService_p117.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of ns0:PlmDefaultValue
properties
base ns0:PlmDefaultValue
children value
used by
element StringDefault
source <xsd:complexType name="PlmStringDefault">
 
<xsd:complexContent>
   
<xsd:extension base="ns0:PlmDefaultValue">
     
<xsd:sequence>
       
<xsd:element name="value" type="xsd:string"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element PlmStringDefault/value
diagram ConfigurationService_diagrams/ConfigurationService_p118.png
type xsd:string
properties
content simple
source <xsd:element name="value" type="xsd:string"/>