complexType PlmDefaultChoice
diagram ConfigurationService_diagrams/ConfigurationService_p104.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children ns0:BinaryDefault ns0:BooleanDefault ns0:DateDefault ns0:DoubleDefault ns0:IntegerDefault ns0:MoneyDefault ns0:StringDefault
used by
elements PlmDefaultChoiceElement PlmDefault/typedValue
source <xsd:complexType name="PlmDefaultChoice">
 
<xsd:sequence>
   
<xsd:choice>
     
<xsd:element ref="ns0:BinaryDefault"/>
     
<xsd:element ref="ns0:BooleanDefault"/>
     
<xsd:element ref="ns0:DateDefault"/>
     
<xsd:element ref="ns0:DoubleDefault"/>
     
<xsd:element ref="ns0:IntegerDefault"/>
     
<xsd:element ref="ns0:MoneyDefault"/>
     
<xsd:element ref="ns0:StringDefault"/>
   
</xsd:choice>
 
</xsd:sequence>
</xsd:complexType>