complexType PlmDefault
diagram ConfigurationService_diagrams/ConfigurationService_p99.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children name type stringValue typedValue
used by
elements getDefaultResponseType/PlmDefault createDefaultRequestType/plmDefault
source <xsd:complexType name="PlmDefault">
 
<xsd:sequence>
   
<xsd:element name="name" type="xsd:string"/>
   
<xsd:element name="type" type="ns0:PlmAttributeType"/>
   
<xsd:element name="stringValue" type="xsd:string"/>
   
<xsd:element name="typedValue" type="ns0:PlmDefaultChoice"/>
 
</xsd:sequence>
</xsd:complexType>

element PlmDefault/name
diagram ConfigurationService_diagrams/ConfigurationService_p100.png
type xsd:string
properties
content simple
source <xsd:element name="name" type="xsd:string"/>

element PlmDefault/type
diagram ConfigurationService_diagrams/ConfigurationService_p101.png
type ns0:PlmAttributeType
properties
content simple
facets
Kind Value Annotation
enumeration STRING
enumeration INTEGER
enumeration DOUBLE
enumeration DATE
enumeration BOOLEAN
enumeration BINARY
enumeration MONEY
source <xsd:element name="type" type="ns0:PlmAttributeType"/>

element PlmDefault/stringValue
diagram ConfigurationService_diagrams/ConfigurationService_p102.png
type xsd:string
properties
content simple
source <xsd:element name="stringValue" type="xsd:string"/>

element PlmDefault/typedValue
diagram ConfigurationService_diagrams/ConfigurationService_p103.png
type ns0:PlmDefaultChoice
properties
content complex
children ns0:BinaryDefault ns0:BooleanDefault ns0:DateDefault ns0:DoubleDefault ns0:IntegerDefault ns0:MoneyDefault ns0:StringDefault
source <xsd:element name="typedValue" type="ns0:PlmDefaultChoice"/>